I have a small dev cluster running in kubernetes.
Since I have quite limited diskspace elasticsearch is often throwing the following error to indexing applications like logstash or kibana:
That the index has been put into read-only/allow delete mode suggests that You've reached the flood_stage.
The index / cluster health is an indication if all data is redundant / available to Elasticsearch. When the configured redundancy level is reached, Elasticsearch health is "green". If all data is available, but the redundancy is degraded, it is "yellow" and if some index shards are not available it is "red".
When You reach a watermark, Elasticsearch puts a log entry in the logfiles:
[o.e.c.r.a.DiskThresholdMonitor] [xxxxdb05.yyy.zz] low disk watermark [95%] exceeded on [tNXqbk9YTOq9MeNhW5eS6g][xxxxdb04.yyy.zz][/var/lib/elasticsearch/nodes/0] free: 23.4gb[4.5%], replicas will not be assigned to this node
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.