Need to move the snapshot to another system elasticsearch

Hi Team,

i have taken the backup on one index in my system elasticsearch, need to move the snapshot to antother system it is possible or not ?

curl localhost:9200/_snapshot/backup/06dec18
{"snapshots":[{"snapshot":"06dec18","uuid":"6jUcizmQSvOv9s-"indices":["dataindex"],"include_global_state":false,"state":"SUCCESS",""duration_in_millis":4939,"failures":,"shards":{"total":5,"failed":0}}]}

Yes, that's possible. You need to configure the "another system" to point at the same repository with "readonly": true and then you should be able to restore any of the snapshots in that repository.

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