-
Notifications
You must be signed in to change notification settings - Fork 88
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
Error running against Elasticsearch 7 #132
Comments
Thanks for this report, I haven't had a chance to try everything on ES7 yet. This is an upstream issue with the elastalert api I think. If bitsensor hasn't added this yet upstream, I'll see what I can do |
It looks like this is fixed in yelp/elastalert |
Okay, I looked into this a little deeper, it looks like it is only merged into their beta branch right now, per Yelp/elastalert#2194 (comment). Our docker images are built from master. Once they get it merged in I will rebuild our images. |
I just tested with yelp/elastalert v0.2.0b2, and after removing the I now get a different error about failing to fetch mappings from my indexes when trying to create a rule, but i will investigate further and post a separate issue. |
Any updates on this issue? |
@majkiee Elastalert still doesn't support ES7 in their master branch - it's just a beta right now. Once their ES7 support is out of beta I will add support for it to praeco. |
+1 Johnsusek, I would like to know how to resolve this matter either this beta is merged or a workaround would be great. |
Likewise. Cannot use praeco at all for the past 2 months. Tried building it earlier with all sorts of shenanigans and haven't been successful. @johnsusek can you provide a guide how to set it up for es7? workaround is fine, as long as it works. thank you. |
@johnsusek Elastalert now supports ES7. Can you rebuild? I'm excited to try out Praeco! |
Is there an estimation for ES7 supported release? |
I just released a new beta with es7 support. Give it a try and let me know if you find any issues! |
Hey, can you push the code of elastalert server beta which is ES7 compatible? |
我已经修复了这个问题,elastalert升级到0.2.4 就可以解决了 Elastic Version: 7.6.2 |
I'm just trying praeco our, and spun up docker-compose, using our elasticsearh 7 staging cluster. I get the the following error
Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true.
I can see that various praeco_elastalert_* indexes have been created but they have no mappings. For example
I believe this would be related to the removal of document types in 7.0, references are here - https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html
Heres the full stacktrace
The text was updated successfully, but these errors were encountered: