A newer version is available. For the latest information, see the
current release documentation.
CoordinatorSummary
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CoordinatorSummary
editSummarized information about a coordinator.
Properties
edit-
attributes(map[string,string, required)] - Attributes of this coordinator
-
client_port(integerasint32, required) - Client port of this coordinator
-
election_port(integerasint32, required) - Election port of this coordinator
-
leader_port(integerasint32, required) - Leader port of this coordinator
-
name(string, required) - Name of this coordinator
-
public_hostname(string, required) - Public hostname of this coordinator
Example
edit{
"attributes" : {
"some_property" : "string"
},
"client_port" : 0,
"election_port" : 0,
"leader_port" : 0,
"name" : "string",
"public_hostname" : "string"
}