Difference between revisions of "Elasticsearch troubleshooting"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Disk space == | == Disk space == | ||
* <code>[[/_cat/allocation]]</code> | * <code>[[/_cat/allocation]]</code> | ||
+ | * <code>[[Disk section: GET /_cluster/settings?include_defaults]]</code> | ||
== Messages == | == Messages == |
Revision as of 07:20, 4 November 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'
Contents
Disk space
Messages
Java.io.IOException: failed to obtain in-memory shard lock
Low disk watermark
Cluster health status changed from [YELLOW] to [GREEN]
No search context found for id
Related
/_cluster/settings GET /_cluster/allocation/explain yellow WARN, INFO, DEBUG elasticsearch.yml
See also
Advertising: