Re: Delete all the snapshots in a repository

2014-12-26 Thread bplsilva
are the ones to avoid, but in >> this case, I'm really needing it. I'd like to delete all the snapshots in a >> repository before creating a new snapshot. >> Is there any easy method to do that? >> >> I have tried: *curl -XDELETE >> "localho

Re: Delete all the snapshots in a repository

2014-12-26 Thread vineeth mohan
this case, I'm really needing it. I'd like to delete all the snapshots in a > repository before creating a new snapshot. > Is there any easy method to do that? > > I have tried: *curl -XDELETE > "localhost:9200/_snapshot/backupES/_all?pretty"* but that does n

Delete all the snapshots in a repository

2014-12-26 Thread bplsilva
Hello, I know the *delete all* kind of operations are the ones to avoid, but in this case, I'm really needing it. I'd like to delete all the snapshots in a repository before creating a new snapshot. Is there any easy method to do that? I have tried: *curl -XDELETE "localhost