-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Elasticsearch query runner #4293
Comments
Worth noting that the new implementation will at least have tests for the query parsing logic to make future changes easier. |
|
|
The new elasticsearch query runner is split into three: - A runner supporting the newest versions of ES, aggregation, nested aggregations and nested fields. - A runner for the SQL OpenDistro flavor - A runner for the SQL X-Pack flavor Fixes #4293
Hi, can you describe the overall status of the new ES pipeline, and give us some timeline for its completeness/readiness for production. We are experience problems with ES queries and we're awaiting when new implementation will be in place. |
Same here, we're desperately waiting for the new ES connector. Is there any way I can contribute to getting it across the line? |
The new elasticsearch query runner is split into three: - A runner supporting the newest versions of ES, aggregation, nested aggregations and nested fields. - A runner for the SQL OpenDistro flavor - A runner for the SQL X-Pack flavor Fixes #4293
@susodapop @arikfr
|
Our current Elasticsearch support is in a very bad state, it has issues with aggregated queries, nested objects, and new versions of Elasticsearch. Also the codebase is in a very poor state not allowing for easy fixes.
We are going to re-implement the connector, addressing these issues and making room for future improvements.
Implementation notes:
Previous issues:
Previous attempts at addressing these issues:
The text was updated successfully, but these errors were encountered: