From 8902a2b884c4912d24221f3eda272c5de7bb0978 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Mon, 10 Jun 2024 01:40:59 +0200 Subject: [PATCH] `filterd./sshd.conf`: fixed journalmatch (sshd.service seems to be renamed to ssh.service) closes gh-3747 --- config/filter.d/sshd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/sshd.conf b/config/filter.d/sshd.conf index 206b913a..3a84b1ba 100644 --- a/config/filter.d/sshd.conf +++ b/config/filter.d/sshd.conf @@ -126,7 +126,7 @@ ignoreregex = maxlines = 1 -journalmatch = _SYSTEMD_UNIT=sshd.service + _COMM=sshd +journalmatch = _SYSTEMD_UNIT=ssh.service + _COMM=sshd # DEV Notes: #