File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,12 @@ You must specify at least one rollover condition.
49
49
An empty rollover action is invalid.
50
50
51
51
`max_age`::
52
- (Optional, <<time-units, time units>>)
53
- Triggers roll over after the maximum elapsed time from index creation is reached.
52
+ (Optional, <<time-units, time units>>)
53
+ Triggers roll over after the maximum elapsed time from index creation is reached.
54
+ The elapsed time is always calculated since the index creation time, even if the
55
+ index origination date is configured to a custom date (via the
56
+ <<index-lifecycle-parse-origination-date, index.lifecycle.parse_origination_date>> or
57
+ <<index-lifecycle-origination-date, index.lifecycle.origination_date>> settings)
54
58
55
59
`max_docs`::
56
60
(Optional, integer)
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Use this setting if you create a new index that contains old data and
48
48
want to use the original creation date to calculate the index age.
49
49
Specified as a Unix epoch value in milliseconds.
50
50
51
+ [[index-lifecycle-parse-origination-date]]
51
52
`index.lifecycle.parse_origination_date`::
52
53
(<<indices-update-settings,Dynamic>>, Boolean)
53
54
Set to `true` to parse the origination date from the index name.
You can’t perform that action at this time.
0 commit comments