From 81523b82f0f635579cb52de7cf94f4a48643cbdf Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 2 Nov 2025 20:04:56 -0800 Subject: [PATCH] services/crowdsec: add collection and acquisition for stirling-pdf --- services/crowdsec.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/services/crowdsec.nix b/services/crowdsec.nix index 372e112..a976f39 100644 --- a/services/crowdsec.nix +++ b/services/crowdsec.nix @@ -90,6 +90,14 @@ in query = "{container=\"gitea-server\"}"; labels.type = "gitea"; } + { + source = "loki"; + log_level = "info"; + url = "http://log-01.tail755c5.ts.net:3100"; + limit = 1000; + query = "{container=\"stirling-pdf\"}"; + labels.type = "stirling-pdf"; + } ]; parsers = { @@ -125,6 +133,7 @@ in "crowdsecurity/caddy" "crowdsecurity/nginx" "crowdsecurity/sshd" + "crowdsecurity/stirling-pdf" "crowdsecurity/traefik" "crowdsecurity/whitelist-good-actors" "crowdsecurity/wordpress"