Skip to content

Instantly share code, notes, and snippets.

@benjaminmullard
Created January 22, 2015 20:48
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 benjaminmullard/b739b3279eb3fd0605eb to your computer and use it in GitHub Desktop.
Save benjaminmullard/b739b3279eb3fd0605eb to your computer and use it in GitHub Desktop.
Handy Elasticsearch commands
# List all indices
curl '127.0.0.1:9200/_cat/indices?v'
# Delete index
curl -XDELETE 127.0.0.1:9200/<index name>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment