jan kaufman | 28d7d89 | 2015-12-04 21:36:59 +0100 | [diff] [blame] | 1 | |
| 2 | ================================== |
| 3 | rsyslog |
| 4 | ================================== |
| 5 | |
| 6 | In computing, syslog is a widely used standard for message logging. It permits separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them. |
| 7 | |
| 8 | Sample pillars |
| 9 | ============== |
| 10 | |
| 11 | Single rsyslog service |
| 12 | |
| 13 | .. code-block:: yaml |
| 14 | |
| 15 | rsyslog: |
| 16 | client: |
| 17 | enabled: true |
| 18 | format: |
| 19 | name: TraditionalFormatWithPRI |
| 20 | template: '"%pri-text%: %timegenerated% %HOSTNAME% %syslogtag%%msg:::drop-last-lf%\n"' |
| 21 | |
| 22 | Read more |
| 23 | ========= |
| 24 | |
| 25 | http://www.rsyslog.com/ |
| 26 | https://wiki.gentoo.org/wiki/Rsyslog |
| 27 | https://github.com/saz/puppet-rsyslog |