Files
docker-compose-hatthieves/production/elk/filebeat.yml
Your Name cc05427130 elk
2020-05-27 17:46:42 +00:00

20 líneas
279 B
YAML

prospectors:
- paths:
- /access.log
tags: [apache_access]
filebeat.inputs:
- type: log
paths:
- /access.log
# tail_files: true
filebeat.modules:
- module: apache
access:
enabled: true
var.paths: ["/access.log"]
output.logstash:
hosts: ["logstash:5044"]