Dear support,
There are several snapshots that I wanted to delete so as to housekeep the mount point.
However when I tried to delete it from the webUI, it failed.
Would the status 'IN_PROGRESS' be the cause?
Please advise how to delete these snapshots in the correct manner.
Yours faithfully
snapshots could not be deleted in webUI
Re: snapshots could not be deleted in webUI
Run the following to get a list of snapshots and their status:
*Make sure you replace REPONAME with the actual repository name.
Once you've identified the hanging snapshot, you can remove it with:
*Replace REPONAME and curator-20201117094956 with the proper repository name and snapshot name.
Code: Select all
curl -XGET 'http://localhost:9200/_snapshot/REPONAME/_all?pretty'
Once you've identified the hanging snapshot, you can remove it with:
Code: Select all
curl -XDELETE 'http://localhost:9200/_snapshot/REpONAME/curator-20201117094956'
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.