summaryrefslogtreecommitdiffstats
path: root/doc/property_replacer.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/property_replacer.html')
-rw-r--r--doc/property_replacer.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html
index a6618616..9bd77cec 100644
--- a/doc/property_replacer.html
+++ b/doc/property_replacer.html
@@ -36,8 +36,12 @@ BSD syslogd. For example, when TAG is "named[12345]", programname is "named".</t
to a <a href="http://www.monitorware.com">MonitorWare</a> backend (also for
<a href="http://www.phplogcon.org/">phpLogCon</a>)</td></tr>
<tr><td><b>syslogfacility</b></td><td>the facility from the message - in numerical form</td></tr>
-<tr><td><b>syslogpriority</b></td><td>the priority (actully severity!) from the
- message - in numerical form</td></tr>
+<tr>
+ <td><b>syslogseverity</b></td><td>severity from the
+ message - in numerical form</td>
+</tr>
+<tr><td><b>syslogpriority</b></td><td>an alis for syslogseverity - included for
+ historical reasons (be careful: it still is the severity, not PRI!)</td></tr>
<tr><td><b>timegenerated</b></td><td>timestamp when the message was RECEIVED. Always in
high resolution</td></tr>
<tr><td><b>timereported</b></td><td>timestamp from the message. Resolution depends on
@@ -106,5 +110,12 @@ are defined:</p>
replacement character like space.</td></tr>
</table>
+<h2>Further Links</h2>
+<ul>
+ <li>Article on &quot;<a href="rsyslog_recording_pri.html">Recording the Priority of
+ Syslog Messages</a>&quot; (describes use of templates to record severity and
+ facility of a message)</li>
+</ul>
+
</body>
</html>