diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-12 12:46:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-12 12:46:49 +0200 |
commit | 2ff36f90b04e3374bf2fbbc8485658096ee7c490 (patch) | |
tree | d2025bf17f90dd1ea928bad29d3d70b2964c6a78 | |
parent | 6bb7ece5d39fa343e357a4c4cd9f74cb560493ed (diff) | |
download | rsyslog-2ff36f90b04e3374bf2fbbc8485658096ee7c490.tar.gz rsyslog-2ff36f90b04e3374bf2fbbc8485658096ee7c490.tar.bz2 rsyslog-2ff36f90b04e3374bf2fbbc8485658096ee7c490.zip |
doc: describe new imptcp input parameter
-rw-r--r-- | doc/imptcp.html | 11 | ||||
-rw-r--r-- | doc/imudp.html | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/imptcp.html b/doc/imptcp.html index 41283e69..e1e35239 100644 --- a/doc/imptcp.html +++ b/doc/imptcp.html @@ -96,6 +96,17 @@ the message was received from. Binds specified ruleset to next server defined. <li><b>Address</b> <name><br> On multi-homed machines, specifies to which local address the listerner should be bound. +<li><b>defaultTZ</b> <timezone-info><br> +This is an <b>experimental</b> parameter; details may change at any time and it may +also be discoutinued without any early warning.<br> +Permits to set a default timezone for this listener. This is useful when working with +legacy syslog (RFC3164 et al) residing in different timezones. If set it will be used as +timezone for all messages <b>that do not contain timezone info</b>. +Currently, the format <b>must</b> be "+/-hh:mm", e.g. "-05:00", "+01:30". Other formats, +including TZ names (like EST) are NOT yet supported. Note that consequently no daylight +saving settings are evaluated when working with timezones. If an invalid format is used, +"interesting" things can happen, among them malformed timestamps and rsyslogd segfaults. +This will obviously be changed at the time this feature becomes non-experimental.</li> <li><b>RateLimit.Interval</b> [number] - (available since 7.3.1) specifies the rate-limiting interval in seconds. Default value is 0, which turns off rate limiting. Set it to a number of seconds (5 recommended) to activate rate-limiting. diff --git a/doc/imudp.html b/doc/imudp.html index d2c33b9e..b57eb713 100644 --- a/doc/imudp.html +++ b/doc/imudp.html @@ -103,6 +103,7 @@ of "imudp514". The ability to append a port is most useful when multiple ports are defined for a single input and each of the inputnames shall be unique. Note that there currently is no differentiation between IPv4/v6 listeners on the same port. +</li> <li><b>defaultTZ</b> <timezone-info><br> This is an <b>experimental</b> parameter; details may change at any time and it may also be discoutinued without any early warning.<br> @@ -114,7 +115,6 @@ including TZ names (like EST) are NOT yet supported. Note that consequently no d saving settings are evaluated when working with timezones. If an invalid format is used, "interesting" things can happen, among them malformed timestamps and rsyslogd segfaults. This will obviously be changed at the time this feature becomes non-experimental.</li> -</li> <li><b>rcvbufSize</b> [size] - (available since 7.5.3) This request a socket receive buffer of specific size from the operating system. It is an expert parameter, which should only be changed for a good reason. Note that |