From 7ca91761f24f50348a865fe5528aa16d24e45725 Mon Sep 17 00:00:00 2001 From: GraceRuan Date: Wed, 14 May 2025 15:44:43 -0700 Subject: [PATCH] fix: change rollover min age to 23hours --- .../nrm-type-accessrollup-rollover-policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-cli/configuration-opensearch/state_management_policy/nrm-type-accessrollup-rollover-policy.json b/workflow-cli/configuration-opensearch/state_management_policy/nrm-type-accessrollup-rollover-policy.json index 9790916..37ac8c6 100644 --- a/workflow-cli/configuration-opensearch/state_management_policy/nrm-type-accessrollup-rollover-policy.json +++ b/workflow-cli/configuration-opensearch/state_management_policy/nrm-type-accessrollup-rollover-policy.json @@ -12,7 +12,7 @@ "actions": [ { "rollover": { - "min_index_age": "1d" + "min_index_age": "23h" } } ],