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.
Declarations
Type
list of (YAML 1.1 value)Default
[ ]Example
[
  {
    journalctl_filter = [
      "_SYSTEMD_UNIT=sshd.service"
    ];
    labels = {
      type = "syslog";
    };
    source = "journalctl";
  }
]