elastalert icon indicating copy to clipboard operation
elastalert copied to clipboard

The Rule continues after it is deleted

Open ybl007 opened this issue 5 years ago • 3 comments

After I remove a Rule, it will continue to execute unless I restart docker container

ybl007 avatar Oct 17 '19 07:10 ybl007

you may also use v0.2.1 which has a bug here. it didn't remove the job but just remove the rule. the latest code has fixed it (though the indentation of line 1074 seems incorrect...), check https://github.com/Yelp/elastalert/blob/master/elastalert/elastalert.py def load_rule_changes(self):

efinal avatar Dec 22 '19 15:12 efinal

thanks how to get the updated version or build my self using master

tokarthik avatar Jan 28 '20 17:01 tokarthik

thanks how to get the updated version or build my self using master

just copy the code to your local file, there is no need to build

efinal avatar Feb 03 '20 12:02 efinal