crowdsec/config/acquis.yaml
Thibault "bui" Koechlin 1abdfc9b10 make message better
2020-05-28 11:28:49 +02:00

18 lines
353 B
YAML

filenames:
- /var/log/nginx/*.log
- ./tests/nginx/nginx.log
#this is not a syslog log, indicate which kind of logs it is
labels:
type: nginx
---
filenames:
- /var/log/auth.log
- /var/log/syslog
#no need to set the prog_name, syslog format contains this info
labels:
type: syslog
---
filename: /var/log/apache2/*.log
labels:
type: apache2
---