mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
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. |
||
---|---|---|
.. | ||
apis | ||
index.asciidoc | ||
tutorial-manage-existing-data-stream.asciidoc | ||
tutorial-manage-new-data-stream.asciidoc | ||
tutorial-migrate-data-stream-from-ilm-to-dsl.asciidoc |