ClusterMetadataPortInfo
editClusterMetadataPortInfo
editInformation about the ports that allow communication between the Elasticsearch cluster and various protocols.
Properties
edit-
http
(integer
asint32
, required) - Port where the cluster listens for HTTP traffic
-
https
(integer
asint32
, required) - Port where the cluster listens for HTTPS traffic
-
transport_passthrough
(integer
asint32
, required) - Port where the cluster listens for transport traffic using TLS
Example
edit{ "http" : 0, "https" : 0, "transport_passthrough" : 0 }