Created
January 27, 2022 11:09
-
-
Save parisnakitakejser/80d009f8cbdc863ea371a86f81e9fe3c to your computer and use it in GitHub Desktop.
Remove Elasticsearch index
This file contains hidden or 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
curl -X DELETE "localhost:9200/test-index-1?pretty" | |
curl -X DELETE "localhost:9200/test-index-3?pretty" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment