RemoteClusterRefedit

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
}