October 2019
Beginner
186 pages
5h 39m
English
The cluster state retrieves information about the comprehensive state of the cluster. Using the following query, we can retrieve the cluster state:
GET _cluster/state
The cluster state query can be filtered using response filters, such as the following:
GET /_cluster/state/{metrics}/{indices}
In the preceding query, each filter depends on the number of shards and indices in the mapping. The metrics can be a list of metrics separated by commas, such as the following:
Read now
Unlock full access