-
Notifications
You must be signed in to change notification settings - Fork 112
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
elasticsearch 7 support #209
Comments
Hey dsvetlov. No, it does not support ES7 but maybe the dev could make it work with ES7. |
@rhadw , did you tried to install it with ES7? What exactly doesn't work? |
@dsvetlov |
@rhadw , we made PR to fix these issues. Unless it would be meged you can use 411 fork in @golaso repository or in mine. |
Yeah that worked for me. The part when you want to select all the alerts from the gui (when you click on "click here to select all alerts in the group") The Error 500 is returned. I've investigated the issue back to the query sent to the ES with fields:"id" . The error is Unknown key for a START_ARRAY in [fields]"". I've tried to change fields to stored_fields or even _source and query is executed and scroll id is returned. But the scrolls are empty. |
Does 411 support ES 7.0?
The text was updated successfully, but these errors were encountered: