Hello World!
I just used _restore (Snapshot And Restore), yet ran into following issue:
"shards" : {
"total" : 654,
"failed" : 6,
"successful" : 648
How does one figures out which shards have failed
?
Please advise.
Hello World!
I just used _restore (Snapshot And Restore), yet ran into following issue:
"shards" : {
"total" : 654,
"failed" : 6,
"successful" : 648
How does one figures out which shards have failed
?
Please advise.
Hi @alexus
You could take a look at the cat shards endpoint to see the status of all your shards. The shards that failed restore will show up in there as well with a failure reason.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.