From cadf16e7e941c5aa3e5a905df7ce7bf4988fd59b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 26 Mar 2013 11:12:10 +0100 Subject: imudp: support user-selectable inputname --- doc/imudp.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 12 deletions(-) (limited to 'doc/imudp.html') diff --git a/doc/imudp.html b/doc/imudp.html index a86c9939..6c949536 100644 --- a/doc/imudp.html +++ b/doc/imudp.html @@ -18,8 +18,8 @@ multiple input actions.

-

Configuration Directives:

-

Global Directives:

+

Configuration Parameters:

+

Module Parameters:

-

Action Directives:

+

Input Parameters:

Caveats/Known Bugs: -

Sample:

+

Samples:

This sets up an UPD server on port 514:

- +

In the next example, we set up three listners at ports 10514, 10515 and 10516 +and assign a listner name of "udp" to it, followed by the port number: +

+ + +

The next example is almost equal to the previous one, but +now the inputname property will just be set to the port number. +So if a message was received on port 10515, the input name will be +"10515" in this example whereas it was "udp10515" in the previous one. +Note that to do that we set the inputname to the empty string. +

+ + +

Legacy Configuration Directives:

Multiple receivers may be configured by specifying $UDPServerRun multiple times. @@ -88,23 +129,20 @@ equivalent to: SchedulingPolicy

  • $IMUDPSchedulingPriority <number> Available since 4.7.4+, 5.7.3+, 6.1.3+.
    equivalent to: SchedulingPriority -Caveats/Known Bugs: -

    Sample:

    This sets up an UPD server on port 514:

    - +

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

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

    -- cgit v1.2.3