Yelp / elastalert

Easy & Flexible Alerting With ElasticSearch
https://elastalert.readthedocs.org
Apache License 2.0
8k stars 1.73k forks source link

Need to reboot elastalert to apply changes in blacklist file #1407

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello. Need to reboot elastalert to apply changes in blacklist file.

name: DNS Query Blacklist index: test-* filter:

Please, add detect and reload configuration changes in blacklist file automatically.

jtavan commented 6 years ago

I've noticed this as well - it's a real problem for folks creating dynamic white/black lists, as it requires a cycle of the elastalert process to update. Elastalert can already detect changes to configuration files using load_rule_changes, so it would be good to extend that model to all white and blacklist files referenced by rules.

nick-george commented 5 years ago

+1. Or possibly support a HUP signal that would force Elastalert to reload all rules and associated files.