Skip to content

Instantly share code, notes, and snippets.

@crccheck
Last active August 29, 2015 14:17
Show Gist options
  • Save crccheck/becee9e47e050c4a8e0c to your computer and use it in GitHub Desktop.
Save crccheck/becee9e47e050c4a8e0c to your computer and use it in GitHub Desktop.
ElasticSearch Cheat Sheet

List all indexes

GET /_cat/indices?v

Count documents

[/index_name]/_count

Search/list documents

[/index_name][/type]/_search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment