mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 00:20:42 +01:00
doc bugfix: imrelp does not have a v6+ "ruleset" config parameter
This commit is contained in:
parent
5d061ce852
commit
940327046c
@ -30,14 +30,12 @@ Clients send messages to the RELP server via omrelp.</p>
|
||||
|
||||
<p><b>Configuration Directives</b>:</p>
|
||||
<ul>
|
||||
<li><b>Ruleset</b> <name></br>
|
||||
Binds the specified ruleset to all RELP listeners.
|
||||
<li><b>Port</b> <port><br>
|
||||
Starts a RELP server on selected port</li>
|
||||
</ul>
|
||||
<b>Caveats/Known Bugs:</b>
|
||||
<ul>
|
||||
<li>see description</li>
|
||||
<li>ruleset can only be bound via legacy configuration format</li>
|
||||
<li>To obtain the remote system's IP address, you need to have at least
|
||||
librelp 1.0.0 installed. Versions below it return the hostname instead
|
||||
of the IP address.</li>
|
||||
@ -54,7 +52,7 @@ input(type="imrelp" port="20514")
|
||||
<p><b>Legacy Configuration Directives</b>:</p>
|
||||
<ul>
|
||||
<li>InputRELPServerBindRuleset <name> (available in 6.3.6+)</br>
|
||||
equivalent to: RuleSet
|
||||
Binds the specified ruleset to all RELP listeners.
|
||||
<li>InputRELPServerRun <port><br>
|
||||
equivalent to: Port</li>
|
||||
</ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user