14 lines
227 B
YAML
14 lines
227 B
YAML
filebeat.inputs:
|
|
- type: log
|
|
enabled: true
|
|
paths:
|
|
- ${INPUT_PATH}
|
|
|
|
filebeat.config.modules:
|
|
path: ${path.config}/modules.d/*.yml
|
|
reload.enabled: false
|
|
|
|
output.logstash:
|
|
enabled: true
|
|
hosts: ["${LOGSTASH_HOST}"]
|