| 12345678910111213141516 | [[cat-count]]== cat count`count` provides quick access to the document count of the entirecluster, or individual indices.[source,shell]--------------------------------------------------% curl 192.168.56.10:9200/_cat/indicesgreen wiki1 3 0 10000 331 168.5mb 168.5mbgreen wiki2 3 0   428   0     8mb     8mb% curl 192.168.56.10:9200/_cat/count1384314124582 19:42:04 10428% curl 192.168.56.10:9200/_cat/count/wiki21384314139815 19:42:19 428--------------------------------------------------
 |