mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-02 06:14:42 +01:00
19 lines
471 B
Plaintext
19 lines
471 B
Plaintext
# Module: logstash
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-logstash.html
|
|
|
|
- module: logstash
|
|
# logs
|
|
log:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|
|
|
|
# Slow logs
|
|
slowlog:
|
|
enabled: true
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|