How to Use Cluster Stats API in Elasticsearch
Introduction The cluster health API allows you to quickly obtain the basic status of the health of the Elasticsearch cluster and the cluster stats API allows you to retrieve the statistics from a cluster-wide perspective. The API can return basic index metrics, such as shard numbers, store size and memory usage as well as information … Continued