ansible-roles/roles/squid/templates/filebeat.yml.j2

9 lines
142 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
- type: log
enabled: True
paths:
- /var/log/squid/*.log
- /var/log/ufdbGuard/*.log
exclude_files:
- '\.[gx]z$'
- '\d+$'