It\'s really easy to just upload a bunch of json data to an elasticsearch server to have a basic query api, with lots of options
I\'d just like to know if there\'s and e
Elasticsearch is meant to be used in a trusted environment and by itself doesn't have any access control mechanism. So, the best way to deploy elasticsearch is with a web server in front of it that would be responsible for controlling access and type of the queries that can reach elasticsearch. Saying that, it's possible to limit access to elasticsearch by using elasticsearch-jetty plugin.