Add suricata configuration files

This commit is contained in:
Brendan Smith 2022-02-20 01:43:04 -06:00
parent aa7b9466f3
commit 5f743535ab
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,17 @@
%YAML 1.1
---
outputs:
- eve-log:
enabled: yes
filetype: regular
filename: /tmp/eve.json
filemode: 660
types:
- alert:
tagged-packets: yes
http: yes
tls: yes
- drop:
alerts: yes
flows: start

View file

@ -0,0 +1,6 @@
[[inputs.tail]]
data_format = "json"
files = ["/tmp/eve.json"]
name_override = "suricata"
tag_keys = ["event_type","src_ip","src_port","dest_ip","dest_port"]
json_string_fields = ["*"]