A monitoring service that executes every minute requires sudo. With this my logs are full of pam_unix entries, telling me that this service logged in with sudo.
Now that I have journald on this machine, I thought maybe I could filter those logs, so that journald simply ignores them (by regex matching/other parameters).
I don't want to filter the output (I could do that with journalctl), I don't want those entries to be stored.
Is this possible with journald?