Recovering corrupted Elastic indices

I couldn’t find a decent resource online that would guide me on how to fix elastic indices, so I decided to write one up. Instead of deleting an entire corrupted index, try this first to recover some data. Note: you can copy over the index directory and run the commands on any server that has the required java modules installed

recovering corrupted indices

1 Like

Awesome, thanks for sharing!