mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
Docs: Download logs as text update (#34142)
* Update inspect-panel.md * Update inspect-panel.md * added images
This commit is contained in:
parent
6203f14bfb
commit
4d161f9fb2
@ -53,6 +53,8 @@ For logs where a **level** label is specified, we use the value of the label to
|
||||
|
||||
Logs navigation next to the log lines can be used to request more logs. You can do this by clicking on Older logs button on the bottom of navigation. This is especially useful when you hit the line limit and you want to see more logs. Each request that is run from the navigation is then displayed in the navigation as separate page. Every page is showing from and to timestamp of the incoming log lines. You can re-rerun the same request by clicking on the page.
|
||||
|
||||
![Navigate logs in Explore](/img/docs/explore/navigate-logs-8-0.png)
|
||||
|
||||
### Visualization options
|
||||
|
||||
You can customize how logs are displayed and select which columns are shown.
|
||||
|
@ -67,9 +67,9 @@ Grafana generates a CSV file in your default browser download location. You can
|
||||
|
||||
To download a CSV file specifically formatted for Excel, expand the **Data options** panel and enable the **Download for Excel** toggle before clicking **Download CSV**.
|
||||
|
||||
### Download log results as TXT
|
||||
### Download log results
|
||||
|
||||
Grafana generates a text file in your default browser download location. You can open the log in the viewer of your choice.
|
||||
Grafana generates a text (.txt) file in your default browser download location. You can open the log in the viewer of your choice.
|
||||
|
||||
1. Open the panel inspector.
|
||||
1. Inspect the log query results as described above.
|
||||
|
@ -50,15 +50,23 @@ Grafana 8 comes with a refreshed look and feel, including themes changed to be m
|
||||
|
||||
### Download logs
|
||||
|
||||
You can now download log results as a text (.txt) file. You can access this feature through the Data tab in the Panel inspector and Inspector in Explore.
|
||||
When you inspect a panel, you can now download log results as a text (.txt) file.
|
||||
|
||||
[Download log results]({{< relref "../panels/inspect-panel.md#download-log-results" >}}) in [Inspect a panel]({{< relref "../panels/inspect-panel.md" >}}) was added as a result of this feature.
|
||||
|
||||
### Inspector in Explore
|
||||
|
||||
The new Explore inspector helps you understand and troubleshoot your queries. You can inspect the raw data, export that data to a comma-separated values (CSV) file, export log results in text format, and view query requests.
|
||||
|
||||
### Log improvements
|
||||
[Inspector in Explore]({{< relref "../explore/explore-inspector.md" >}}) was added as a result of this feature.
|
||||
|
||||
Logs navigation next to the log lines can be used to request more logs. You can do this by clicking on the Older logs button on the bottom of navigation. This is especially useful when you hit the line limit and you want to see more logs. Each request that is run from the navigation is then displayed in the navigation as a separate page. Every page is showing from and to timestamp of the incoming log lines. You can re-rerun the same request by clicking on the page.
|
||||
### Explore log improvements
|
||||
|
||||
Log navigation in Explore has been significantly improved. We added pagination to logs, so you can click through older or newer logs as needed.
|
||||
|
||||
[Logs in Explore]({{< relref "../explore/logs-integration.md" >}}) was updated as a result of these changes.
|
||||
|
||||
![Navigate logs in Explore](/img/docs/explore/navigate-logs-8-0.png)
|
||||
|
||||
### Tracing improvements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user