IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ElasticsearchBlockingIssues

edit

Issues 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
}