mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +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
|
# the rules directory - true or false
|
||||||
scan_subdirectories: true
|
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
|
# How often ElastAlert will query Elasticsearch
|
||||||
# The unit can be anything from weeks to seconds
|
# The unit can be anything from weeks to seconds
|
||||||
run_every:
|
run_every:
|
||||||
|
|||||||
Reference in New Issue
Block a user