16 lines
439 B
YAML
16 lines
439 B
YAML
# Module: haproxy
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.6/filebeat-module-haproxy.html
|
|
|
|
- module: haproxy
|
|
# All logs
|
|
log:
|
|
enabled: true
|
|
var.paths: ["/var/log/haproxy.log*"]
|
|
var.input: "file"
|
|
|
|
# Set which input to use between syslog (default) or file.
|
|
#var.input:
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|