mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Do not disable a rule when an uncaught exception is thrown
This commit is contained in:
@@ -8,6 +8,11 @@ rules_folder: /etc/elastalert/rules/
|
||||
# the rules directory - true or false
|
||||
scan_subdirectories: true
|
||||
|
||||
# Do not disable a rule when an uncaught exception is thrown -
|
||||
# This setting should be tweaked once the following issue has been fixed
|
||||
# https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/98
|
||||
disable_rules_on_error: false
|
||||
|
||||
# How often ElastAlert will query Elasticsearch
|
||||
# The unit can be anything from weeks to seconds
|
||||
run_every:
|
||||
|
||||
Reference in New Issue
Block a user