2018-10-16 15:18:54 -04:00
|
|
|
[[index-lifecycle-management-api]]
|
|
|
|
== Index Lifecycle Management API
|
|
|
|
|
2018-11-16 13:49:55 -05:00
|
|
|
beta[]
|
|
|
|
|
2018-10-16 15:18:54 -04:00
|
|
|
You can use the following APIs to manage policies on indices.
|
|
|
|
|
|
|
|
[float]
|
|
|
|
[[ilm-api-policy-endpoint]]
|
|
|
|
=== Policy Management APIs
|
|
|
|
|
|
|
|
* <<ilm-put-lifecycle,Create Lifecycle Policy>>
|
|
|
|
* <<ilm-get-lifecycle,Get Lifecycle Policy>>
|
|
|
|
* <<ilm-delete-lifecycle,Delete Lifecycle Policy>>
|
|
|
|
|
|
|
|
[float]
|
|
|
|
[[ilm-api-index-endpoint]]
|
|
|
|
=== Index Management APIs
|
|
|
|
|
|
|
|
* <<ilm-move-to-step,Move Index To Step>>
|
|
|
|
* <<ilm-retry-policy,Retry Policy On Indices>>
|
|
|
|
|
|
|
|
[float]
|
|
|
|
[[ilm-api-management-endpoint]]
|
|
|
|
=== Operation Management APIs
|
|
|
|
|
|
|
|
* <<ilm-get-status,Get ILM Operation Mode>>
|
|
|
|
* <<ilm-start,Start ILM>>
|
|
|
|
* <<ilm-stop,Stop ILM>>
|
2018-11-08 18:26:27 -05:00
|
|
|
* <<ilm-explain-lifecycle,Explain API>>
|
2018-10-16 15:18:54 -04:00
|
|
|
|
|
|
|
|
|
|
|
include::put-lifecycle.asciidoc[]
|
|
|
|
include::get-lifecycle.asciidoc[]
|
|
|
|
include::delete-lifecycle.asciidoc[]
|
|
|
|
|
|
|
|
include::move-to-step.asciidoc[]
|
2018-11-27 16:28:58 -05:00
|
|
|
include::remove-policy-from-index.asciidoc[]
|
2018-10-16 15:18:54 -04:00
|
|
|
include::retry-policy.asciidoc[]
|
|
|
|
|
|
|
|
include::get-status.asciidoc[]
|
|
|
|
include::explain.asciidoc[]
|
|
|
|
include::start.asciidoc[]
|
|
|
|
include::stop.asciidoc[]
|