Difference between revisions of "Elasticsearch troubleshooting"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* <code>[[Java.io.IOException: failed to obtain in-memory shard lock]]</code> | * <code>[[Java.io.IOException: failed to obtain in-memory shard lock]]</code> | ||
* <code>[[Low disk watermark]]</code> | * <code>[[Low disk watermark]]</code> | ||
+ | * <code>[[high disk watermark]]</code> | ||
* <code>[[Cluster health status changed from]] [YELLOW] to [GREEN]</code> | * <code>[[Cluster health status changed from]] [YELLOW] to [GREEN]</code> | ||
* <code>[[No search context found for id]]</code> | * <code>[[No search context found for id]]</code> |
Revision as of 17:10, 12 December 2023
curl http://localhost:9200/_cluster/health?pretty -k -u'admin:adminpass'
curl -k "https://localhost:9200/_cat/indices?v&health=yellow" -u'XXX:UUU'
curl -k "https://localhost:9200/_cat/indices?v&health=red" -u'XXX:UUU'
Elasticsearch storage
Messages
Java.io.IOException: failed to obtain in-memory shard lock
Low disk watermark
high disk watermark
Cluster health status changed from [YELLOW] to [GREEN]
No search context found for id
No space left on device
Related
/_cluster/settings GET /_cluster/allocation/explain green, yellow, red WARN, INFO, DEBUG elasticsearch.yml uuid systemctl restart elasticsearch && systemctl status elasticsearch && tail -f /var/log/elasticsearch/elasticsearch.log Elasticsearch logs
See also
Advertising: