Bulk Index 1000 document json file into ES using curl commands

Is there any Bulk API to Index 1000 document json file into ES using curl commands

Hey Dilip,
refer below link
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html

regards

Hi Jigish ,

Thanks for help but I am trying to upload unstructured data into ES and curl commands and bulk APIs are not working for me .

Regards

Can you provide

  1. Sample data
  2. Index mapping
  3. Curl command you are using
    ???