IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RemoteClusterInfo
editRemoteClusterInfo
editInformation 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" }