practica-loki-grafana/3-2-logstash-plugin/filebeat.yml

11 lines
171 B
YAML
Raw Normal View History

2022-04-12 19:55:56 +02:00
logging.level: info
logging.to_files: false
filebeat.inputs:
- type: log
enabled: true
paths:
- '/logs/*.log'
output.logstash:
hosts: ["logstash:5044"]