From 3f28a9c93644d281eccaaebbbbdfe572d1d794eb Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Tue, 22 Oct 2024 09:18:20 -0400 Subject: [PATCH] Update filebeat/input/systemlogs/input.go Co-authored-by: Mauri de Souza Meneguzzo --- filebeat/input/systemlogs/input.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebeat/input/systemlogs/input.go b/filebeat/input/systemlogs/input.go index 12aef63700c2..fca49e0aa950 100644 --- a/filebeat/input/systemlogs/input.go +++ b/filebeat/input/systemlogs/input.go @@ -166,7 +166,7 @@ func useJournald(c *conf.C) (bool, error) { } } - // if no system log files are found, then use jounrald + // if no system log files are found, then use journald logger.Info("no files were found, using journald input") return true, nil