From fd72c85eb8bb11978957dc39da8a5822715a5453 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 30 Aug 2018 15:12:29 +0200 Subject: [PATCH] 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 --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 54e7e519c0..6c1a7de000 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -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 ## -- 2.39.5