Top "Elasticsearch-2.0" questions

Use this tag for version specific questions about Elasticsearch 2.0 - the distributed, RESTful search and analytics engine.

Kibana on Docker cannot connect to Elasticsearch

I tried to create Kibana and Elasticsearch and it seems that Kibana is having trouble identifying Elasticsearch. Here are my …

elasticsearch docker kibana kibana-4 elasticsearch-2.0
User authentication in Elasticsearch query using python

I'm using elastisearch using Python. My code looks somewhat like this:- from elasticsearch import Elasticsearch if __name__ == '__main__…

python python-2.7 elasticsearch elasticsearch-plugin elasticsearch-2.0
How to bind Elasticsearch 2.0 on both Loopback and Non-Loopback interfaces?

Starting from version 2.0 Elasticsearch binds only on the loopback interface by default (_local_ in terms of configuration). The documentation says …

elasticsearch elasticsearch-2.0
Looking for Elasticsearch updateByQuery syntax example (Node driver)

You have an Elasticsearch index with two docs: [ { "_index": "myIndex", "_type": "myType", "_id": "es1472002807930", "_source": { "animal": "turtle", "color": "green", "weight": 20, } }, { "_…

elasticsearch elasticsearch-2.0
Elasticsearch array value count aggregation

Sample documents: { "id": "62655", "attributes": [ { "name": "genre", "value": "comedy" }, { "name": "year", "value": "2016" } ] } { "id": "62656", "attributes": [ { "name": "genre", "value": "horror" }, { "name": "year", "value": "2016" } ] } { "…

elasticsearch elasticsearch-2.0 elasticsearch-aggregation
case insensitive elasticsearch with uppercase or lowercase

I am working with elastic search and I am facing a problem. if any body gave me a hint , I …

elasticsearch elasticsearch-2.0
Elasticsearch 2.0 plugin installation INFO

I started to use Elasticsearch 2.0. I have a plugin for Elasticsearch but cannot install it on new version 2.0. It gives …

elasticsearch elasticsearch-plugin elasticsearch-2.0
How to set _id in elasticsearch 2.0

Since the configuration of path on the _id field of a specific mapping is deprecated (as noted in the documentation …

elasticsearch elasticsearch-2.0
Elasticsearch 2.0: how to delete by query in Java

I am trying to upgrade to ES 2.0. I have downloaed ES 2.0 and installed it on my Windows machine. In my …

elasticsearch elasticsearch-2.0