Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit d0b1bd6

Browse files
authored
Fix rollover condition.
Parameter **min_age** is invalid, it must be **min_index_age**.
1 parent 069c053 commit d0b1bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ism/policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ After 30 days, the policy moves this index into a `delete` state. The service se
301301
"actions": [
302302
{
303303
"rollover": {
304-
"min_age": "1d"
304+
"min_index_age": "1d"
305305
}
306306
}
307307
],

0 commit comments

Comments
 (0)