I had elasticsearch running, another program ran out of disk space. Now it's broken in many different ways. No clue how to debug.
- Creating an index pattern in kibana just hangs
- the logs shows
Unexpected error while indexing monitoring document
every few seconds - Read queries seem to be working, all indexed are green or yellow
- Some indexes seem to error with
cluster_block_exception
for writing - Some indexes seem to write properly
What's my plan of action for figuring it out? I already did docker-compose down and up many times, as well as reboot, didn't help. Googleing cluster_block_exception
and Unexpected error while indexing monitoring document
doesn't seem to be related to my problem.