SyntaxFix
Write A Post
Hire A Developer
Questions
Adding to KenH's answer
$ curl -s -XPOST localhost:9200/_bulk --data-binary @requests
You can replace @requests with @complete_path_to_json_file
@requests
@complete_path_to_json_file
Note: @is important before the file path
@