elasticsearch/docs/reference/data-streams
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
..
lifecycle Lazily create the failure store (#109289) 2024-06-19 13:18:47 +02:00
change-mappings-and-settings.asciidoc Lazily create the failure store (#109289) 2024-06-19 13:18:47 +02:00
data-stream-apis.asciidoc [DSL] Remove REST APIs for global retention (#107565) 2024-04-17 21:36:26 +03:00
data-streams.asciidoc Clarify data stream recommendations and best practices (#107233) 2024-04-08 13:41:53 -06:00
downsampling-dsl.asciidoc Add documentation for configuring downsampling using DSL (#108043) 2024-04-30 09:23:39 -07:00
downsampling-ilm.asciidoc Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00
downsampling-manual.asciidoc Lazily create the failure store (#109289) 2024-06-19 13:18:47 +02:00
downsampling.asciidoc Simplify tsds getting started (#108090) 2024-05-01 08:33:38 -04:00
modify-data-streams-api.asciidoc [DOCS] Data stream modification API (#80094) 2021-11-10 08:37:12 -06:00
promote-data-stream-api.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
set-up-a-data-stream.asciidoc [DOCS] Add note that Logstash sets up data streams (#109502) 2024-06-10 12:24:23 -04:00
set-up-tsds.asciidoc Simplify tsds getting started (#108090) 2024-05-01 08:33:38 -04:00
tsds-index-settings.asciidoc Adjust index.mapping.dimension_fields.limit index setting default in docs. (#109091) 2024-05-31 10:52:31 +02:00
tsds-reindex.asciidoc Document how to reindex a TSDS (#99476) 2023-09-13 18:28:03 +03:00
tsds.asciidoc Fix typo in TSDB documentation (#109504) 2024-06-10 06:24:05 -07:00
use-a-data-stream.asciidoc Introduce lazy rollover for mapping updates in data streams (#103309) 2024-01-08 15:07:16 +02:00