RemoteClusterInfo

edit

Information about the remote cluster for cross-cluster search.

Properties

edit
compatible (boolean, required)
Flag indicating whether the remote cluster version is compatible
id (string, required)
The remote Elasticsearch cluster deployment id
version (string)
Remote cluster Elasticsearch version

Example

edit
{
   "compatible" : true,
   "id" : "string",
   "version" : "string"
}