From 91fd3bafdaad2d3d6a37ae3b9a48c651a16ecb68 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 3 Feb 2009 09:45:20 +0100 Subject: docfix: copy&paste error --- doc/omrelp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/omrelp.html b/doc/omrelp.html index 0952cc71..d5437a70 100644 --- a/doc/omrelp.html +++ b/doc/omrelp.html @@ -4,7 +4,7 @@ -

RELP Output Module (omlibdbi)

+

RELP Output Module (omrelp)

Module Name:    omrelp

Author: Rainer Gerhards <rgerhards@adiscon.com>

@@ -51,4 +51,4 @@ Copyright Gerhards and Adiscon. Released under the GNU GPL version 3 or higher.

- \ No newline at end of file + -- cgit From f5ad2359c99cbca9fcba13bb5767cce129bdd99f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 9 Feb 2009 15:43:55 +0100 Subject: doc bugfix: dist tarball missed 2 files, had one extra file that no longer belongs into it. Thanks to Michael Biebl for pointing this out. --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 4f4aae19..e7ce18ca 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,6 +31,7 @@ html_files = \ contributors.html \ dev_queue.html \ omsnmp.html \ + ommysql.html \ omlibdbi.html \ imfile.html \ imtcp.html \ @@ -96,7 +97,7 @@ html_files = \ licensing.html \ ommail.html \ omrelp.html \ - status.html \ + syslog_parsing.html \ troubleshoot.html \ src/classes.dia -- cgit From 96e9bff86d203e15df371960a285143f6bfa9d6a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 9 Feb 2009 16:46:39 +0100 Subject: preparing for 3.20.4 --- doc/manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual.html b/doc/manual.html index 1d6f7952..aa0fdb3b 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -16,7 +16,7 @@ relay chains while at the same time being very easy to setup for the novice user. And as we know what enterprise users really need, there is also professional rsyslog support available directly from the source!

-

This documentation is for version 3.20.3 (v3-stable branch) of rsyslog. +

This documentation is for version 3.20.4 (v3-stable branch) of rsyslog. Visit the rsyslog status page to obtain current version information and project status.

If you like rsyslog, you might -- cgit From 3c760a3dbcec5b320c7c03f3979f805f7960694d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 10 Feb 2009 15:31:47 +0100 Subject: changed TLS link on manual homepage to native TLS doc ... pointed previously to stunnel-alternative, which now that we support native TLS is now no longer recommended. Thanks to Michael Biebl for bringing this to my attention. --- doc/manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual.html b/doc/manual.html index aa0fdb3b..7aebacd8 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -53,7 +53,7 @@ modules

  • rsyslogd man page
  • installing rsyslog
  • obtaining rsyslog from the source repository
  • rsyslog and IPv6 (which is fully supported)
  • -
  • native TLS encryption for syslog
  • +
  • native TLS encryption for syslog
  • ssl-encrypting syslog with stunnel
  • writing syslog messages to MySQL (and other databases as well)
  • writing massive amounts of syslog messages to a database
  • -- cgit From 80c4b7a560221d0da8a4ff5afebb1906a0308ba7 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 12 Feb 2009 11:36:07 +0100 Subject: doc fix: don't use absolute paths for $ModLoad --- doc/rsyslog_tls.html | 2 +- doc/tls_cert_server.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/rsyslog_tls.html b/doc/rsyslog_tls.html index 7d156c3a..a26a9f53 100644 --- a/doc/rsyslog_tls.html +++ b/doc/rsyslog_tls.html @@ -116,7 +116,7 @@ $DefaultNetstreamDriverCAFile /path/to/contrib/gnutls/ca.pem $DefaultNetstreamDriverCertFile /path/to/contrib/gnutls/cert.pem $DefaultNetstreamDriverKeyFile /path/to/contrib/gnutls/key.pem -$ModLoad /home/rger/proj/rsyslog/plugins/imtcp/.libs/imtcp # load listener +$ModLoad imtcp # load TCP listener $InputTCPServerStreamDriverMode 1 # run driver in TLS-only mode $InputTCPServerStreamDriverAuthMode anon # client is NOT authenticated diff --git a/doc/tls_cert_server.html b/doc/tls_cert_server.html index 51ad7bed..9c68db5d 100644 --- a/doc/tls_cert_server.html +++ b/doc/tls_cert_server.html @@ -87,8 +87,8 @@ what we assume in this tutorial. Evaluate your options based on your security ne

    Keep in mind that this rsyslog.conf accepts messages via TCP, only. The only other source accepted is messages from the server itself.

    -$ModLoad /home/rger/proj/rsyslog/plugins/imuxsock/.libs/imuxsock # local messages
    -$ModLoad /home/rger/proj/rsyslog/plugins/imtcp/.libs/imtcp
    +$ModLoad imuxsock # local messages
    +$ModLoad imtcp # TCP listener
     
     # make gtls driver the default
     $DefaultNetstreamDriver gtls
    -- 
    cgit 
    
    
    From c38776af21f0c86cef6f8d01e1ce4d5e4f698113 Mon Sep 17 00:00:00 2001
    From: Rainer Gerhards 
    Date: Thu, 5 Mar 2009 10:37:25 +0100
    Subject: doc typo fix
    
    thanks to Trent W. Buck for alerting me.
    ---
     doc/rsyslog_stunnel.html | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    (limited to 'doc')
    
    diff --git a/doc/rsyslog_stunnel.html b/doc/rsyslog_stunnel.html
    index 104a672e..1d024934 100644
    --- a/doc/rsyslog_stunnel.html
    +++ b/doc/rsyslog_stunnel.html
    @@ -22,7 +22,7 @@ a peek at your data. In some environments, this is no problem at all. In
     others, it is a huge setback, probably even preventing deployment of syslog 
     solutions. Thankfully, there is an easy way to encrypt syslog communication. I 
     will describe one approach in this paper.

    -

    The most straigthforward solution would be that the syslogd itself encrypts +

    The most straightforward solution would be that the syslogd itself encrypts messages. Unfortuantely, encryption is only standardized in RFC 3195. But there is currently no syslogd that implements RFC 3195's encryption features, @@ -237,4 +237,4 @@ comments or find bugs (I *do* bugs - no way... ;)), please http://www.gnu.org/copyleft/fdl.html.

    - \ No newline at end of file + -- cgit From 7f43af08fec0824c30c5bb1ddb9b96427828c987 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 6 Mar 2009 15:12:29 +0100 Subject: doc enhance: enhance ommysql documentation provide standard template for MySQL module and instructions on how to modify schema --- doc/ommysql.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ommysql.html b/doc/ommysql.html index 79d913eb..e81ce532 100644 --- a/doc/ommysql.html +++ b/doc/ommysql.html @@ -26,6 +26,17 @@ you know the server is running on a non-standard listen port.
    :ommysql:database-server,database-name,database-userid,database-password
    All parameters should be filled in for a successful connect. +

    Note rsyslog contains a canned default template to write to the MySQL +database. It works on the MonitorWare schema. This template is: +

    + +

    As you can see, the template is an actual SQL statement. Note the ",SQL" option: it tells the +template processor that the template is used for SQL processing, thus quote characters are quoted +to prevent security issues. You can not assign a template without ",SQL" to a MySQL output action. +

    If you would like to change fields contents or add or delete your own fields, you +can simply do so by modifying the schema (if required) and creating your own custom +template.

    Sample:

    The following sample writes all syslog messages to the database "syslog_db" on mysqlsever.example.com. The server is @@ -40,7 +51,7 @@ $ActionOmmysqlServerPort 1234 # use non-standard port

    This documentation is part of the rsyslog project.
    -Copyright © 2008 by Rainer Gerhards and +Copyright © 2008, 2009 by Rainer Gerhards and Adiscon. Released under the GNU GPL version 3 or higher.

    -- cgit