diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-16 10:20:41 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-16 10:20:41 +0100 |
commit | e23e2e391ca1b0a5987b95f1a9f1ec8910faae8a (patch) | |
tree | b06ecab2e2c4e408feca77c1c91671de16303f3a /doc | |
parent | 89b086855359089ba771d6455cf497be0ae868a7 (diff) | |
download | rsyslog-e23e2e391ca1b0a5987b95f1a9f1ec8910faae8a.tar.gz rsyslog-e23e2e391ca1b0a5987b95f1a9f1ec8910faae8a.tar.bz2 rsyslog-e23e2e391ca1b0a5987b95f1a9f1ec8910faae8a.zip |
added link to online tutorial on the web
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsyslog_conf.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 01e693e4..9855a1b0 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -232,7 +232,11 @@ Lines starting with a hash mark ("#'') and empty lines are ignored. any format a user might want. They are also used for dynamic file name generation. Every output in rsyslog uses templates - this holds true -for files, user messages and so on. The database writer expects its +for files, user messages and so on. +Please note that there is an +<a href="http://www.rsyslog.com/Article354.phtml">online tutorial on rsyslog templates</a> +available on the web. We recommend viewing it. +The database writer expects its template to be a proper SQL statement - so this is highly customizable too. You might ask how does all of this work when no templates at all are specified. Good question ;) The answer is simple, though. Templates |