Top "Elasticsearch-5" questions

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

org.elasticsearch.common.transport.InetSocketTransportAddress not found on Elasticsearch 6

My code is working fine in elasticsearch 5 but when I have upgraded from 5 to 6 then. it is showing org.elasticsearch.…

elasticsearch elasticsearch-5 elasticsearch-6
Elasticsearch error curl: (7) Failed to connect to localhost port 9200: Connection refused but localhost:9200 works on browser

I'm trying to connect Elasticsearch 5.5.2 to a Django 2 project following this tutorial : When running : curl -X GET 'http://localhost:9200' …

curl elasticsearch elasticsearch-5
how to search for tags in elasticsearch

I am creating search for photo gallery project where photos could have upto 50 tags (just like in shutterstock and fotolia). …

elasticsearch full-text-search elasticsearch-5
How should I use sql_last_value in logstash?

I'm quite unclear of what sql_last_value does when I give my statement as such: statement => "SELECT * from …

elasticsearch jdbc logstash logstash-configuration elasticsearch-5
Getting error in Elasticsearch while creating index using postman

I have installed Elasticsearch 5.1 in ubuntu 14.04. I have performed some operations in Elasticsearch like create index, delete index etc. Then …

elasticsearch elasticsearch-plugin elasticsearch-5 elasticsearch-indices
Unknown key for a START_OBJECT in [bool] in elastic search

Elasticsearch is giving this error like Unknown key for a START_OBJECT in [bool] in Elasticsearch. My query is as …

elasticsearch elasticsearch-5
"_doc" mapping type name not accepted in ElasticSearch 5.6

I am looking at examples of single-type indices on ElasticSearch 5.6 to prepare for the removal of mapping types. Specifically, I …

elasticsearch elasticsearch-5
Installation of kopf plugin for elasticsearch 5.1.1?

Actually i have elasticsearch 5.1.1 and tried downloading kopf plugin with the following commands and i got a error like this ..…

elasticsearch-plugin elasticsearch-5
Elasticsearch index cleanup

v Elasticsearch 5.6.*. I'm looking at a way to implement a mechanism by which one of my index (that grows big …

elasticsearch elasticsearch-5 elasticsearch-curator
How to do two nested aggregations in elasticsearch?

City and home type are two nested objects in the following document mapping: "mappings" : { "home_index_doc" : { "properties" : { "city" : { "type" : "…

elasticsearch nested aggregation elasticsearch-5