Skip to content
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

Open
dsvetlov opened this issue May 17, 2019 · 5 comments
Open

elasticsearch 7 support #209

dsvetlov opened this issue May 17, 2019 · 5 comments

Comments

@dsvetlov
Copy link

Does 411 support ES 7.0?

@rhadw
Copy link

rhadw commented May 29, 2019

Hey dsvetlov. No, it does not support ES7 but maybe the dev could make it work with ES7.
I'm also interested if there are any plans on upgrading the compatibility to ES7.

@dsvetlov
Copy link
Author

@rhadw , did you tried to install it with ES7? What exactly doesn't work?

@rhadw
Copy link

rhadw commented May 29, 2019

@dsvetlov
Yes, I did try to use with ES7 but it complains about some mappings which I believe it has something to do with a different schema used on ES7.

@dsvetlov
Copy link
Author

@rhadw , we made PR to fix these issues. Unless it would be meged you can use 411 fork in @golaso repository or in mine.
https://github.com/golaso/411
https://github.com/dsvetlov/411

@hyperbaba
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants