Deleting snapshots

Hi I was reading thru the following article.. Please help me understand will it delete the files in S3 bucket as well? If not then what is the approach to purge old snapshots in S3 bucket.

https://www.elastic.co/guide/en/elasticsearch/client/curator/current/delete_snapshots.html#delete_snapshots

Thanks..

You should never directly interact with the files in a snapshot repository. You should only ever interact with a snapshot repository via the Elasticsearch API calls (which is what Curator does).

When all references to a segment are deleted (in a Snapshot Delete call), then the associated segments will also be deleted from your S3 bucket.

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