Index is not rolling over

I created a lifec cycle policy to rollover after size reaches 30G, i then changed it to 100MB, however this did not take effect and the index did not rollover


Running
GET xxx-filemgr-000004/_ilm/explain

Gives

{

"indices" : {
"xxx-xxxx-000004" : {
"index" : "xxx-xxxx-000004",
"managed" : true,
"policy" : "xxx_policy",
"lifecycle_date_millis" : 1579124902569,
"phase" : "hot",
"phase_time_millis" : 1579124903572,
"action" : "rollover",
"action_time_millis" : 1579125444675,
"step" : "check-rollover-ready",
"step_time_millis" : 1579125444675,
"phase_execution" : {
"policy" : "dlp_policy",
"phase_definition" : {
"min_age" : "0ms",
"actions" : {
"rollover" : {
"max_size" : "30gb"
}
}
},
"version" : 1,
"modified_date_in_millis" : 1574287086021
}
}
}
}

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