Merge "Add note about checking ES cluster health"

This commit is contained in:
Jenkins 2015-07-16 21:12:42 +00:00 committed by Gerrit Code Review
commit df63ef74d1

View File

@ -209,6 +209,10 @@ redundancy to distribute disk utilization and provide high availability.
Each replica is broken into multiple shards providing inceased indexing Each replica is broken into multiple shards providing inceased indexing
and search throughput as each shard is essentially a valid mini index. 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 Kibana
------ ------