A newer version is available. For the latest information, see the
current release documentation.
RemoteClusterRef
edit
The Elasticsearch cluster to connect to for cross-cluster search.
Propertiesedit
-
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
Exampleedit
{ "cluster_id" : "string", "skip_unavailable" : true }