Add note about checking ES cluster health

Change-Id: If0659025d076f43fbf5e97ae1d0ee955713f74e6
This commit is contained in:
James E. Blair 2015-03-04 08:04:49 -08:00
parent 7b8943ff20
commit 03641b8be6

View File

@ -195,6 +195,10 @@ redundancy to distribute disk utilization and provide high availability.
Each replica is broken into multiple shards providing inceased indexing
and search throughput as each shard is essentially a valid mini index.
To check on the cluster health, run this command on any es.* node::
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
Kibana
------