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

ElasticsearchShardsStatus

edit

Shards status represented as green, yellow, or red, as returned by the Elasticsearch cluster health API

Properties

edit
status (string; allowed values: [green, red, yellow], required)
Indicates the elasticsearch cluster health status as a color

Example

edit
{
   "status" : "string"
}