Re: Unable to query ES conditions from browser

2015-07-19 Thread vineeth mohan
Hello , I think that is cause you missed the _search in the second query. http://localhost:9200/one/employee/_search?q=emp_id:4318W01149 The above might work. Thanks Vineeth Mohan, Elasticsearch consultant, qbox.io ( Elasticsearch service provider

Unable to query ES conditions from browser

2015-06-01 Thread Ankur Wahi
Hi, I have an Elasticsearch node setup. When I query the index via curl command I get the expected output. curl -XPOST 'http://localhost:9200/one/employee/_search?pretty=true' -d '{ "query": { "term": { "emp_id":"4318W01149" } } }' but when I run similar query via browser I get the error htt