16 lines
361 B
Text
16 lines
361 B
Text
|
- 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:
|