IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RemoteClusterRef
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
RemoteClusterRef
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
}