services.crowdsec.localConfig.patterns

NixOS option

A list of files containing custom grok patterns.

type: list of package
Default
[ ]
Example
[ (pkgs.writeTextDir "custom_service_logs" (builtins.readFile ./custom_service_logs)) ]
declared in: nixos/modules/services/security/crowdsec.nixView source on NixOS/nixpkgs →