From 2c266a1cfebee0e1ee8fadc21935f21d16cb32dd Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 1 Aug 2018 10:09:24 +0200 Subject: suricata: enable syslog output This fixes the following error preventing startup in daemon mode: suricata[20485]: 31/7/2018 -- 13:19:48 - - [ERRCODE: SC_ERR_MISSING_CONFIG_PARAM(118)] - NO logging compatible with daemon mode selected, suricata won't be able to log. Please update 'logging.outputs' Signed-off-by: Koen Kooi Signed-off-by: Armin Kuster --- recipes-security/suricata/files/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-security') diff --git a/recipes-security/suricata/files/suricata.yaml b/recipes-security/suricata/files/suricata.yaml index 90417b0..8d06a27 100644 --- a/recipes-security/suricata/files/suricata.yaml +++ b/recipes-security/suricata/files/suricata.yaml @@ -787,7 +787,7 @@ logging: enabled: no filename: /var/log/suricata.log - syslog: - enabled: no + enabled: yes facility: local5 format: "[%i] <%d> -- " -- cgit v1.2.3-54-g00ecf