How to Backup cluster elasticsearch to another server

i have big size data on elasticsearch, so i want to do rotation backup to another server. how can i do that backup strategy?

thanks

Snapshot to shared FS/S3/whatever then restore
Or use reindex from remote feature

Is that what you asked for?

no, i just want to backup the index to another place to reduce storage in my server.
it is possible that path.repo use remote location?

Use snapshot feature to a shared FS then.

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