From f43767ba445b9536e797b432ca5e9848846d9d36 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 8 Jul 2015 16:12:29 +0200 Subject: [PATCH] config: update yaml to show json logging option --- suricata.yaml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/suricata.yaml.in b/suricata.yaml.in index a4c7ab5aab..64a8182a29 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -901,13 +901,16 @@ logging: outputs: - console: enabled: yes + # type: json - file: enabled: no filename: /var/log/suricata.log + # type: json - syslog: enabled: no facility: local5 format: "[%i] <%d> -- " + # type: json # Tilera mpipe configuration. for use on Tilera TILE-Gx. mpipe: -- 2.47.3