Index in Elasticsearch is getting deleted intermitently

Hi,

I have created an index in elasticsearch and loaded some data. After some days, when I am trying to get data from the index, I am getting error message saying like, index not found.

Kindly let me know why this is happening and how to solve this issue without recreating the index.

Thanks,
Ram Prasad G

Probably someone/something removed your index.
Elasticsearch does not remove indices.

Check your logs, you should see that index has been removed at some point or something else like major errors.

1 Like