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.
ElasticsearchClusterBlockingIssues
editElasticsearchClusterBlockingIssues
editInformation about issues that prevent either whole cluster or a particular index from operating correctly
Properties
edit-
cluster_level
(array[
ElasticsearchClusterBlockingIssueElement
]
) - A list of issues that affect availability of entire cluster
-
healthy
(boolean
) - Whether the cluster has issues (false) or not (true)
-
index_level
(array[
ElasticsearchClusterBlockingIssueElement
]
) - A list of issues that affect availability of the cluster's indices
Example
edit{ "cluster_level" : [ { "description" : "string", "instances" : [ "string" ] } ], "healthy" : true, "index_level" : [ null ] }