It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
CrossClusterSearchInfo
editCrossClusterSearchInfo
editThe cross-cluster search settings and status for the Elasticsearch cluster.
Properties
edit-
healthy
(boolean
) - Flag signaling health issues when at least one remote has an incompatible version with this cluster
-
remote_clusters
(array[
RemoteClusterInfo
]
) - 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" } ] }