From 1652cc3105c551152b43c0129e157843472311c4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 17 Nov 2006 13:51:59 +0000 Subject: doc update for new escape-cc, drop-cc and space-cc property replacer options --- doc/property_replacer.html | 9 ++++++++- doc/rsyslog_packages.html | 2 +- 2 files changed, 9 insertions(+), 2 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:

date-mysqlformat as mysql date date-rfc3164format as RFC 3164 date date-rfc3339format as RFC 3339 date -escape-ccNOT yet implemented +escape-ccreplace 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". +space-ccreplace control characters by spaces +drop-ccdrop control characters - the resulting string + will neither contain control characters, escape sequences nor any other + replacement character like space. diff --git a/doc/rsyslog_packages.html b/doc/rsyslog_packages.html index 8004c9db..6bf03c5c 100644 --- a/doc/rsyslog_packages.html +++ b/doc/rsyslog_packages.html @@ -1,6 +1,6 @@ -rsyslog bugs and annoyances +rsyslog precompiled packages (RPM and such...)

rsyslog packages

-- cgit v1.2.3