New

The executive guide to generative AI

Read more

ClusterMetadataPortInfo

edit

Information about the ports that allow communication between the Elasticsearch cluster and various protocols.

Properties

edit
http (integer as int32, required)
Port where the cluster listens for HTTP traffic
https (integer as int32, required)
Port where the cluster listens for HTTPS traffic
transport_passthrough (integer as int32, required)
Port where the cluster listens for transport traffic using TLS

Example

edit
{
   "http" : 0,
   "https" : 0,
   "transport_passthrough" : 0
}

On this page

Was this helpful?
Feedback