forked from Github/OPNsense-Dashboard
Add suricata configuration files
This commit is contained in:
parent
aa7b9466f3
commit
5f743535ab
2 changed files with 23 additions and 0 deletions
17
config/suricata/custom.yaml
Normal file
17
config/suricata/custom.yaml
Normal 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
|
||||
6
config/suricata/suricata.conf
Normal file
6
config/suricata/suricata.conf
Normal 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 = ["*"]
|
||||
Loading…
Reference in a new issue