IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
CrossClusterSearchInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CrossClusterSearchInfo
editThe cross-cluster search settings and status for the Elasticsearch cluster.
Properties
edit-
healthy(boolean, required) - Flag signaling health issues when at least one remote has an incompatible version with this cluster
-
remote_clusters(array[RemoteClusterInfo], required) - The list of remote clusters this cluster can access using cross-cluster search
Example
edit{
"healthy" : true,
"remote_clusters" : [
{
"compatible" : true,
"id" : "string",
"version" : "string"
}
]
}