Created
September 1, 2017 21:46
-
-
Save jworl/4de694dcfa4e5b44993402aa7b311b59 to your computer and use it in GitHub Desktop.
Delete elasticsearch index
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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