elastalert icon indicating copy to clipboard operation
elastalert copied to clipboard

How to build locally

Open tokarthik opened this issue 6 years ago • 1 comments

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 avatar Jan 27 '20 12:01 tokarthik

@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?

Shashankft9 avatar Feb 14 '20 05:02 Shashankft9