-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Description
Description
Failure store is released and the data set quality page in Kibana is providing insights for the user.
To avoid dropping data silently, the failure store should be enabled by default for logs data (everything covered by the logs template, as well as integrations).
While this might lead to increased disk usage for wrongly configured systems in which lots of malformed data is dropped by Elasticsearch, the benefits for regular system outweigh the downsides.
Expected behavior
In 9.2 (and on serverless right away), newly created data streams that rely on the logs template or are created by integrations should have the failure store enabled by default. Existing data streams don't have to be changed.
It should be possible to achieve this by adding the failure store setting to the existing logs@settings component template - @felixbarny could you confirm this?