json
Elasticsearch index read-only due to disk watermark
elasticsearch.*cluster_block_exception.*index.*read-only.*allow_delete
Fixes
- 1.Free disk space on Elasticsearch data nodes
- 2.Reset read-only flag: PUT /_settings {'index.blocks.read_only_allow_delete': null}
- 3.Adjust disk watermark: cluster.routing.allocation.disk.watermark.flood_stage
elasticsearchdiskread-only
Related Errors
json3 fixes
Logstash pipeline failed to index to Elasticsearch
logstash.*pipeline.*error.*could not index event to Elasticsearch
- •Check Elasticsearch cluster health and disk space
- •Verify mapping conflicts (field type mismatch)
json3 fixes
Kibana cannot connect to Elasticsearch
kibana.*Unable to connect to Elasticsearch.*ECONNREFUSED
- •Verify Elasticsearch is running and healthy
- •Check elasticsearch.hosts in kibana.yml
json3 fixes
Grafana panel query timeout
grafana.*panel.*error.*query timeout
- •Optimize the PromQL/SQL query for the panel
- •Increase query timeout in datasource settings