File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ definitions of policy components.
19
19
20
20
* If the {es} {security-features} are enabled, you must have the `manage_ilm`
21
21
cluster privilege to use this API. You must also have the `manage` index
22
- privilege on all indices being managed by `policy`. All operations executed by
23
- {ilm} for a policy are executed as the user that put the latest version of a
24
- policy. For more information, see <<security-privileges>>.
22
+ privilege on all indices being managed by `policy`. {ilm-init} performs
23
+ operations as the user who last updated the policy. {ilm-init} only has the
24
+ <<security-privileges,privileges>> assigned to the user at the time of the
25
+ last policy update.
25
26
26
27
[[ilm-put-lifecycle-desc]]
27
28
==== {api-description-title}
Original file line number Diff line number Diff line change @@ -17,13 +17,18 @@ slower.
17
17
18
18
An index's _lifecycle policy_ specifies which phases
19
19
are applicable, what actions are performed in each phase,
20
- and when it transitions between phases.
20
+ and when it transitions between phases.
21
21
22
22
You can manually apply a lifecycle policy when you create an index.
23
23
For time series indices, you need to associate the lifecycle policy with
24
24
the index template used to create new indices in the series.
25
25
When an index rolls over, a manually-applied policy isn't automatically applied to the new index.
26
26
27
+ If you use {es}'s Security features, {ilm-init} performs operations as the user
28
+ who last updated the policy. {ilm-init} only has the
29
+ <<security-privileges,privileges>> assigned to the user at the time of the
30
+ last policy update.
31
+
27
32
[discrete]
28
33
[[ilm-phase-transitions]]
29
34
=== Phase transitions
You can’t perform that action at this time.
0 commit comments