I am currently experiencing an issue on my elastic cluster due to low disk space.
"explanation" : "the node is above the low watermark cluster setting [cluster.routing.allocation.disk.watermark.low=85%], using more disk space than the maximum allowed [85.0%], actual free: [9.737415872042689%]"
I have located the files in question and it looks like the following is taking up the space.
It looks like you've got less than 10% free disk space, which means you cannot do a force merge to remove deleted documents (because the merge operation will write new segments before removing the old).
With insufficient space for a force merge you have three options left, that I can think of:
Increase the disk space on the almost full server.
Add more data nodes to your cluster to spread out the index shards on more nodes.
Delete one large index (or more) to free up disk space immediately.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.