summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2018-08-01 10:09:24 +0200
committerArmin Kuster <akuster808@gmail.com>2018-08-04 07:50:07 -0700
commit2c266a1cfebee0e1ee8fadc21935f21d16cb32dd (patch)
tree775a331eea10750902edd99630ed1b7248360481 /recipes-security
parent111835003d3c4702fa0409f1bc3c299f874788ba (diff)
downloadmeta-security-2c266a1cfebee0e1ee8fadc21935f21d16cb32dd.tar.gz
suricata: enable syslog output
This fixes the following error preventing startup in daemon mode: suricata[20485]: 31/7/2018 -- 13:19:48 - <Error> - [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 <koen.kooi@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/suricata/files/suricata.yaml2
1 files changed, 1 insertions, 1 deletions
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:
787 enabled: no 787 enabled: no
788 filename: /var/log/suricata.log 788 filename: /var/log/suricata.log
789 - syslog: 789 - syslog:
790 enabled: no 790 enabled: yes
791 facility: local5 791 facility: local5
792 format: "[%i] <%d> -- " 792 format: "[%i] <%d> -- "
793 793