Disabled logging of suricata.log and zeek.stats

Signed-off-by: Hariom Chaturvedi <hariom4694@gmail.com>
This commit is contained in:
Hariom Chaturvedi 2021-07-01 03:17:22 +05:30
parent 222ca41c37
commit 2a5795fec5
No known key found for this signature in database
GPG key ID: 4950EDCDF10BDB24
4 changed files with 4 additions and 4 deletions

View file

@ -8,4 +8,4 @@
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
var.paths: ["/var/log/suricata/*"]
var.paths: ["/var/log/suricata/eve.json"]

View file

@ -65,7 +65,7 @@
ssl:
enabled: true
stats:
enabled: true
enabled: false
syslog:
enabled: true
traceroute:

View file

@ -490,7 +490,7 @@ logging:
enabled: yes
# type: json
- file:
enabled: yes
enabled: no
level: info
filename: /var/log/suricata/suricata.log
# type: json

View file

@ -1,6 +1,6 @@
@load policy/tuning/json-logs.zeek
# Enable logging of memory, packet and lag statistics.
@load misc/stats
# @load misc/stats
# Enable capture loss tcp statistics
@load policy/misc/capture-loss