elasticsearch/es-cluster-stats

Cluster Stats

View cluster-wide statistics

elasticsearch
stats

Command

curl -X GET 'http://localhost:9200/_cluster/stats?pretty'

Examples

Cluster stats without pretty print

curl -X GET 'http://localhost:9200/_cluster/stats'