diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-01-30 13:28:10 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-01-30 13:28:10 +0100 |
commit | 94f8ca5e2cc12dd2ea9fed6027b531b182cfe73d (patch) | |
tree | 278f444a84ce18053b840660f065299feb24a97e /doc | |
parent | c5ece5504314797027c3742891db99759707c6b2 (diff) | |
download | rsyslog-94f8ca5e2cc12dd2ea9fed6027b531b182cfe73d.tar.gz rsyslog-94f8ca5e2cc12dd2ea9fed6027b531b182cfe73d.tar.xz rsyslog-94f8ca5e2cc12dd2ea9fed6027b531b182cfe73d.zip |
added useful internal doc link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsyslog_conf_templates.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rsyslog_conf_templates.html b/doc/rsyslog_conf_templates.html index 90b5fafe..6c68b801 100644 --- a/doc/rsyslog_conf_templates.html +++ b/doc/rsyslog_conf_templates.html @@ -33,7 +33,8 @@ bit restricted currently. <p>All text in the template is used literally, except for things within percent signs. These are properties and allow you access to the contents of the syslog message. Properties are accessed via the -property replacer (nice name, huh) and it can do cool things, too. For +<a href="property_replacer.html">property replacer</a> +(nice name, huh) and it can do cool things, too. For example, it can pick a substring or do date-specific formatting. More on this is below, on some lines of the property replacer.<br> <br> |