Elasticsearch jQuery example
See results in console (ctrl-shift-J). Refresh page to re-query.
Elasticsearch Address:
Elasticsearch Index:
Document Type:
Test 1 - POST data to Elasticsearch
{ "hello":"world" }
POST
Test 2 - GET data from Elasticsearch
{ "query": { "match_all": {} } }
GET