Merge "Add note about checking ES cluster health"
This commit is contained in:
commit
df63ef74d1
@ -209,6 +209,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
|
||||
------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user