This commit is contained in:
Mike McFetridge
2026-07-23 19:38:14 -04:00
parent 72272e4006
commit 84e1ead50c
283 changed files with 0 additions and 206 deletions
@@ -0,0 +1,9 @@
<%- if appsec_enabled %>
source: appsec
listen_addr: 0.0.0.0:7422
path: << appsec_path >>
appsec_config: crowdsecurity/appsec-default
labels:
type: appsec
name: << appsec_name >>
<%- endif %>
@@ -0,0 +1,26 @@
<%- if host_logs_enabled %>
filenames:
- /var/log-host/auth.log
- /var/log-host/syslog
labels:
type: syslog
<%- endif %>
<%- if host_logs_enabled and (docker_logs_enabled or traefik_accesslog_enabled) %>
---
<%- endif %>
<%- if docker_logs_enabled %>
source: docker
container_name_regexp:
- << docker_container_name_regexp >>
labels:
type: << docker_log_type >>
<%- endif %>
<%- if docker_logs_enabled and traefik_accesslog_enabled %>
---
<%- endif %>
<%- if traefik_accesslog_enabled %>
filenames:
- /var/log/traefik/<< traefik_accesslog_filename >>
labels:
type: traefik
<%- endif %>