File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ These are the settings available for configuring Index Lifecycle Management
10
10
Whether ILM is enabled or disabled, setting this to `false` disables any
11
11
ILM REST API endpoints and functionality. Defaults to `true`.
12
12
13
+ `indices.lifecycle.poll_interval`::
14
+ (<<time-units, time units>>) How often {ilm} checks for indices that meet policy
15
+ criteria. Defaults to `10m`.
16
+
13
17
==== Index level settings
14
18
These index-level {ilm-init} settings are typically configured through index
15
19
templates. For more information, see <<ilm-gs-create-policy>>.
@@ -22,7 +26,3 @@ The index alias to update when the index rolls over. Specify when using a
22
26
policy that contains a rollover action. When the index rolls over, the alias is
23
27
updated to reflect that the index is no longer the write index. For more
24
28
information about rollover, see <<using-policies-rollover>>.
25
-
26
- `indices.lifecycle.poll_interval`::
27
- (<<time-units, time units>>) How often {ilm} checks for indices that meet policy
28
- criteria. Defaults to `10m`.
You can’t perform that action at this time.
0 commit comments