mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-30 06:08:07 +02:00
23 lines
566 B
Plaintext
23 lines
566 B
Plaintext
- module: system
|
|
# Syslog
|
|
syslog:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|
|
|
|
# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
|
|
#convert_timezone: false
|
|
|
|
# Authorization logs
|
|
auth:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|
|
|
|
# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
|
|
#convert_timezone: false
|