Options to Backup data from ElasticSearch

Hi,
We are having ElasticSearch (ES) setup where a new index is created daily. We want to have backup of data which is older than a month to some external storage. Can anyone please suggest options to do this effectively?

Thanks,
RK

The snapshot / restore API provides a range of backends for this.

1 Like

Thanks for the quick reply !! it really helps