Skip to content

Commit 7ca9176

Browse files
committed
fix: change rollover min age to 23hours
1 parent aa7d70e commit 7ca9176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-accessrollup-rollover-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"actions": [
1313
{
1414
"rollover": {
15-
"min_index_age": "1d"
15+
"min_index_age": "23h"
1616
}
1717
}
1818
],

0 commit comments

Comments
 (0)