Snapsot Deletion Times Out

1) Snapshot deletion is timing out using elasticsearch python client

client.snapshot.delete(repository="repo_name", snapshot="snapshot_name")

2) We are using curator to delete old snapshot beyond a certain date, curator fetches a list of snapshots and then tries to find the snapshot in the list, it fails to find the snapshot even though it is part of the list.

Both of my approaches to delete large snapshots is failing.

Thanks

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