I am using logcheck to monitor my raspberry pi opened on the internet. Since debian 12 bookworm, most of the log files are no more in /var/log, but instead gathered in journal of systemd.
I would like to test my rules on the journal, but I am unable to find the command.
I was previously using commands like :
egrep -f /etc/logcheck/ignore.d.server/local-rules /var/log/*
or
logcheck-test -l /var/log/* -r /etc/logcheck/ignore.d.server/local-rules
Does someone knows how to do this on the journal of systemd?