From bcd77afbf83e2689a49dace694e8c2afab3ead4c Mon Sep 17 00:00:00 2001 From: martin-tournier Date: Tue, 7 Oct 2025 11:32:31 +0200 Subject: [PATCH 1/3] updating Log archiving format --- content/en/logs/log_configuration/archives.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/logs/log_configuration/archives.md b/content/en/logs/log_configuration/archives.md index 973ec7335b1b1..4308766067aa9 100644 --- a/content/en/logs/log_configuration/archives.md +++ b/content/en/logs/log_configuration/archives.md @@ -432,6 +432,8 @@ Within the zipped JSON file, each event's content is formatted as follows: } ``` +Note: Logs are stored as Newline Delimited JSON, meaning each line in the file is a valid JSON object representing one log event. + ## Further Reading {{< partial name="whats-next/whats-next.html" >}} From 7b806daa192bb61cdf059be6d4536b2524e63f49 Mon Sep 17 00:00:00 2001 From: martin-tournier Date: Tue, 7 Oct 2025 14:21:39 +0200 Subject: [PATCH 2/3] format for note --- content/en/logs/log_configuration/archives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/logs/log_configuration/archives.md b/content/en/logs/log_configuration/archives.md index 4308766067aa9..7e0de4bb4b58d 100644 --- a/content/en/logs/log_configuration/archives.md +++ b/content/en/logs/log_configuration/archives.md @@ -432,7 +432,7 @@ Within the zipped JSON file, each event's content is formatted as follows: } ``` -Note: Logs are stored as Newline Delimited JSON, meaning each line in the file is a valid JSON object representing one log event. +**Note:** Logs are stored as Newline Delimited JSON, meaning each line in the file is a valid JSON object representing one log event. ## Further Reading From cc9bbe1ad8a378c88f204c067870154535c22301 Mon Sep 17 00:00:00 2001 From: martin-tournier Date: Wed, 8 Oct 2025 09:53:11 +0200 Subject: [PATCH 3/3] Update content/en/logs/log_configuration/archives.md Co-authored-by: Alicia Thuerk <26307719+git-thuerk-done@users.noreply.github.com> --- content/en/logs/log_configuration/archives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/logs/log_configuration/archives.md b/content/en/logs/log_configuration/archives.md index 7e0de4bb4b58d..32c6f5ada6320 100644 --- a/content/en/logs/log_configuration/archives.md +++ b/content/en/logs/log_configuration/archives.md @@ -432,7 +432,7 @@ Within the zipped JSON file, each event's content is formatted as follows: } ``` -**Note:** Logs are stored as Newline Delimited JSON, meaning each line in the file is a valid JSON object representing one log event. +**Note**: Logs are stored as Newline Delimited JSON (NDJSON), meaning each line in the file is a valid JSON object representing one log event. ## Further Reading