Skip to content

Instantly share code, notes, and snippets.

@jworl
Created September 1, 2017 21:46
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 jworl/4de694dcfa4e5b44993402aa7b311b59 to your computer and use it in GitHub Desktop.
Save jworl/4de694dcfa4e5b44993402aa7b311b59 to your computer and use it in GitHub Desktop.
Delete elasticsearch index
INDEX=$1
curl -XDELETE http://localhost:9200/${INDEX}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment