ILM policy not working

@sudhagar_ramesh The issue got resolved . I added below POST remove (executed it first)and PUT command (Run it).
POST /_ilm/remove # to remove ILM policy and reapply it
PUT mylogs-pre-ilm*/_settings {"index": {"lifecycle": {"name": "mylogs_policy_existing"}}}

1 Like