Skip to content

Update release-notes-elasticsearch-beta1.asciidoc #3024

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

Merged
merged 4 commits into from
Jun 4, 2025
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,11 @@ this value, you will need to update your filters to use `elasticsearch.deprecati
[%collapsible]
====
*Details* +
Logsdb will be enabled by default for data streams matching with logs-*-* pattern.
If upgrading from 8.x to 9.x and data streams matching with log-*-* do exist,
then Logsdb will not be enabled by default.
Logsdb index mode will be enabled by default for data streams matching with `logs-*-*` pattern.
When upgrading from 8.18.2 or later to 9.x, if data streams matching with `log-*-*` exist,
then logsdb will not be enabled by default.
For versions prior to 8.18.2, it is strongly advised to first upgrade to 8.18.2 or later prior to upgrading to 9.0.x. Otherwise, logsdb will be enabled by default regardless of whether matching data streams exist.
*Impact* +
Logsdb reduce storage footprint in Elasticsearch for logs, but there are side effects
Expand Down