IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
cat allocation
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
cat allocation
editallocation
provides a snapshot of how many shards are allocated to each data node
and how much disk space they are using.
GET /_cat/allocation?v
Might respond with:
shards disk.indices disk.used disk.avail disk.total disk.percent host ip node 1 260b 47.3gb 43.4gb 100.7gb 46 127.0.0.1 127.0.0.1 CSUXak2
Here we can see that the single shard created has been allocated to the single node available.
Was this helpful?
Thank you for your feedback.