elasticsearch/docs/reference/dlm/apis/dlm-api.asciidoc
Mary Gouseti 99145bbe9c
Add new endpoints to configure data lifecycle on a data stream level. (#94590)
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.
2023-04-04 18:37:38 +02:00

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[]