CrowdSec Intelligence Sharing Using open-appsec Parser/Scenario
Required Parsers and Collections
Required CrowdSec Configuration for Parsing open-appsec Logs
For CrowdSec and open-appsec both deployed on Kubernetes:
repository = crowdsecurity/crowdsec pullPolicy = IfNotPresent tag = "v1.4.6" # mandatory to use CrowdSec container version v1.4.6 or laternamespace = "<namespace-of-your-open-appsec-agent>" podName = "appsec-open-appsec-*" # make sure this query matches the names of the deployed open-appsec pods, especially if you adjusted the name-template parameter for the open-appsec deployment program = "openappsec"- name: PARSERS value: "crowdsecurity/cri-logs crowdsecurity/dateparse-enrich" - name: COLLECTIONS value: "crowdsecurity/nginx openappsec/openappsec"
Last updated
Was this helpful?