Top "Elasticsearch-5" questions

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

ElasticSearch how to integrate with Mysql

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 elk
Content-Type header [application/x-www-form-urlencoded] is not supported

I have integrated Elasticsearch (Version 5.5) into Gitlab and try to use it. This is the command I send from an …

curl elasticsearch elasticsearch-5
How to Do a Mapping of Array of Strings in Elasticsearch

I 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-mapping
Delete multiple indices in one Elasticsearch HTTP request (cURL)

I was using this curl command line to clean my indices: curl -XDELETE http://example.com/my_index-* But, now, …

curl elasticsearch elasticsearch-5 elasticsearch-indices
Elasticsearch: Bulk request throws error in Elasticsearch 6.1.1

I 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-load
SQL like GROUP BY AND HAVING

I want to get the counts of groups which satisfy a certain condition. In SQL terms, I want to do …

elasticsearch elasticsearch-5
Python elasticsearch.helpers.scan example

Can 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-5
Is there a way to make elasticsearch case-insensitive without altering the existing documents?

Does Elasticsearch allow us to query documents case-insensitive? Or should I save them as case-insensitive before querying? Or is there …

elasticsearch elasticsearch-5
TransportError(403, u'cluster_block_exception', u'blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];')

When 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