IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ElasticsearchShardElement
editElasticsearchShardElement
editInformation about the shards for each Elasticsearch instance container that hosts an Elasticsearch node. TIP: When the shard is unavailable, the cluster is unable to serve all of the data.
Properties
edit-
instance_name
(string
, required) - The Elastic Cloud name/id of the instance (container)
-
shard_count
(integer
asint32
, required) - The number of shards of the given type (available/unavailable) on this instance
Example
edit{ "instance_name" : "string", "shard_count" : 0 }