From 834f29da3909ad7f674488c47332652a741d47a7 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 9 Jul 2009 18:14:58 +0200 Subject: added some (very) basic doc on omudpspoof --- ChangeLog | 1 + doc/Makefile.am | 2 ++ doc/omudpspoof.html | 44 +++++++++++++++++++++++++++++++++++++++++++ doc/rsyslog_conf_modules.html | 1 + 4 files changed, 48 insertions(+) create mode 100644 doc/omudpspoof.html diff --git a/ChangeLog b/ChangeLog index d4e21081..9b8a1433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ --------------------------------------------------------------------------- Version 5.1.3 [DEVEL] (rgerhards), 2009-07-?? +- enhance: UDP spoofing supported via omudpspoof - bugfix: message could be truncated after TAG, often when forwarding This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. diff --git a/doc/Makefile.am b/doc/Makefile.am index 62ec7500..f950f122 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,6 +31,8 @@ html_files = \ version_naming.html \ contributors.html \ dev_queue.html \ + omstdout.html \ + omudpspoof.html \ omsnmp.html \ ommysql.html \ omoracle.html \ diff --git a/doc/omudpspoof.html b/doc/omudpspoof.html new file mode 100644 index 00000000..7715b80c --- /dev/null +++ b/doc/omudpspoof.html @@ -0,0 +1,44 @@ + + +UDP spoofing output module (omudpspoof) + + +rsyslog module reference + +

UDP spoofing output module (omudpspoof)

+

Module Name:    omstdout

+

Author: David Lang <david@lang.hm> and Rainer Gerhards +<rgerhards@adiscon.com>

+

Available Since: 5.1.3

+

Description:

+

This module is similar to the regular UDP forwarder, but permits to +spoof the sender address. +

Configuration Directives:

+ +Caveats/Known Bugs: + +

Sample:

+

The following sample forwards all syslog messages in unmodified form to the +remote server server.example.com. The sender address 192.0.2.1 is used. +

+ +

[rsyslog.conf overview] +[manual index] [rsyslog site]

+

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

+ diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index df9abeea..f9bdad4a 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -20,6 +20,7 @@ SQLLite, Ingres, Oracle, mSQL)
  • ommail - permits rsyslog to alert folks by mail if something important happens
  • omoracle - output module for Oracle (native OCI interface)
  • +
  • omudpspoof - output module sending UDP syslog messages with a spoofed address
  • imfile -  input module for text files
  • imrelp - RELP -- cgit v1.2.3