Hi All
I am running Elastic Search 6.2.4 on a 150 GB virtual machine. The disk is 31% utilized which means more than 100 GB is free.
df -k .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/centos-root 157260800 47396716 109864084 31% /
I keep seeing these messages on the elastic search logs files.
[2019-01-07T14:59:58,596][INFO ][o.e.c.r.a.DiskThresholdMonitor] [JUz2YCv] low disk watermark [85%] exceeded on [JUz2YCvyRxi-qrtqrO3Z0A][JUz2YCv][/var/lib/elasticsearch/nodes/0] free: 5.2gb[10.5%], replicas will not be assigned to this node
I have not done any specific cluster settings in Elastic Search.
GET /_cluster/settings
{
"persistent": {},
"transient": {}
}
Could someone help me why I am seeing this issue?