curl -XPUT 'http://localhost:9200/product/_doc/1' -H 'Content-Type: application/json' -d ' { "name": "name1", "age": 1 } '
Last updated 3 years ago