Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manage-data/data-store/data-streams/logs-data-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The {{es}} `logsdb` index mode is generally available in Elastic Cloud Hosted an

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

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.
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.


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

## Notes about upgrading to Logsdb [upgrade-to-logsdb-notes]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, meant to suggest changes to the heading too. You could also try something like "Apply logsdb index mode" for the heading -- up to you.

Suggested change
## Notes about upgrading to Logsdb [upgrade-to-logsdb-notes]
## Upgrade to logsdb [upgrade-to-logsdb]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed this, sent #992


TODO: add notes.
Starting with version `9.0`, `logsdb` index mode is automatically applied to data streams with names matching pattern `logs-*-*`. This is limited to Elasticsearch instances created in version `9.0` or later, as well as older instances that had no data streams matching pattern `logs-*-*`. In the latter case, `logsdb` index mode can still be configured manually, using the steps described [above](#how-to-use-logsds).
Loading