-
Notifications
You must be signed in to change notification settings - Fork 287
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
ES Version revert to 7.0.0 #90
Conversation
In the rule I created, there is no problem in the state of |
In my testing, the current version 7.12.0 causes the error, as mentioned. Downgrading back to 7.0.0 stops the errors. |
It's not a problem, but if there is a problem depending on the environment, I'm in favor of returning it. |
Apologies, yes this problem is evident with elastalert2, specifically using the Docker container. |
thank you for your answer. |
doc_type If you continue to support what you specify, |
The Dockerfile needed to clone the repo since Docker Hub created the builds, and it doesn't have a local copy of the repo prior to running the docker build command. I agree, though, that it is inefficient for us users. So I've disabled automated builds on Docker Hub and instead activated a new GitHub action to perform the image build and push, and removed the git clone from the Dockerfile. So this will resolve your concern, but you'll need to remove your Dockerfile changes from this PR to avoid merge conflicts with the changes I pushed this morning. |
Merge conflicts gone. |
I'll open an issue for the obsolete doc_type field. That is going to be a blocker when ES8 is released. |
As noted in Yelp/elastalert#2725 more recent versions of elasticsearch pip package causes errors. Started seeing these errors when moving to the newest release here.
Error:
I see this was updated in 45237cc however from my experience it probably needs to be reverted for now.
Also a slight change to the Dockerfile. If someones already cloned the repo, in order to work on the Dockerfile, having it RUN git clone again is confusing.