diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-11-21 15:40:32 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-11-21 15:40:32 +0100 |
commit | ae5902a24483102840ad6c3d6ee3cb5d6e8df791 (patch) | |
tree | 6ff1af9a2717bcfc747095b8def5804941f7bf65 | |
parent | 2f1c53dbfe5f1e4bd79adaf55a1aa48de8d83144 (diff) | |
download | rsyslog-ae5902a24483102840ad6c3d6ee3cb5d6e8df791.tar.gz rsyslog-ae5902a24483102840ad6c3d6ee3cb5d6e8df791.tar.xz rsyslog-ae5902a24483102840ad6c3d6ee3cb5d6e8df791.zip |
doc bugfix: propertiey-based filter modes had inconsistency
-rw-r--r-- | doc/rsyslog_conf.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index a74f2d44..01e693e4 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -517,9 +517,7 @@ filter on any property, like HOSTNAME, syslogtag and msg. A list of all currently-supported properties can be found in the <a href="property_replacer.html">property replacer documentation</a> (but keep in mind that only the properties, not the replacer is supported). With this filter, each properties can be checked against a -specified value, using a specified compare operation. Currently, there -is only a single compare operation (contains) available, but additional -operations will be added in the future.</p> +specified value, using a specified compare operation.</p> <p>A property-based filter must start with a colon in column 0. This tells rsyslogd that it is the new filter type. The colon must be followed by the property name, a comma, the name of the compare |