mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
18 lines
No EOL
303 B
YAML
18 lines
No EOL
303 B
YAML
filenames:
|
|
- /var/log/auth.log
|
|
- /var/log/syslog
|
|
labels:
|
|
type: syslog
|
|
---
|
|
poll_without_inotify: false
|
|
filenames:
|
|
- /var/log/traefik/*.log
|
|
labels:
|
|
type: traefik
|
|
---
|
|
listen_addr: 0.0.0.0:7422
|
|
appsec_config: crowdsecurity/appsec-default
|
|
name: myAppSecComponent
|
|
source: appsec
|
|
labels:
|
|
type: appsec |