From 189738190891d139ed2d6e30ba8278c17c4dbac2 Mon Sep 17 00:00:00 2001 From: Bastian Kupka <76225786+bk-debug@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:51:16 +0200 Subject: [PATCH] fix(collection/sshd): change acquistion yaml The default config uses syslog. Change it to the sshd-parser. --- collections/crowdsecurity/sshd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/crowdsecurity/sshd.md b/collections/crowdsecurity/sshd.md index bcee83a859a..69aad2e41a3 100644 --- a/collections/crowdsecurity/sshd.md +++ b/collections/crowdsecurity/sshd.md @@ -13,7 +13,7 @@ Example acquisition for this collection : filenames: - /var/log/auth.log labels: - type: syslog + type: sshd ```