diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-20 15:08:39 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-20 15:08:39 +0200 |
commit | 24a248d021c9d2c19b71eef26d3ddf8731e4541b (patch) | |
tree | e84c785554329456a78656998e638be0c17c6b90 /doc/rainerscript.html | |
parent | b24af91ada128cabdfe79a3f70d5a9a508bf9f2a (diff) | |
download | rsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.tar.gz rsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.tar.bz2 rsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.zip |
Implement RainerScript prifield() function
Diffstat (limited to 'doc/rainerscript.html')
-rw-r--r-- | doc/rainerscript.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rainerscript.html b/doc/rainerscript.html index df31db2a..84261bdd 100644 --- a/doc/rainerscript.html +++ b/doc/rainerscript.html @@ -66,6 +66,9 @@ to search, delim is the numerical ascii value of the field delimiter (so that non-printable characters can by specified) and matchnbr is the match to search for (the first match starts at 1). This works similar as the field based property-replacer option. +<li>prifilt(constant) - mimics a traditional PRI-based filter (like "*.*" or +"mail.info"). The traditional filter string must be given as a <b>constant string</b>. +Dynamic string evaluation is not permitted (for performance reasons). </ul> <p>The following example can be used to build a dynamic filter based on some environment variable: |