ansible-role-filebeat/test/integration/default/default.yml

17 lines
307 B
YAML
Raw Normal View History

2019-11-08 20:34:52 +00:00
---
- hosts: localhost
connection: local
vars:
filebeat_config:
filebeat.inputs:
- type: log
paths:
- /var/log/messages
- /var/log/*.log
output.file:
path: "/tmp/filebeat"
filename: filebeat
roles:
- ansible-role-filebeat