IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RemoteClusterRef
editRemoteClusterRef
editThe Elasticsearch cluster to connect to for cross-cluster search.
Properties
edit-
cluster_id
(string
, required) - Cluster id of the remote cluster
-
skip_unavailable
(boolean
) - If true, skip this cluster during search if it is disconnected. Default: false
Example
edit{ "cluster_id" : "string", "skip_unavailable" : true }