It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. 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" }