-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unknown key for a START_OBJECT in [filter] #1
Comments
It looks like all needed is to rewrite this query: <<From the discussion thread: Documentation says that change should be simple: https://www.elastic.co/guide/en/elasticsearch/reference/5.0/query-dsl-filtered-query.html I'll try to find some time, my python is a bit rusty :) From: Yelp/elastalert#790 |
Another point to remember from the same discussion thread: <<From the discussion thread: query: Another breaking change: No more fields search_type=count is removed too These are just what stood out when scanning the breaking changes page |
I have the same question which is... <<From the discussion thread: @Qmando the filters work fine with my above patch, and the ES 2.4.0 library against a ES 5.0.0 server
<<From the discussion thread: |
<<From the discussion thread: I've started a branch (https://github.com/suqld/elastalert/tree/support_es5) that we can work on. I'll try and find ways to make it crash (based on the breaking changes), then commit fixes >> We have created a similar es5 repository for all es5 changes in activedata repository in github. |
Facing this err in issue45:
Unknown key for a START_OBJECT in [filter]
The text was updated successfully, but these errors were encountered: