You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/explore/logs-integration.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,15 @@ You have the option to customize the display of logs and choose which columns to
62
62
63
63
### Download log lines
64
64
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.
0 commit comments