Skip to content

Commit c4528b5

Browse files
authored
DOCS: more visibility over how min_age works when rollover is present (#84273) (#84488)
1 parent 5771472 commit c4528b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/reference/ilm/ilm-tutorial.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ For example, you might define a `timeseries_policy` that has two phases:
5252
* A `hot` phase that defines a rollover action to specify that an index rolls over when it
5353
reaches either a `max_primary_shard_size` of 50 gigabytes or a `max_age` of 30 days.
5454
* A `delete` phase that sets `min_age` to remove the index 90 days after rollover.
55-
Note that this value is relative to the rollover time, not the index creation time.
55+
56+
[NOTE]
57+
====
58+
The `min_age` value is relative to the rollover time, not the index creation time.
59+
====
5660

5761
You can create the policy through {kib} or with the
5862
<<ilm-put-lifecycle,create or update policy>> API.

0 commit comments

Comments
 (0)