16 lines
396 B
Text
16 lines
396 B
Text
|
- module: kafka
|
||
|
# All logs
|
||
|
log:
|
||
|
enabled: true
|
||
|
|
||
|
# Set custom paths for Kafka. If left empty,
|
||
|
# Filebeat will look under /opt.
|
||
|
#var.kafka_home:
|
||
|
|
||
|
# 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
|