diff --git a/content/en/logs/log_configuration/archives.md b/content/en/logs/log_configuration/archives.md index 973ec7335b1b1..32c6f5ada6320 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 (NDJSON), meaning each line in the file is a valid JSON object representing one log event. + ## Further Reading {{< partial name="whats-next/whats-next.html" >}}