Data Population
echo '{ "index" : { "_index" : "ordering", "_type" : "order", "_id" : "1" }} { "id" : "1", "placedOn": "2016-10-17T13:03:30.830Z" } ' > requestcurl -s -XPOST localhost:9200/_bulk -H 'content-type: application/json' --data-binary "@request"
Last updated