You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any idea or suggestion ?
What is the best way to delete a snapshot quickly
we are using this curl command for delete
curl -XDELETE "localhost:9200/_snapshot/aws-prod-elasticsearch-backup/listening-prod2-20150319"
The text was updated successfully, but these errors were encountered:
Sometimes we see that snapshots is in progress state forever and if we try to delete that also takes forever
"snapshots" : [ {
"snapshot" : "listening-prod2-20150319"
"state" : "IN_PROGRESS",
"start_time" : "2015-03-19T10:17:22.916Z",
"start_time_in_millis" : 1426760242916
Any idea or suggestion ?
What is the best way to delete a snapshot quickly
we are using this curl command for delete
curl -XDELETE "localhost:9200/_snapshot/aws-prod-elasticsearch-backup/listening-prod2-20150319"
The text was updated successfully, but these errors were encountered: