puppet-rsyslog
puppet-rsyslog copied to clipboard
Manage rsyslog through puppet
On EL9 the `/etc/logrotate.d/rsyslog` has been split out into its own package. New parameter is added which is set for os.family == RedHat 9 and newer to install this package....
to allow the sending of logs to a remote server the $RuleSet remote must precede the definition of custom logging templates and custom if/then log conditions
Please see this line: https://github.com/saz/puppet-rsyslog/blob/master/lib/facter/rsyslog_version.rb#L22 Is there any need to run rpm -qa instead of rpm -q? See the difference in time for the two executions below. They both give...
Hi, is it possible to publish a new release on puppetforge? Thanks! Cheers, otterz
Hi Steffen, In the master branch I find the $disable_xconsole defined in ::rsyslog::client. However when using R10K , the code that is being pulled is different (aparently older), which does...
Hi! In manifests/params.pp $max_message_size = '2k' the default is set according to ancient rsyslogd defaults (2k). Since several years now, rsyslogd defaults to 8k
These additional options allows for a client message queue limiting and discarding of overflowing messages: ``` $ActionQueueSize # Maximum number of entries waiting in queue $ActionQueueDiscardMark # Start discarding messages...
Concerning RHEL 7 support i am curious why both imuxsock and imjournal is enabled. I would suggest disabling imuxsock and leaving imjournal enabled. What is your opinion?
Hi, it appears the default installation on Amazon AMIs creates an `/etc/sysconfig/rsyslog` file with the following content: ``` # File is managed by puppet RSYSLOGD_OPTIONS="" # CentOS, RedHat, Fedora SYSLOGD_OPTIONS="${RSYSLOGD_OPTIONS}"...
There was overlap in the server file - this breaks the facilities into individual files