Skip to content

Commit

Permalink
SVCPLAN-6652: Add syslog class to track specific GitLab logs via syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
billglick committed Dec 2, 2024
1 parent ffcca77 commit b32dcc3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifests/syslog.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b32dcc3

Please sign in to comment.