-
Notifications
You must be signed in to change notification settings - Fork 163
Clarify availability of ILM and data stream lifecycle #2532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
0a97a07
8611807
06f4c88
af24046
d64963d
1557572
cdcde68
711a924
f52fd01
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ products: | |
|
||
# Data stream lifecycle [data-stream-lifecycle] | ||
|
||
A data stream lifecycle is the built-in mechanism data streams use to manage their lifecycle. It enables you to easily automate the management of your data streams according to your retention requirements. For example, you could configure the lifecycle to: | ||
A data stream lifecycle is the built-in mechanism [data streams](/manage-data/data-store/data-streams.md) use to manage their lifecycle. It enables you to easily automate the management of your data streams according to your retention requirements. For example, you could configure the lifecycle to: | ||
|
||
* Ensure that data indexed in the data stream will be kept at least for the retention time you defined. | ||
* Ensure that data older than the retention period will be deleted automatically by {{es}} at a later time. | ||
|
@@ -22,6 +22,15 @@ To achieve that, it supports: | |
|
||
A data stream lifecycle also supports downsampling the data stream backing indices. See [the downsampling example](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-data-lifecycle) for more details. | ||
|
||
## Availability | ||
|
||
Note the availability of data stream lifecycle to ensure that it's applicable for your use case: | ||
|
||
* Data stream lifecycle is supported only for data streams and cannot be used with standalone indices. | ||
|
||
* Like [{{ilm-cap}} ({{ilm-init}})](/manage-data/lifecycle/index-lifecycle-management.md), data stream lifecycle is supported in both {{ecloud}} and self-managed environments. Data stream lifecycle is less feature rich than {{ilm-init}} and is focused on simplicity. For a detailed comparison refer to [Data lifecycle](/manage-data/lifecycle.md). | ||
|
||
|
||
* Owing to its simplicity compared with {{ilm-init}}, data stream lifecycle is the data lifecycle tool used with {{es-serverless}}. For an {{ecloud}} or self-managed environment, {{ilm-init}} helps you to balance hardware costs with performance for your data, but this complexity isn't required in a {{serverless-short}} environment in which your cluster performance is managed automatically. | ||
|
||
## How does it work? [data-streams-lifecycle-how-it-works] | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.