A newer version is available. For the latest information, see the
current release documentation.
ClusterMetadataPortInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ClusterMetadataPortInfo
editInformation about the ports that allow communication between the Elasticsearch cluster and various protocols.
Properties
edit-
http(integerasint32, required) - Port where the cluster listens for HTTP traffic
-
https(integerasint32, required) - Port where the cluster listens for HTTPS traffic
-
transport_passthrough(integerasint32, required) - Port where the cluster listens for transport traffic using TLS
Example
edit{
"http" : 0,
"https" : 0,
"transport_passthrough" : 0
}