RemoteClusterInfoedit

Information about the remote cluster for cross-cluster search.

Propertiesedit

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

Exampleedit

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