elasticsearch/docs/reference/data-streams/lifecycle
Niels Bauman ba91bfdc94
Lazily create the failure store (#109289)
Rather than initializing the failure store right away when a new
data stream is created, we leave it empty and mark it for lazy
rollover. This results in the failure store only being initialized
(i.e. an index created) when a failure has actually occurred.

The exception to the rule is when a failure occurs while the data
stream is being auto-created. In that case, we do want to initialize
the failure store right away.
2024-06-19 13:18:47 +02:00
..
apis [DOCS] Align docs to implementation for timeout parameters (#108593) 2024-05-16 13:05:39 +10:00
index.asciidoc GA data stream lifecycles in documentation (#107582) 2024-04-18 09:09:44 -06:00
tutorial-manage-existing-data-stream.asciidoc GA data stream lifecycles in documentation (#107582) 2024-04-18 09:09:44 -06:00
tutorial-manage-new-data-stream.asciidoc GA data stream lifecycles in documentation (#107582) 2024-04-18 09:09:44 -06:00
tutorial-migrate-data-stream-from-ilm-to-dsl.asciidoc Lazily create the failure store (#109289) 2024-06-19 13:18:47 +02:00