From 68dd333fbe686f58fdbfaa907898f100c5171605 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 26 May 2020 17:49:11 -0400 Subject: [PATCH] Remove stats from eve.json --- salt/suricata/files/suricata.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/salt/suricata/files/suricata.yaml b/salt/suricata/files/suricata.yaml index ef06c7f97..8487ec032 100644 --- a/salt/suricata/files/suricata.yaml +++ b/salt/suricata/files/suricata.yaml @@ -261,7 +261,7 @@ outputs: # alerts: yes # log alerts that caused drops # flows: all # start or all: 'start' logs only a single drop # # per flow direction. All logs each dropped pkt. - - smtp: + #- smtp: #extended: yes # enable this for extended logging information # this includes: bcc, message-id, subject, x_mailer, user-agent # custom fields logging from the list: @@ -292,10 +292,10 @@ outputs: # to an IP address is logged. # extended: no #- ssh - - stats: - totals: yes # stats for all threads merged together - threads: no # per thread stats - deltas: no # include delta values + #- stats: + # totals: yes # stats for all threads merged together + # threads: no # per thread stats + # deltas: no # include delta values # bi-directional flows #- flow # uni-directional flows