A newer version is available. For the latest information, see the
current release documentation.
RemoteClusterInfo
edit
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" }