IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RemoteClusterInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
RemoteClusterInfo
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"
}