diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-13 15:56:26 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-13 15:56:26 +0000 |
commit | ad1385b3c1573fe80685763ae5c24526ad8c8f92 (patch) | |
tree | 0bcd234fe50df64ea295db0f7ed1d4a641445fa2 /doc/property_replacer.html | |
parent | a1b8bbd8a22702232d4fe23ea7cf7d93bcea1daa (diff) | |
download | rsyslog-ad1385b3c1573fe80685763ae5c24526ad8c8f92.tar.gz rsyslog-ad1385b3c1573fe80685763ae5c24526ad8c8f92.tar.xz rsyslog-ad1385b3c1573fe80685763ae5c24526ad8c8f92.zip |
added new FROMHOST property to doc
Diffstat (limited to 'doc/property_replacer.html')
-rw-r--r-- | doc/property_replacer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html index 6d90fa45..89d88c8d 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -23,6 +23,9 @@ socket. Should be useful for debugging.</td></tr> <tr><td><b>UxTradMsg</b></td><td>will disappear soon - do NOT use!</td></tr>
<tr><td><b>HOSTNAME</b></td><td>hostname from the message</td></tr>
<tr><td><b>source</b></td><td>alias for HOSTNAME</td></tr>
+<tr><td><b>FROMHOST</b></td><td>hostname of the system the message was received
+ from (in a relay chain, this is the system immediately in front of us and
+ not necessarily the original sender)</td></tr>
<tr><td><b>syslogtag</b></td><td>TAG from the message</td></tr>
<tr><td><b>PRI</b></td><td>PRI part of the message - undecoded (single value)</td></tr>
<tr><td><b>IUT</b></td><td>the monitorware InfoUnitType - used when talking
|