mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
With #111972 we enable users to set up global retention for data streams that are managed by the data stream lifecycle. This will allow users of elasticsearch to have a more control over their data retention, and consequently better resource management of their clusters. However, there is a small number of data streams that are necessary for the good operation of elasticsearch and should not follow user defined retention to avoid surprises. For this reason, we put forth the following definition of internal data streams. A data stream is internal if it's either a system index (system flag is true) or if its name starts with a dot. This PR adds the `isInternalDataStream` param in the effective retention calculation making explicit that this is also used to determine the effective retention. |
||
---|---|---|
.. | ||
lifecycle | ||
change-mappings-and-settings.asciidoc | ||
data-stream-apis.asciidoc | ||
data-streams.asciidoc | ||
downsampling-dsl.asciidoc | ||
downsampling-ilm.asciidoc | ||
downsampling-manual.asciidoc | ||
downsampling.asciidoc | ||
logs.asciidoc | ||
modify-data-streams-api.asciidoc | ||
promote-data-stream-api.asciidoc | ||
set-up-a-data-stream.asciidoc | ||
set-up-tsds.asciidoc | ||
tsds-index-settings.asciidoc | ||
tsds-reindex.asciidoc | ||
tsds.asciidoc | ||
use-a-data-stream.asciidoc |