Hello Experts,
I have created S3 repository and taken snapshot for some indexes from ES 2.4 cluster. Now i have register same repository in ES 5.6 cluster and want restore all snapshot in the cluster but
http://es5.6ip:9200/_snapshot/repo/_all - showing only one snapshot(1st snapshot) not all snapshot
http://es2.4ip:9200/_snapshot/repo/_all showing all snapshot.
any idea, why its not showing all the snapshot in Elasticsearch 5.6, any workaround.
Raj