elastalert
elastalert copied to clipboard
How to build locally
Hi
I am trying to build myself to test the deleting rules issue which is fixed #2484
It would be great if you direct the right place on how to build.
@tokarthik build as in install the elastalert version with this issue fixed? Just clone the master branch and install using
python setup.py install
"pip install elastalert" don't do this, it will install the latest released elastalert version, and the latest version does not have this issue fixed. I hope this is what you wanted to know?