Use this tag for version specific questions about Elasticsearch 5.0 - the distributed, RESTful search and analytics engine.
In one of my project i am planning to use ElasticSearch with mysql. I have successfully installed ElasticSearch. I am …
mysql elasticsearch logstash elasticsearch-5 elkI have integrated Elasticsearch (Version 5.5) into Gitlab and try to use it. This is the command I send from an …
curl elasticsearch elasticsearch-5I can't find any examples of how to structure an array of strings in elasticsearch when trying to PUT a …
elasticsearch clojure elasticsearch-5 elasticsearch-mappingI was using this curl command line to clean my indices: curl -XDELETE http://example.com/my_index-* But, now, …
curl elasticsearch elasticsearch-5 elasticsearch-indicesI recently upgraded to Elasticsearch version 6.1.1 and now I can't bulk index documents from a JSON file. When I do …
json elasticsearch elasticsearch-5 bulk-loadI know that question has already been treated but with all my attemps, no way to fix my issue. I …
java maven elasticsearch elasticsearch-5I want to get the counts of groups which satisfy a certain condition. In SQL terms, I want to do …
elasticsearch elasticsearch-5Can someone provide scan API example of python elasticsearch helpers client? res = elasticsearch.helpers.scan(....) How can i get all …
python python-2.7 elasticsearch elasticsearch-5Does Elasticsearch allow us to query documents case-insensitive? Or should I save them as case-insensitive before querying? Or is there …
elasticsearch elasticsearch-5When I try to store anything in elasticsearch, An error says that: TransportError(403, u'cluster_block_exception', u'blocked by: [FORBIDDEN/12/index …
elasticsearch elasticsearch-5