mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-03 06:43:20 +01:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
# Module: barracuda
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-barracuda.html
|
|
|
|
- module: barracuda
|
|
waf:
|
|
enabled: true
|
|
|
|
# Set which input to use between udp (default), tcp or file.
|
|
# var.input: udp
|
|
# var.syslog_host: localhost
|
|
# var.syslog_port: 9503
|
|
|
|
# Set paths for the log files when file input is used.
|
|
# var.paths:
|
|
|
|
# Toggle output of non-ECS fields (default true).
|
|
# var.rsa_fields: true
|
|
|
|
# Set custom timezone offset.
|
|
# "local" (default) for system timezone.
|
|
# "+02:00" for GMT+02:00
|
|
# var.tz_offset: local
|
|
|
|
spamfirewall:
|
|
enabled: true
|
|
|
|
# Set which input to use between udp (default), tcp or file.
|
|
# var.input: udp
|
|
# var.syslog_host: localhost
|
|
# var.syslog_port: 9524
|
|
|
|
# Set paths for the log files when file input is used.
|
|
# var.paths:
|
|
|
|
# Toggle output of non-ECS fields (default true).
|
|
# var.rsa_fields: true
|
|
|
|
# Set custom timezone offset.
|
|
# "local" (default) for system timezone.
|
|
# "+02:00" for GMT+02:00
|
|
# var.tz_offset: local
|