A newer version is available. For the latest information, see the
current release documentation.
ElasticsearchBlockingIssues
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ElasticsearchBlockingIssues
editIssues that prevent the Elasticsearch cluster or index from correctly operating.
Properties
edit-
blocks(array[ElasticsearchBlockingIssueElement], required) - A list of blocks that affect the availability of the cluster
-
healthy(boolean, required) - Whether the cluster has issues (false) or not (true)
Example
edit{
"blocks" : [
{
"description" : "string",
"level" : "string"
}
],
"healthy" : true
}