elastalert
elastalert copied to clipboard
The Rule continues after it is deleted
After I remove a Rule, it will continue to execute unless I restart docker container
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):
thanks how to get the updated version or build my self using master
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