summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_global.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v5-develRainer Gerhards2009-07-021-2/+4
|\ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * completed ruleset documentationRainer Gerhards2009-07-021-2/+4
| |
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-2/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a complex manual merge, especially in action.c. So if there occur some problems, this would be a good point to start troubleshooting. I run a couple of tests before commiting and they all went well. Conflicts: action.c action.h runtime/queue.c runtime/queue.h runtime/wti.c runtime/wti.h
| * switched default to keep in line with traditional syslogd behaviourRainer Gerhards2009-06-191-2/+5
| |
* | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-0/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this was NOT a trivial merge, and there may be some issues. This needs to be seen when we continue developing. Conflicts: runtime/msg.h runtime/obj.h runtime/queue.c runtime/srUtils.h runtime/stream.c runtime/stream.h runtime/wti.c tests/Makefile.am tools/omfile.c tools/syslogd.c
| * completed multi-ruleset core supportRainer Gerhards2009-06-121-2/+8
| | | | | | | | ... as well as added multi-ruleset support for imtcp
| * implemented $OMFileFlushOnTXEnd directiveRainer Gerhards2009-06-121-0/+7
| | | | | | | | plus some cleanup...
| * added $Ruleset config commandRainer Gerhards2009-06-101-0/+2
| | | | | | | | | | | | 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.
| * added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-041-0/+1
| |
| * modified stream class and omfile to work with itRainer Gerhards2009-06-041-0/+3
| | | | | | | | now some basic operations are carried out via the stream class.
* | Merge branch 'master' into v5-develRainer Gerhards2009-06-041-0/+3
|\| | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * added ability for the UDP output action to rebind its send socket after ↵Rainer Gerhards2009-05-291-0/+3
| | | | | | | | | | | | | | | | sending n messages New config directive $ActionSendUDPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered useful for load balancers.
* | Merge branch 'master' into v5-develRainer Gerhards2009-05-281-1/+1
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * doc: added info on when $OptimizeForUniprocessor was made availableRainer Gerhards2009-05-281-1/+1
| |
* | Merge branch 'master' into multi-dequeueRainer Gerhards2009-05-121-0/+3
|\| | | | | | | | | Conflicts: runtime/rsyslog.h
| * added capability to draw configuration graphsRainer Gerhards2009-05-111-0/+3
| | | | | | | | | | | | | | | | - 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)
* | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize ↵Rainer Gerhards2009-04-231-0/+2
|/ | | | configuration directives
* added doc for $MaxOpenFiles directiveRainer Gerhards2009-04-141-9/+9
|
* omfile bugfixingRainer Gerhards2009-03-181-0/+1
| | | | | | | - 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
* added new config directive $RepeatedMsgContainsOriginalMsgRainer Gerhards2009-02-021-1/+7
| | | | | | 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.
* added $PreserveFQDN config file directiveRainer Gerhards2008-12-081-0/+3
| | | | Enables to use FQDNs in sender names where the legacy default
* added ability to drop privilegesRainer Gerhards2008-11-261-0/+5
| | | | | | | 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
* added forgotten filesRainer Gerhards2008-11-111-0/+227
they were new after restructuring the doc...