-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 compatibility above 7.0.0 #3066
Comments
Okay I can see there is a TODO comment here: |
doc_type is deprecated and will be removed in ES 8 |
I'm using elasticsearch 7.9.3 with pip packaege of elasticsearch to 7.0.0, but it works fine. |
How can I get it stuck? |
Environment is docker praecoapp/elastalert-server |
Currently, ElastAlert seems to be out of maintenance, so there are no signs of new features or bug fixes. |
Yes I noticed this is what I tried to do but fails:
Error:
|
bitsensor / elastalert and servercentral / elastalert are not maintained.
|
default.conf, nginx.conf, praeco.config.json, api.config.json, elastalert.yaml are from praeco's github
Dockerfiles/Dockerfile.elastalert
es/config/elasticsearch.yml
kibana/config/kibana.yml
praeco/bin/elastalert-start.sh
praeco/bin/elastic_search_status.sh
docker-compose.yml
|
Thanks ver much for your config!
Have you noticed those? |
I woke up now due to lack of sleep. |
@nsano-rururu thank you for all the support is working now I also woke up early! I have some quick questions:
Thank you very much. |
servercentral / elastalert was what Praeco maintainer John Susek did at work at his previous company. servercentral / elastalert forked servercentral / elastalert johnsusek/elastalert-server because John Susek no longer has administrator privileges. Now I'm moving to another company, and I'm a co-maintainer for maintenance because I can't spend time on that work, including Praeco. Will it be maintained in the future? I don't know It's not something you have to promise. I'm not obsessed with you, and I'm not getting paid for this maintenance. First of all, don't you understand what OSS is like? About OSS Manuals may not be organized
I don't know what you're talking about. What are ES7 checkboxes? .. Unit tests haven't been done since bitsensor
https://medium.com/@ibrahim.ayadhi/hello-and-welcome-to-our-new-article-which-will-be-covering-the-alerting-part-in-our-socaas-136cf6258c49 |
I think it is doubtful to understand the relationship between the elasticsearch-py version and the elasticsearch version, so I will explain it.
See the comments below for the reason why elasticsearch == 7.0.0 is set. |
Do you understand this figure first? |
I'm confused, but I don't usually use Elast Alert at all. I'm also not the maintainer of ElastAlert. |
ElastAlert is a program written in Python. |
Whether or not elasticsearch-py is guaranteed to work with the latest version is up to the maintainers of ElastAlert, and I'm not doing it. Please understand that. |
Hi @nsano-rururu I am just reading now, this is a gold mine of information to understand the history of the project. |
I have noticed that the elast-server is pinned to pip packaege of elasticsearch to 7.0.0.
When I try to run with ES of latest version like 7.4.0 the server fails because doc_type is not supported anymore.
What's the best way to add an argument to match the ES version?
Open to suggestions.
The text was updated successfully, but these errors were encountered: