mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 18:03:32 -04:00
With PR we introduce CRUD endpoints which update/delete the data lifecycle on the data stream level. When this is updated it will apply at the next DLM run to all the backing indices that are managed by DLM.
20 lines
649 B
Text
20 lines
649 B
Text
[[data-lifecycle-management-api]]
|
|
== Data Lifecycle Management APIs
|
|
|
|
You use the following APIs to configure the data lifecycle management for data streams
|
|
and to retrieve lifecycle information for backing indices.
|
|
|
|
[discrete]
|
|
[[dlm-api-management-endpoint]]
|
|
=== Operation management APIs
|
|
|
|
* <<dlm-put-lifecycle,Update data stream lifecycle>>
|
|
* <<dlm-get-lifecycle,Get data stream lifecycle>>
|
|
* <<dlm-delete-lifecycle,Delete data stream lifecycle>>
|
|
* <<dlm-explain-lifecycle,Explain Lifecycle API>>
|
|
|
|
include::put-lifecycle.asciidoc[]
|
|
include::get-lifecycle.asciidoc[]
|
|
include::delete-lifecycle.asciidoc[]
|
|
include::explain-data-lifecycle.asciidoc[]
|
|
|