Im using AWS managed ES and Kibana. Im trying to set a policy to automatically move all the indices from hot to warm after 30 days. However Im trying to test keeping the min_index_age as 5m. Once I apply the policy, it says “Successfully initialized policy: uat_32d_policy” however the policy state remains in hot even after an hour which should ideally be changed to warm after 5 minutes.
Pls note I have multiple indices starting with cwl-uat-****** and I have defined the index pattern as “cwl-uat*” in my query.
Can someone pls help or let me know if I have done anything wrong in my query