From bf5fef8b64b03cae271eca2da607efbfe1db8bb3 Mon Sep 17 00:00:00 2001 From: J Stickler Date: Thu, 5 Dec 2024 17:39:05 -0500 Subject: [PATCH] docs: update Logs in Explore topic (#97517) * docs: update Logs in Explore topic * Fixes from prettier --------- Co-authored-by: Kim Nylander --- docs/sources/explore/logs-integration.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/sources/explore/logs-integration.md b/docs/sources/explore/logs-integration.md index 11caec96f2f..42af2ccc0e0 100644 --- a/docs/sources/explore/logs-integration.md +++ b/docs/sources/explore/logs-integration.md @@ -62,7 +62,15 @@ You have the option to customize the display of logs and choose which columns to ### Download log lines -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. +This feature lets you save log data for further analysis or to share it with others in a convenient and accessible format. + +In Explore there are three export options: + +- **TXT** - will export the data as visible on the screen, meaning it will take into account formatting, like `line_format`. +- **JSON** - will export the raw data, regardless of the formatting, like `line_format`. +- **CSV** - will export the raw data, regardless of the formatting, like `line_format`. + +Click **Download** and select `TXT`, `JSON` or `CSV` to download log results. ### Log result meta information