IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RemoteResourceInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
RemoteResourceInfo
editInformation about a Remote Cluster.
Properties
edit-
compatible(boolean, required) - Whether or not the remote cluster version is compatible with this cluster version.
-
connected(boolean, required) - Whether or not there is at least one connection to the remote cluster.
-
healthy(boolean, required) - Whether or not the remote cluster is healthy
-
trusted(boolean, required) - Whether or not the remote cluster is trusted by this cluster.
-
trusted_back(boolean, required) - Whether or not the remote cluster trusts this cluster back.
Example
edit{
"compatible" : true,
"connected" : true,
"healthy" : true,
"trusted" : true,
"trusted_back" : true
}