Skip to content

Commit bf5fef8

Browse files
docs: update Logs in Explore topic (grafana#97517)
* docs: update Logs in Explore topic * Fixes from prettier --------- Co-authored-by: Kim Nylander <kim.nylander@grafana.com>
1 parent ced7a84 commit bf5fef8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/sources/explore/logs-integration.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,15 @@ You have the option to customize the display of logs and choose which columns to
6262

6363
### Download log lines
6464

65-
Click **Download** to download log results in either `TXT` or `JSON` format. This feature allows you to save log data for further analysis or to share it with others in a convenient and accessible format.
65+
This feature lets you save log data for further analysis or to share it with others in a convenient and accessible format.
66+
67+
In Explore there are three export options:
68+
69+
- **TXT** - will export the data as visible on the screen, meaning it will take into account formatting, like `line_format`.
70+
- **JSON** - will export the raw data, regardless of the formatting, like `line_format`.
71+
- **CSV** - will export the raw data, regardless of the formatting, like `line_format`.
72+
73+
Click **Download** and select `TXT`, `JSON` or `CSV` to download log results.
6674

6775
### Log result meta information
6876

0 commit comments

Comments
 (0)