Skip to content

Instantly share code, notes, and snippets.

@parisnakitakejser
Created January 27, 2022 11:02
Show Gist options
  • Save parisnakitakejser/38cd71f56000a55d06baa70011ab24c4 to your computer and use it in GitHub Desktop.
Save parisnakitakejser/38cd71f56000a55d06baa70011ab24c4 to your computer and use it in GitHub Desktop.
Create 3 test Elasticsearch indexes
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