You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the updated documentation for changes required to alert formatting
Dockerfile refactor for performance and size improvements - #102 - @jgregmac
Dockerfile base image changed from python/alpine to python/slim-buster to take advantage of pre-build python wheels, accelerate build times, and reduce image size. If you have customized an image, based on jertel/elastalert2, you may need to make adjustments.
Default base path changed to /opt/elastalert in the Dockerfile and in Helm charts. Update your volume binds accordingly.
Dockerfile now runs as a non-root user "elastalert". Ensure your volumes are accessible by this non-root user.
System packages removed from the Dockerfile: All dev packages, cargo, libmagic. Image size reduced to 250Mb.
tmp files and dev packages removed from the final container image.
New features
Support for multiple rules directories and fix ..data Kubernetes/Openshift recursive directories in FileRulesLoader #157 - @mrfroggg
Support environment variable substition in yaml files - #149 - @archfz
Update schema.yaml and enhance documentation for Email alerter - #144 - @nsano-rururu
Default Email alerter to use port 25, and require http_post_url for HTTP Post alerter - #143 - @nsano-rururu
Support extra message features for Slack and Mattermost - #140 - @nsano-rururu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Breaking changes
python/alpine
topython/slim-buster
to take advantage of pre-build python wheels, accelerate build times, and reduce image size. If you have customized an image, based on jertel/elastalert2, you may need to make adjustments./opt/elastalert
in the Dockerfile and in Helm charts. Update your volume binds accordingly.tmp
files and dev packages removed from the final container image.New features
..data
Kubernetes/Openshift recursive directories in FileRulesLoader #157 - @mrfrogggOther changes
This discussion was created from the release 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions