Difference between revisions of "Elasticsearch troubleshooting"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* <code>[[curl http://localhost:9200/_cluster/health?pretty]] -k -u'admin:adminpass'</code> | * <code>[[curl http://localhost:9200/_cluster/health?pretty]] -k -u'admin:adminpass'</code> | ||
− | * <code>[[curl -k https://localhost:9200/_cat/indices?v&health=yellow]] -u'XXX:UUU'</code> | + | * <code>[[curl -k "https://localhost:9200/_cat/indices?v&health=yellow"]] -u'XXX:UUU'</code> |
− | + | * <code>[[curl -k "https://localhost:9200/_cat/indices?v&health=red"]] -u'XXX:UUU'</code> | |
== [[Elasticsearch storage]] == | == [[Elasticsearch storage]] == |
Revision as of 11:51, 23 January 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
Cluster health status changed from [YELLOW] to [GREEN]
No search context found for id
Related
/_cluster/settings GET /_cluster/allocation/explain green, yellow, red WARN, INFO, DEBUG elasticsearch.yml
See also
Advertising: