-
Notifications
You must be signed in to change notification settings - Fork 163
Upgrade notes for logsdb mode #982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
1f1e5aa
849896f
2e709a1
252b820
7534b2a
ff5fa9c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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. | ||||||
|
||||||
|
||||||
## Create a logs data stream [how-to-use-logsds] | ||||||
|
@@ -181,4 +181,4 @@ The `logsdb` index mode uses the following settings: | |||||
|
||||||
## Notes about upgrading to Logsdb [upgrade-to-logsdb-notes] | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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). | ||||||
kkrik-es marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.