I have received this warning, but I am not even using or installing elasticsearch.
“Elasticsearch nodes disk usage above low watermark
(triggered 19 minutes ago)
There are Elasticsearch nodes in the cluster running out of disk space, their disk usage is above the low watermark. For this reason Elasticsearch will not allocate new shards to the affected nodes. The affected nodes are: [127.0.1.1] Check Disk-based shard allocation | Elasticsearch Guide [master] | Elastic for more details.”
It uses the word elastic of all backend storage. So in your case its saying that your datanode machine is running out of storage, what does the storage usage look like on that machine?
Hi @Treshkin,
You have only 13G available there. Whole 10G will be consumed by the opensearch snapshots cache. If you aren’t using searchable snapshots / warm tier, you can limit the size of the cache by the following setting in your datanode:
node_search_cache_size=1gb
If you’ll update to the latest datanode 6.1.4, the problem will be fixed automatically. Datanode detects if the cache is needed and disables it automatically.