You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Redash with Elasticsearch 5.1 (on Amazon). Every simple query that involves selecting some fields fails reporting the error message "Deprecated field [fields] used, expected [stored_fields] instead". I assume this is because the Elasticsearch plugin code was not updated for recent versions of Elasticsearch.
Issue Summary
A clean install from source (5ba6af6) does not work with Elasticsearch V5.1 and higher due to deprecated "fields" field in query.
Steps to Reproduce
Every query that uses the "fields" field doesn't work regardless the chosen Elasticsearch index
I'm not 100% familiar with the ElasticSearch query runner code, but from what I can see, you don't have to use the fields field.
The examples include it, but if you use the Elastic Search type data source (and not Kibana), you can pass ElasticSearch's Query DSL JSON, including stored_fields.
I am trying to use Redash with Elasticsearch 5.1 (on Amazon). Every simple query that involves selecting some fields fails reporting the error message "Deprecated field [fields] used, expected [stored_fields] instead". I assume this is because the Elasticsearch plugin code was not updated for recent versions of Elasticsearch.
Issue Summary
A clean install from source (5ba6af6) does not work with Elasticsearch V5.1 and higher due to deprecated "fields" field in query.
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: