mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-30 12:53:19 +01:00
28 lines
651 B
Plaintext
28 lines
651 B
Plaintext
# Module: icinga
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-icinga.html
|
|
|
|
- module: icinga
|
|
# Main logs
|
|
main:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|
|
|
|
# Debug logs
|
|
debug:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|
|
|
|
# Startup logs
|
|
startup:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|