Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created June 19, 2017 12:50
Show Gist options
  • Select an option

  • Save selcukusta/91181438fc683839f1bea9a55b531538 to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/91181438fc683839f1bea9a55b531538 to your computer and use it in GitHub Desktop.
curl -X POST \
http://localhost:9200/medium_sample_index/_bulk \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{"index":{"_index":"medium_sample_index", "_type":"sample_type", "_id" : 1}}
{ "title":"Fransız Basın Ajansı prestij ödüllerini dağıttı"}
{"index":{"_index":"medium_sample_index", "_type":"sample_type", "_id" : 2}}
{ "title":"Doktorlara kamu görevi zorunluluğu kalkıyor"}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment