A newer version is available. For the latest information, see the
current release documentation.
ElasticsearchMasterInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ElasticsearchMasterInfo
editInformation about the master nodes in the Elasticsearch cluster.
Properties
edit-
healthy(boolean, required) - Whether the master situation in the cluster is healthy (ie is the number of masters != 1), or do any instances have no master
-
instances_with_no_master(array[string, required)] - A list of any instances with no master
-
masters(array[ElasticsearchMasterElement], required)
Example
edit{
"healthy" : true,
"instances_with_no_master" : [
"string"
],
"masters" : [
{
"instances" : [
"string"
],
"master_instance_name" : "string",
"master_node_id" : "string"
}
]
}