IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Remote cluster info API
editRemote cluster info API
editReturns configured remote cluster information.
Request
editGET /_remote/info
Description
editThe cluster remote info API allows you to retrieve all of the configured remote cluster information. It returns connection and endpoint information keyed by the configured remote cluster alias.
Response body
edit-
seeds
- The configured initial seed transport addresses of the remote cluster.
-
connected
- True if there is at least one connection to the remote cluster.
-
num_nodes_connected
- The number of connected nodes in the remote cluster.
-
max_connections_per_cluster
- The maximum number of connections maintained for the remote cluster.
-
initial_connect_timeout
- The initial connect timeout for remote cluster connections.