You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to ease adoption and integration testing of the new logs index mode we will add the index.mode setting to logs@settings behind a cluster setting, cluster.logsdb.enabled. This setting will determine if logs templates are going to use
LogsDB as the index mode of choice. Later on we will introduce a feature flag to set the default value for the setting.
Add a new profile parameter, `stack.logsdb_enabled`, to enable the feature flag that
enables the logs index mode in all logs data streams (elastic/elasticsearch#108762),
in stacks that support it.
Description
In order to ease adoption and integration testing of the new
logs
index mode we will add theindex.mode
setting tologs@settings
behind a cluster setting,cluster.logsdb.enabled
. This setting will determine if logs templates are going to useLogsDB as the index mode of choice. Later on we will introduce a feature flag to set the default value for the setting.
For the feature flag see #109614
This will allow integrations to test the new index mode as soon as it is available.
See also elastic/elastic-package#1842.
The text was updated successfully, but these errors were encountered: