Difference between revisions of "Elasticsearch troubleshooting"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Messages == | == Messages == | ||
− | + | * <code>[[Java.io.IOException: failed to obtain in-memory shard lock]]</code> | |
− | + | * <code>[[Low disk watermark]]</code> | |
− | + | * <code>[[Cluster health status changed from]] [YELLOW] to [GREEN]</code> | |
== Related == | == Related == |
Revision as of 19:30, 24 October 2022
curl http://localhost:9200/_cluster/health?pretty -k -u'admin:adminpass'
curl -k https://localhost:9200/_cat/indices?v&health=yellow -u'XXX:UUU'
Messages
Java.io.IOException: failed to obtain in-memory shard lock
Low disk watermark
Cluster health status changed from [YELLOW] to [GREEN]
Related
/_cluster/settings GET /_cluster/allocation/explain yellow WARN, INFO, DEBUG
See also
Advertising: