services.crowdsec.localConfig.acquisitions
NixOS option
A list of acquisition specifications, which define the data sources you want to be parsed. See https://docs.crowdsec.net/docs/data_sources/intro for details.
type: list of (YAML 1.1 value)Default
[ ]
Example
declared in: nixos/modules/services/security/crowdsec.nixView source on NixOS/nixpkgs →[
{
journalctl_filter = [
"_SYSTEMD_UNIT=sshd.service"
];
labels = {
type = "syslog";
};
source = "journalctl";
}
]