I’ve a ISM policy to take snapshot and delete indices on certain conditions. Now I want to delete those snapshots after sometime, all I could find was manual deletion. Wanted to check is there any automated way to delete those snapshots?
But I want to use the ISM policy because it allows me to take snapshot and delete the index after that. Also I have set some criteria to take snapshots before deleting the index.
You can configure CRON in your SM as shown above to set date and time for your snapshots and/or delete them, your ISM policy is separate. My guess would be is to corresponded the snapshots with your ISM policy.