| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
... as well as added multi-ruleset support for imtcp
|
|
|
|
| |
plus some cleanup...
|
|
|
|
|
|
| |
so we now can define multiple rule sets, we just can not use them ;)
That means we have the foundation to bind listeners to different
rule sets.
|
| |
|
|
|
|
| |
now some basic operations are carried out via the stream class.
|
|
|
|
|
|
|
|
| |
sending n messages
New config directive $ActionSendUDPRebindInterval
added for the purpose. By default, rebinding is disabled. This is
considered useful for load balancers.
|
| |
|
|
|
|
|
|
|
|
| |
- added $GenerateConfigGraph configuration command which can be used
to generate nice-looking (and very informative) rsyslog configuration
graphs.
- added $ActionName configuration directive (currently only used for
graph generation, but may find other uses)
|
| |
|
|
|
|
|
|
|
| |
- fixed a bug that caused action retries not to work correctly
situation was only cleared by a restart
- bugfix: closed dynafile was potentially never written until another
dynafile name was generated - potential loss of messages
|
|
|
|
|
|
| |
so that the "last message repeated n times" messages, if generated, may
have an alternate format that contains the message that is being repeated.
Note that this is on an action-by-action basis.
|
|
|
|
| |
Enables to use FQDNs in sender names where the legacy default
|
|
|
|
|
|
|
| |
Added $PrivDropToGroup, $PrivDropToUser, $PrivDropToGroupID,
$PrivDropToUserID config directives to enable dropping privileges.
This is an effort to provide a security enhancement. For the limits of this
approach, see http://wiki.rsyslog.com/index.php/Security
|
|
they were new after restructuring the doc...
|