mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-01 17:07:50 +02:00
Add filebeat modules
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Module: checkpoint
|
||||
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-checkpoint.html
|
||||
|
||||
- module: checkpoint
|
||||
firewall:
|
||||
enabled: true
|
||||
|
||||
# Set which input to use between syslog (default) or file.
|
||||
#var.input: syslog
|
||||
|
||||
# The interface to listen to UDP based syslog traffic. Defaults to
|
||||
# localhost. Set to 0.0.0.0 to bind to all available interfaces.
|
||||
#var.syslog_host: localhost
|
||||
|
||||
# The UDP port to listen for syslog traffic. Defaults to 9001.
|
||||
#var.syslog_port: 9001
|
||||
|
||||
# Set internal security zones. used to override parsed network.direction
|
||||
# based on zone egress and ingress
|
||||
#var.internal_zones: [ "Internal" ]
|
||||
|
||||
# Set external security zones. used to override parsed network.direction
|
||||
# based on zone egress and ingress
|
||||
#var.external_zones: [ "External" ]
|
||||
Reference in New Issue
Block a user