mirror of
https://github.com/vee1e/PcapMonkey.git
synced 2026-09-01 09:51:26 +00:00
Disabled logging of suricata.log and zeek.stats
Signed-off-by: Hariom Chaturvedi <hariom4694@gmail.com>
This commit is contained in:
parent
222ca41c37
commit
2a5795fec5
4 changed files with 4 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
ssl:
|
||||
enabled: true
|
||||
stats:
|
||||
enabled: true
|
||||
enabled: false
|
||||
syslog:
|
||||
enabled: true
|
||||
traceroute:
|
||||
|
|
|
|||
|
|
@ -490,7 +490,7 @@ logging:
|
|||
enabled: yes
|
||||
# type: json
|
||||
- file:
|
||||
enabled: yes
|
||||
enabled: no
|
||||
level: info
|
||||
filename: /var/log/suricata/suricata.log
|
||||
# type: json
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue