services/crowdsec: add collection and acquisition for stirling-pdf

This commit is contained in:
2025-11-02 20:04:56 -08:00
parent 57f30e79d5
commit 81523b82f0

View File

@@ -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"