WARNING: Version 2.0 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
cat count
editcat count
editcount
provides quick access to the document count of the entire
cluster, or individual indices.
% curl 192.168.56.10:9200/_cat/indices green wiki1 3 0 10000 331 168.5mb 168.5mb green wiki2 3 0 428 0 8mb 8mb % curl 192.168.56.10:9200/_cat/count 1384314124582 19:42:04 10428 % curl 192.168.56.10:9200/_cat/count/wiki2 1384314139815 19:42:19 428