mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 05:00:42 +01:00
Merge branch 'v4-beta' into v4-devel
This commit is contained in:
commit
7dcd960d30
@ -351,6 +351,8 @@ version before switching to this one.
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.22.2 [v3-stable] (rgerhards), 2009-07-??
|
||||
- bugfix: sending syslog messages with zip compression did not work
|
||||
- clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers]
|
||||
in doc set (require TLS drivers)
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.22.1 [v3-stable] (rgerhards), 2009-07-02
|
||||
- bugfix: invalid error message issued if $inlcudeConfig was on an empty
|
||||
|
||||
@ -91,10 +91,13 @@ default 60000 (1 minute)]</li>
|
||||
<li><a href="rsconf1_actionresumeinterval.html">$ActionResumeInterval</a></li>
|
||||
<li>$ActionResumeRetryCount <number> [default 0, -1 means eternal]</li>
|
||||
<li>$ActionSendResendLastMsgOnReconn <[on/<b>off</b>]> specifies if the last message is to be resend when a connecition broken and has been reconnedcted. May increase reliability, but comes at the risk of message duplication.
|
||||
<li>$ActionSendStreamDriver <driver basename> just like $DefaultNetstreamDriver, but for the specific action
|
||||
</li><li>$ActionSendStreamDriverMode <mode>, default 0, mode to use with the stream driver
|
||||
(driver-specific)</li><li>$ActionSendStreamDriverAuthMode <mode>, authentication mode to use with the stream driver
|
||||
(driver-specific)</li><li>$ActionSendStreamDriverPermittedPeer <ID>, accepted fingerprint (SHA1) or name of remote peer
|
||||
<li>$ActionSendStreamDriver <driver basename> just like $DefaultNetstreamDriver, but for the specific action</li>
|
||||
<li>$ActionSendStreamDriverMode <mode>, default 0, mode to use with the stream driver (driver-specific)</li>
|
||||
<li>$ActionSendStreamDriverAuthMode <mode>, authentication mode to use with the stream driver. Note that this directive requires TLS
|
||||
netstream drivers. For all others, it will be ignored.
|
||||
(driver-specific)</li>
|
||||
<li>$ActionSendStreamDriverPermittedPeer <ID>, accepted fingerprint (SHA1) or name of remote peer. Note that this directive requires TLS
|
||||
netstream drivers. For all others, it will be ignored.
|
||||
(driver-specific) -<span style="font-weight: bold;"> directive may go away</span>!</li>
|
||||
<li><b>$ActionSendTCPRebindInterval</b> nbr</a>- [available since 4.5.1] - instructs the TCP send
|
||||
action to close and re-open the connection to the remote host every nbr of messages sent.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user