Elastic Index not rolling over on Elastic Cloud 7.4

Good day

M index (filebeat-*) in Elastic Cloud 7.4 is not rolling over. The index has a policy assigned and the policy is set to roll over at 5GB or 15 days.

2Index_with_policy

When I run this query, the output below says 50GB or 30 days which is the default, but I updated the index policy. It looks like the changes I made to the policy is not being saved.

GET filebeat-7.4.0-2019.10.10-000001/_ilm/explain
{
"indices" : {
"filebeat-7.4.0-2019.10.10-000001" : {
"index" : "filebeat-7.4.0-2019.10.10-000001",
"managed" : true,
"policy" : "filebeat-7.4.0",
"lifecycle_date_millis" : 1570684441881,
"age" : "14.97d",
"phase" : "hot",
"phase_time_millis" : 1570684442594,
"action" : "rollover",
"action_time_millis" : 1570685004809,
"step" : "check-rollover-ready",
"step_time_millis" : 1570685004809,
"phase_execution" : {
"policy" : "filebeat-7.4.0",
"phase_definition" : {
"min_age" : "0ms",
"actions" : {
"rollover" : {
"max_size" : "50gb",
"max_age" : "30d"
}
}
},
"version" : 3,
"modified_date_in_millis" : 1570510452753
}
}
}
}

Not sure what else to do.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.