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

Commit 0f3b8c1

Browse files
authored
Merge pull request #178 from fbarbeira/patch-1
Fix rollover condition.
2 parents 069c053 + d0b1bd6 commit 0f3b8c1

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)