Hello! I've installed CS from source on a Fedora 36 host. I'm having trouble getting acquisition working, Fedora uses journald for just about everything. Currently I'm focused on trying to get sshd handled.
CS reads the log files from journald, but they all pass as unparsed. I've tried various combinations in acquis.yaml, currently it's like this:
```
source: journalctl
journalctl_filter:
- _SYSTEMD_UNIT=sshd.service
labels:
type: syslog
---
```
Changing the type has no effect, logs are read but no lines are parsed.
Any help would be appreciated!