blob: a0f5b5aac53b5c527120f70021c99f67beb9f082 [file] [log] [blame]
jan kaufman28d7d892015-12-04 21:36:59 +01001
2==================================
3rsyslog
4==================================
5
6In 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
8Sample pillars
9==============
10
11Single 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
22Read more
23=========
24
25http://www.rsyslog.com/
26https://wiki.gentoo.org/wiki/Rsyslog
27https://github.com/saz/puppet-rsyslog