From b32dcc30f04d47959f36916756ab752e85cca723 Mon Sep 17 00:00:00 2001 From: Bill Glick Date: Mon, 2 Dec 2024 17:17:40 -0600 Subject: [PATCH] SVCPLAN-6652: Add syslog class to track specific GitLab logs via syslog --- manifests/syslog.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifests/syslog.pp b/manifests/syslog.pp index d516623..a5bcbbd 100644 --- a/manifests/syslog.pp +++ b/manifests/syslog.pp @@ -5,6 +5,15 @@ class profile_gitlab::syslog { include rsyslog + rsyslog::component::module { 'imload': + priority => $rsyslog::module_load_priority, + target => '75_gitlab.conf', + confdir => $rsyslog::confdir, + #config = {}, + #type = 'external', + #format = '<%= $content %>', + } + $rsyslog_input_params = { confdir => $rsyslog::confdir, priority => $rsyslog::input_priority,