crowdsec/config/acquis.yaml

17 lines
286 B
YAML
Raw Normal View History

2020-05-15 09:39:16 +00:00
filenames:
- /var/log/nginx/*.log
- ./tests/nginx/nginx.log
#this is not a syslog log, indicate which kind of logs it is
labels:
2020-05-27 14:31:08 +00:00
type: nginx
2020-05-15 09:39:16 +00:00
---
filenames:
- /var/log/auth.log
- /var/log/syslog
labels:
type: syslog
---
filename: /var/log/apache2/*.log
labels:
2020-05-27 14:31:08 +00:00
type: apache2