mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 12:15:52 +02:00
Enable threshold file in suricata.yaml
Enable and specify the path to the threshold-file in the suricata.yaml, otherwise the programm is trying to read it from a build-in default location and prints the following error message: Error opening file: "/etc/suricata//threshold.config": No such file or directory Fixes #11837. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -47,7 +47,7 @@ rule-files:
|
||||
|
||||
classification-file: /var/lib/suricata/classification.config
|
||||
reference-config-file: /var/lib/suricata/reference.config
|
||||
# threshold-file: /var/lib/suricata/threshold.config
|
||||
threshold-file: /var/lib/suricata/threshold.config
|
||||
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user