Documentation DigaSystem

Debugging Elasticsearch

Logs

Logs are written to folder /var/log/elasticsearch

Status Information

Elasticsearch status can be retrieved with any browser.

Check if node is up and running by using node base URL

image2017-7-13 13:31:41.png

Check cluster health

image2017-7-13 13:33:5.png

List nodes

image2017-7-13 13:34:37.png

Get detailed node information

http://10.1.252.52:9200/_nodes?pretty

List shards

Every Elasticsearch index is split into shards (default  = 5 shards) and redundantly stored in primary (p) and replica (r) shards.

image2017-7-13 13:37:41.png

List indices

image2017-7-13 13:41:10.png

List aliases

image2017-7-13 13:41:40.png