I'm looking for guidance on what my options are when I have a corrupt index.
I found this out when trying to snapshot and it failed due to a corrupt index.
For more Info:
https://discuss.elastic.co/t/understanding-index-shard-snapshot-failed-exception/159572/5
I don't know how to tell if it's a replica or primary so the only thing I know right now is the name of the corrupted index.
Also I am not seeing anything standout when I do
GET /INDEX/_stats
It seems a lot of information on corrupt indices seems to be on older ES versions. (I'm on 6.1) So before I follow one of those guides, I am just wondering what/where is the latest information and guidance to resolve this issue?