IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ElasticsearchMasterElement
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ElasticsearchMasterElement
editInformation about the Elasticsearch instances. For split-brain cases, this also includes sub-clusters.
Properties
edit-
instances(array[string, required)] - The names of the instance/container hosting the node belong to the cluster with the given master
-
master_instance_name(string) - The corresponding instance name of the container hosting the Elasticsearch master node, if available
-
master_node_id(string, required) - The Elasticsearch node id of a master node
Example
edit{
"instances" : [
"string"
],
"master_instance_name" : "string",
"master_node_id" : "string"
}