22 lines
574 B
Text
22 lines
574 B
Text
- 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.
|
|
#var.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.
|
|
#var.convert_timezone: false
|