Not sure where my indexes are being deleted

Hey there,
I inherited a system form a previous admin.
I want to see the policy assigned to a certain index pattern for deletion.
I know they are being deleted I just cant seem to tie the pattern to an ILM.

Can someone guide me?

Welcome to our community! :smiley:

GET _ilm/policy will show you everything there is, there's no direct endpoint to otherwise list this unfortunately.

If you have Kibana you can go to Stack Management > Index Lifecycle policies, it will show all the policies you have and you can see all the index that are linked to each policy.

You can also go to Stack Management > Index Management and in the Lifecycle Status drop down menu, you can choose Managed to show all the index that has an Index Lifecycle Policy.

1 Like

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