Created
February 13, 2019 12:44
-
-
Save stefpe/bc1ffdb00cb53fab8f7134fcbe446dd7 to your computer and use it in GitHub Desktop.
Feed elasticsearch with curl bulk request
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 -XPOST http://localhost:9200/_bulk?pretty --data-binary @/tmp/all.txt -H 'Content-Type: application/json' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment