allocation.asciidoc 661 B

1234567891011121314151617
  1. [[cat-allocation]]
  2. == Allocation
  3. `allocation` provides a snapshot of how shards have located around the
  4. cluster and the state of disk usage.
  5. [source,shell]
  6. --------------------------------------------------
  7. % curl '192.168.56.10:9200/_cat/allocation?v=1'
  8. shards diskUsed diskAvail diskRatio ip node
  9. 1 5.6gb 72.2gb 7.8% 192.168.56.10 Jarella
  10. 1 5.6gb 72.2gb 7.8% 192.168.56.30 Solarr
  11. 1 5.5gb 72.3gb 7.6% 192.168.56.20 Adam II
  12. --------------------------------------------------
  13. Here we can see that each node has been allocated a single shard and
  14. that they're all using about the same amount of space.