-
Notifications
You must be signed in to change notification settings - Fork 216
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
I cannot start elastalert with elastsearch 7.8.0 #180
Comments
It seems pip install elasticsearch==7.0.0 should be used instead of pip install elasticsearch==7.8.0.
|
If you are using the public docker image, I think the following command is unnecessary pip install elasticsearch==7.8.0 |
ElastAlert installed with bitsensor/elastalert:3.0.0-beta.0 is 0.2.0b2 https://pypi.org/project/elasticsearch/
Docker Images
|
It is the result of running with bitsensor/elastalert:3.0.0-beta.0, Elasticsearch 7.8.0, Kibana 7.8.0 that you found, but I posted it. |
elastalert.yaml and elastalert-test.yaml are ElastAlert settings. ./elastalert/config/elastalert.yaml Is localhost set for es_host? ./elastalert/config/elastalert-test.yaml Is localhost set for es_host? ./elastalert/config/config.json "es_host": "elasticsearch"," should be set by default. It is a correction target. |
./elastalert/config/config.json |
docker-compose file
service elastalert log
I did some research I found some people (https://www.gitmemory.com/issue/bitsensor/elastalert/177/648136404 ) can use the version 7.8.0 and the elastalert log would be like that after index is created:
I tried to follow the elastalert part of the above link, but I found that elastalert still using the elasticsearch-7.0.1. I am not sure if I update the version properly. I did this:
But the error still remained after I reinstalled, what did I miss? or elastalert is not ready for elasticsearch? I should use other version?
The text was updated successfully, but these errors were encountered: