Skip to content

Instantly share code, notes, and snippets.

@miceno
Last active December 28, 2017 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miceno/a80d6ce310a2a74fa16a368bc0387ae4 to your computer and use it in GitHub Desktop.
Save miceno/a80d6ce310a2a74fa16a368bc0387ae4 to your computer and use it in GitHub Desktop.
Number of documents of an elasticsearch index
# elasticsearch url
URL=https://smartnotifications-9383428543.eu-central-1.bonsaisearch.net
curl -s $URL/logstash-nginx-*/_count | sed -e 's/^.*"count":\([^,]*\),.*$/\1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment