RemoteClusterRef

edit

A reference to Elasticsearch cluster to connect 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
}