Created
January 27, 2022 11:02
-
-
Save parisnakitakejser/38cd71f56000a55d06baa70011ab24c4 to your computer and use it in GitHub Desktop.
Create 3 test Elasticsearch indexes
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 PUT "localhost:9200/test-index-1?pretty" | |
curl -X PUT "localhost:9200/test-index-2?pretty" | |
curl -X PUT "localhost:9200/test-index-3?pretty" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment