mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-18 07:14:03 +02:00
22 lines
383 B
YAML
22 lines
383 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
|
|
labels:
|
|
type: syslog
|
|
---
|
|
source: journalctl
|
|
journalctl_filter:
|
|
- "_SYSTEMD_UNIT=ssh.service"
|
|
labels:
|
|
type: syslog
|
|
---
|
|
filename: /var/log/apache2/*.log
|
|
labels:
|
|
type: apache2
|