Hi,
We are migrating to an ES5.4 cluster from an ES2.4.3 Cluster. Snap shots are in S3 and we want to restore from the ES2.4 repo to our new cluster. We use creator to restore this and take our daily snapshots.
The problem we have is that curator and http://ES5cluster:9200/_snapshot/reponame/_all is only finding a latest snapshot from almost 6 months ago. http://ES2cluster:9200/_snapshot/reponame/_all successfully finds all the snapshots since last nights successful back up.
If I CURL the correct snapshot from last night ES5 claims it cannot find it. The last ES5 http://ES5cluster:9200/_snapshot/reponame/_all returns this one.
{"snapshot":"snapshot-20170116010510","uuid":"snapshot-20170116010510","version_id":2040399,"version":"2.4.3","indices":[ <ignored for size],"state":"SUCCESS","start_time":"2017-01-16T01:05:25.737Z","start_time_in_millis":1484528725737,"end_time":"2017-01-16T01:24:30.814Z","end_time_in_millis":1484529870814,"duration_in_millis":1145077,"failures":[],"shards":{"total":5822,"failed":0,"successful":5822}}
The last ES2 looks like this:
{"snapshot":"snapshot-20170530010505","version_id":2040399,"version":"2.4.3","indices":[ <index list> ],"state":"SUCCESS","start_time":"2017-05-30T01:06:10.523Z","start_time_in_millis":1496106370523,"end_time":"2017-05-30T01:18:46.628Z","end_time_in_millis":1496107126628,"duration_in_millis":756105,"failures":[],"shards":{"total":8336,"failed":0,"successful":8336}}
Any reason why this is? Both look to be successful snapshots.