puppet-rsyslog
puppet-rsyslog copied to clipboard
Support creation of local socket listener
In cases where you want to bypass the creation of local log files, you can use Unix sockets. That is supported in rsyslog with the $AddUnixListenSocket parameter. http://www.rsyslog.com/doc/master/configuration/modules/imuxsock.html
Currently this module does not expose a way to declare socket listeners.
Please feel free to send in a PR. Thanks