jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!
https://elastalert2.readthedocs.org
Apache License 2.0
914 stars 287 forks source link

Fix Numpy version before 2.0.0 that breaks Elasticsearch-py #1472

Closed gregorywychowaniec-zt closed 3 months ago

gregorywychowaniec-zt commented 3 months ago

Description

The last major upgrade of Numpy used by Elasticsearch-py generates errors, see #1470. This PR fix the Numpy's version.

Checklist

Questions or Comments

I set Numpy with <2.0.0 to include future security updates. We can also set ==1.26.4 if there's a risk I haven't taken into consideration.