Is there any reason why my index can be deleted by itself.This index is quite heavy around 300 mb and having 100,000 + rows. Does elastic removes or clears index by itself in any ways?
Thanks in Advance.
No.
Most of the time users reporting that:
- have a crontab which is running a DELETE request
- have curator installed
- are exposing their cluster on internet without any security
- are using a very old version of elasticsearch (1.x) which is joining automatically another cluster and someone else internally is removing the index
- ...
2 Likes
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.