summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf.html
Commit message (Collapse)AuthorAgeFilesLines
* improved doc for imklogRainer Gerhards2008-04-151-13/+4
|
* implemented $ActionExecOnlyOnceEveryInterval config directiveRainer Gerhards2008-04-081-20/+61
|
* finalized mail output supportRainer Gerhards2008-04-081-1/+1
|
* added im/omrelp docRainer Gerhards2008-04-011-2/+2
|
* added build-in templatesRainer Gerhards2008-03-281-2/+21
|
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-281-1/+1
| | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive
* - changed default file output format to include high-precision timestampsRainer Gerhards2008-03-281-1/+1
| | | | | - added a buid-in template for previous syslogd file format - added new $ActionFileDefaultTemplate directive
* - Greatly enhanced rsyslogd's filw write performance by disabling fileRainer Gerhards2008-03-221-1/+1
| | | | | | | | | | | | | | | | syncing capability of output modules by default. This feature is usually not required, not useful and an extreme performance hit (both to rsyslogd as well as the system at large). Unfortunately, most users enable it by default, because it was most intuitive to enable it in plain old sysklogd syslog.conf format. There is now a new config setting which must be enabled in order to support syncing. By default it is off. So even if the old-format config lines request syncing, it is not done unless explicitely enabled. I am sure this is a very useful change and not a risk at all. I need to think if I undo it under compatibility mode, but currently this does not happen (I fear a lot of lazy users will run rsyslogd in compatibility mode, again bringing up this performance problem...). - added $ActionfileEnableSync config directive
* cleaned up new relp code files to make them suitable for implementationRainer Gerhards2008-03-131-2/+2
|
* fixed potential infinite loop condition when module load failed on startupRainer Gerhards2008-03-071-2/+6
|
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-14/+5
| | | | | | | | | | | made this mode the default; this was needed, as some programs (e.g. sshd) log with inconsistent timezone information, what messes up the local logs (which by default don't even contain time zone information). This seems to be consistent with what sysklogd did for the past four years. Alternate behaviour may be desirable if gateway-like processes send messages via the local log slot - in this case, it can be enabled via the $InputUnixListenSocketIgnoreMsgTimestamp and $SystemLogSocketIgnoreMsgTimestamp config directives
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-281-6/+74
| | | | | - changed ABNF to fully support old property names - added case-insensitive comparison operations
* added some doc for imgssapi and imtcp input modulesRainer Gerhards2008-02-221-2/+2
|
* corrected config doc - IETF no longer intends to add facilitiesRainer Gerhards2008-02-221-22/+14
|
* $MainMessageQueueDiscardSeverity can now also handle textual severitiesRainer Gerhards2008-02-201-2/+2
| | | | (previously only integers)
* implemented initial tokenizer (stage work for expr parser)Rainer Gerhards2008-02-191-711/+857
|
* - moved config file code to its own fileRainer Gerhards2008-02-191-1/+1
| | | | | | - finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor)
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-127/+129
| | | | | - some cleanup - doc improvements
* some doc enhancements, including a template for module descriptionsRainer Gerhards2008-02-111-0/+15
|
* doc fixes thanks to Peter VrabecRainer Gerhards2008-02-111-1/+1
|
* preparing for 3.11.0v3-11-0Rainer Gerhards2008-01-311-4/+14
|
* new action parameters addedRainer Gerhards2008-01-301-1/+19
|
* added some info on queues (needs to be extended)Rainer Gerhards2008-01-291-0/+3
|
* implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-0/+1
|
* - implemented the $MainMsgQueueSaveOnShutdown config directiveRainer Gerhards2008-01-281-0/+3
| | | | | - implemented the $MainMsgQueueWorkerThreadMinimumMessages config directive - implemented the $MainMsgQueueTimeoutWorkerThreadShutdown config directive
* small text changeMichael Meckelein2008-01-181-2/+1
|
* log rotation docMichael Meckelein2008-01-181-1/+2
|
* - implemented config file handlers forRainer Gerhards2008-01-141-0/+4
| | | | | | | | $MainMsgQueueHighWaterMark $MainMsgQueueLowWaterMark $MainMsgQueueDiscardMark $MainMsgQueueDiscardSeverity but did NOT yet implement the functionality behind these directives!
* - implemented $MainMsgQueueTimeoutActionCompletion config directiveRainer Gerhards2008-01-141-0/+3
| | | | | | - implemented $MainMsgQueueTimeoutEnqueue config directive - implemented $MainMsgQueueTimeoutShutdown config directive - some cleanup
* renamed $MainMsgQueuePersistUpdateCount config file directive toRainer Gerhards2008-01-131-1/+1
| | | | $MainMsgQueueCheckpointInterval
* added $MainMsgQueuePersistUpdateCount config file directiveRainer Gerhards2008-01-131-0/+1
|
* added $MainMsgQueueImmediateShutdown config directiveRainer Gerhards2008-01-111-0/+1
|
* changed some config file directivesRainer Gerhards2008-01-101-2/+2
|
* implemented $MainMsgQueueMaxFileSize config directiveRainer Gerhards2008-01-091-1/+7
|
* added newst config directive changesRainer Gerhards2008-01-051-2/+4
|
* added new config directivesRainer Gerhards2008-01-031-0/+2
|
* made doc somewhat more conformant to current development stateRainer Gerhards2008-01-031-0/+1
|
* added new settingsRainer Gerhards2007-12-271-1/+4
|
* added doc for new imudp input moduleRainer Gerhards2007-12-261-0/+1
|
* added new v3 config file directivesRainer Gerhards2007-12-211-1/+15
|
* added $MarkMessagePeriodRainer Gerhards2007-12-171-0/+1
|
* updated doc to include pointers to sample config fileRainer Gerhards2007-12-031-0/+3
|
* dded user doc for gssapi patch from varmojfekoj - thanks!Rainer Gerhards2007-11-201-0/+3
|
* added doc fixes provided by Michael Biebl - thanksRainer Gerhards2007-10-181-13/+13
|
* upgraded user doc to cover new module action calling conventionRainer Gerhards2007-10-151-1/+18
|
* added $ModDir config directiveRainer Gerhards2007-09-071-1/+5
|
* added template and info for forwarding messages to sysklogdRainer Gerhards2007-09-061-0/+7
|
* patches and docu update for 1.19.3v1-19-3Michael Meckelein2007-08-311-12/+19
|
* reflect arrival of dynamically loadable plug-ins (namely MySQL)Rainer Gerhards2007-08-141-6/+4
|
* somewhat improved config file doc - thanks to Florian Riedl for doing theRainer Gerhards2007-08-081-301/+24
| | | | bulk of work