Snapshot and restore elastic search data in some other region aws

Hi,

I had take snapshot of my ES data from one region in aws and want to restore in some other region. But when I am restoring it showing me error

{"error":{"root_cause":[{"type":"snapshot_restore_exception","reason":"[s3_es_pla_backup:es_pla]snapshot does not exist"}],"type":"snapshot_restore_exception","reason":"[s3_es_pla_backup:es_pla]snapshot does not exist"},"status":500}

although my bucket is exists in s3. Please help

Did you add the repo to both clusters?

Yes I have added in both regions

Here is the error I am getting

{
"error" : {
"root_cause" : [ {
"type" : "snapshot_missing_exception",
"reason" : "[s3_es_pla_backup:es_pla] is missing"
} ],
"type" : "snapshot_missing_exception",
"reason" : "[s3_es_pla_backup:es_pla] is missing",
"caused_by" : {
"type" : "file_not_found_exception",
"reason" : "Blob object [snap-es_pla.dat] not found: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 09C27F996EEBCF9A)"
}
},
"status" : 404
}

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