diff --git a/docs/reference/ilm/apis/put-lifecycle.asciidoc b/docs/reference/ilm/apis/put-lifecycle.asciidoc index 02cfe37920bb..c30c9367d500 100644 --- a/docs/reference/ilm/apis/put-lifecycle.asciidoc +++ b/docs/reference/ilm/apis/put-lifecycle.asciidoc @@ -19,9 +19,10 @@ definitions of policy components. * If the {es} {security-features} are enabled, you must have the `manage_ilm` cluster privilege to use this API. You must also have the `manage` index -privilege on all indices being managed by `policy`. All operations executed by -{ilm} for a policy are executed as the user that put the latest version of a -policy. For more information, see <>. +privilege on all indices being managed by `policy`. {ilm-init} performs +operations as the user who last updated the policy. {ilm-init} only has the +<> assigned to the user at the time of the +last policy update. [[ilm-put-lifecycle-desc]] ==== {api-description-title} diff --git a/docs/reference/ilm/ilm-index-lifecycle.asciidoc b/docs/reference/ilm/ilm-index-lifecycle.asciidoc index 57da833030eb..72e2bcc8f083 100644 --- a/docs/reference/ilm/ilm-index-lifecycle.asciidoc +++ b/docs/reference/ilm/ilm-index-lifecycle.asciidoc @@ -17,13 +17,18 @@ slower. An index's _lifecycle policy_ specifies which phases are applicable, what actions are performed in each phase, -and when it transitions between phases. +and when it transitions between phases. You can manually apply a lifecycle policy when you create an index. For time series indices, you need to associate the lifecycle policy with the index template used to create new indices in the series. When an index rolls over, a manually-applied policy isn't automatically applied to the new index. +If you use {es}'s Security features, {ilm-init} performs operations as the user +who last updated the policy. {ilm-init} only has the +<> assigned to the user at the time of the +last policy update. + [discrete] [[ilm-phase-transitions]] === Phase transitions