Elasticsearch: restore deleted index

Viewed 415

I accidentally delete index in Elasticsearch. Unfortunatelly backup procedure was not setup :(

After some hustle with ext4magic I managed to restore files related (I hope) to deleted index:

_data/nodes/0/indices/3pbVajZhRUClZ0reezS1CQ/

So, now I want somehow import/open this index back into elastic. Any suggestions how I can do it?

0 Answers
Related