mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
This commit adds the "in_use_by" object to the response for ILM policies. This map shows the indices, data streams, and composable templates that use the ILM policy. An example output may look like: ```json { "logs" : { "version" : 1, "modified_date" : "2021-06-23T18:42:08.381Z", "policy" : { ... }, "in_use_by" : { "indices" : [".ds-logs-foo-barbaz-2021.06.23-000001", ".ds-logs-foo-other-2021.06.23-000001"], "data_streams" : ["logs-foo-barbaz", "logs-foo-other"], "composable_templates" : ["logs"] } } } ``` Resolves #73869 |
||
---|---|---|
.. | ||
delete-lifecycle.asciidoc | ||
explain.asciidoc | ||
get-lifecycle.asciidoc | ||
get-status.asciidoc | ||
ilm-api.asciidoc | ||
move-to-step.asciidoc | ||
put-lifecycle.asciidoc | ||
remove-policy-from-index.asciidoc | ||
retry-policy.asciidoc | ||
start.asciidoc | ||
stop.asciidoc |