Skip to content

Commit da9e87e

Browse files
kkrik-esmartijnvgmarciw
authored
Upgrade notes for logsdb mode (#982)
Provide a rough estimate on indexing throughput impact. Add note for upgrading to 9.x. --------- Co-authored-by: Martijn van Groningen <[email protected]> Co-authored-by: Marci W <[email protected]>
1 parent 8391e54 commit da9e87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manage-data/data-store/data-streams/logs-data-stream.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The {{es}} `logsdb` index mode is generally available in Elastic Cloud Hosted an
1515

1616
A logs data stream is a data stream type that stores log data more efficiently.
1717

18-
In benchmarks, log data stored in a logs data stream used ~2.5 times less disk space than a regular data stream. The exact impact varies by data set.
18+
In benchmarks, log data stored in a logs data stream used ~2.5 times less disk space than a regular data stream, at a small (10-20%) penalty in indexing performance. The exact impact varies by data set and Elasticsearch version.
1919

2020

2121
## Create a logs data stream [how-to-use-logsds]
@@ -181,4 +181,4 @@ The `logsdb` index mode uses the following settings:
181181

182182
## Notes about upgrading to Logsdb [upgrade-to-logsdb-notes]
183183

184-
TODO: add notes.
184+
Starting with version `9.0`, `logsdb` index mode is automatically applied to data streams with names matching the pattern `logs-*-*`. This default applies to Elasticsearch instances created in version `9.0` or later, as well as older instances that had no data streams matching the pattern `logs-*-*`. For the latter, you can still [configure `logsdb` index mode manually](#how-to-use-logsds).

0 commit comments

Comments
 (0)