mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Note ILM uses snapshot of user privileges (#67393)
This commit is contained in:
parent
e53348843d
commit
9099daef7b
2 changed files with 10 additions and 4 deletions
|
@ -19,9 +19,10 @@ definitions of policy components.
|
||||||
|
|
||||||
* If the {es} {security-features} are enabled, you must have the `manage_ilm`
|
* 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
|
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
|
privilege on all indices being managed by `policy`. {ilm-init} performs
|
||||||
{ilm} for a policy are executed as the user that put the latest version of a
|
operations as the user who last updated the policy. {ilm-init} only has the
|
||||||
policy. For more information, see <<security-privileges>>.
|
<<security-privileges,privileges>> assigned to the user at the time of the
|
||||||
|
last policy update.
|
||||||
|
|
||||||
[[ilm-put-lifecycle-desc]]
|
[[ilm-put-lifecycle-desc]]
|
||||||
==== {api-description-title}
|
==== {api-description-title}
|
||||||
|
|
|
@ -24,6 +24,11 @@ For time series indices, you need to associate the lifecycle policy with
|
||||||
the index template used to create new indices in the series.
|
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.
|
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
|
||||||
|
<<security-privileges,privileges>> assigned to the user at the time of the
|
||||||
|
last policy update.
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
[[ilm-phase-transitions]]
|
[[ilm-phase-transitions]]
|
||||||
=== Phase transitions
|
=== Phase transitions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue