diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-11-17 13:51:59 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-11-17 13:51:59 +0000 |
commit | 1652cc3105c551152b43c0129e157843472311c4 (patch) | |
tree | 255eaa0e4dff47ce854569db7f7e01dba20e68fa /doc/property_replacer.html | |
parent | b3497a08c81a02e82685160b329761266b3b692c (diff) | |
download | rsyslog-1652cc3105c551152b43c0129e157843472311c4.tar.gz rsyslog-1652cc3105c551152b43c0129e157843472311c4.tar.xz rsyslog-1652cc3105c551152b43c0129e157843472311c4.zip |
doc update for new escape-cc, drop-cc and space-cc property replacer
options
Diffstat (limited to 'doc/property_replacer.html')
-rw-r--r-- | doc/property_replacer.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html index 32cfceec..4f45ef84 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -81,7 +81,14 @@ are defined:</p> <tr><td><b>date-mysql</b></td><td>format as mysql date</td></tr>
<tr><td><b>date-rfc3164</b></td><td>format as RFC 3164 date</td></tr>
<tr><td><b>date-rfc3339</b></td><td>format as RFC 3339 date</td></tr>
-<tr><td><b>escape-cc</b></td><td>NOT yet implemented</td></tr>
+<tr><td><b>escape-cc</b></td><td>replace control characters (ASCII value 127 and
+ values less then 32) with an escape sequence. The sequnce is "#<charval>"
+ where charval is the 3-digit decimal value of the control character. For
+ example, a tabulator would be replaced by "#009".</td></tr>
+<tr><td><b>space-cc</b></td><td>replace control characters by spaces</td></tr>
+<tr><td><b>drop-cc</b></td><td>drop control characters - the resulting string
+ will neither contain control characters, escape sequences nor any other
+ replacement character like space.</td></tr>
</table>
</body>
|