diff options
author | Tom Bergfeld <tbergfeld@hq.adiscon.com> | 2008-10-31 14:47:30 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-10-31 14:47:30 +0100 |
commit | 47bbd838bdaa200d89d8210a6a0ba9c322129bca (patch) | |
tree | 67c848fad129d3d73e253ac665546e02bf853ea2 /doc/expression.html | |
parent | 4f5ab3342c262309ffaed769a5aa9584b7c0e6a3 (diff) | |
download | rsyslog-47bbd838bdaa200d89d8210a6a0ba9c322129bca.tar.gz rsyslog-47bbd838bdaa200d89d8210a6a0ba9c322129bca.tar.xz rsyslog-47bbd838bdaa200d89d8210a6a0ba9c322129bca.zip |
restructured rsyslog.conf documentation
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'doc/expression.html')
-rw-r--r-- | doc/expression.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/expression.html b/doc/expression.html index e7eb7842..9e37cb7a 100644 --- a/doc/expression.html +++ b/doc/expression.html @@ -2,6 +2,7 @@ <html><head> <meta http-equiv="Content-Language" content="en"><title>Expressions</title></head> <body> +<a href="rsyslog_conf_filter.html">back</a> <h1>Expressions</h1> <p>Rsyslog supports expressions at a growing number of places. So far, they are supported for filtering messages.</p><p>Expression support is provided by RainerScript. For now, please see the formal expression definition in <a href="rainerscript.html">RainerScript ABNF</a>. It is the "expr" node.</p><p>C-like comments (/* some comment */) are supported <span style="font-weight: bold;">inside</span> the expression, but not yet in the rest of the configuration file.</p><p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] @@ -13,4 +14,4 @@ Copyright © 2008 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and <a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL version 3 or higher.</font></p> -</body></html>
\ No newline at end of file +</body></html> |