What i need
i need to Insert Test document.
i have followed link https://www.elastic.co/guide/en/elasticsearch/reference/current/_index_and_query_a_document.html
Here im trying
PUT /customer/_doc/1?pretty
{
"name": "John Doe"
}
Error request body is required
snapshot when i try to run url
1.http://localhost:9200/customer?pretty
2.http://localhost:9200/customer/_doc/1?pretty&pretty

3.http://localhost:9200/customer/_doc/1?pretty&pretty&name=test

can anyone suggest how to Insert document in Elastic search.
- any suggestion is most welcome.



Bodyrequest tab?Content-Typerequest header with theapplication/jsonvalue.