summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: give quick example of ruleset() {} useRainer Gerhards2013-01-291-0/+8
|
* doc: add link for set statementRainer Gerhards2013-01-281-1/+2
|
* doc: some improvements and more cleanupRainer Gerhards2013-01-289-297/+119
|
* doc: some cleanupRainer Gerhards2013-01-283-3/+3
|
* typo fixRainer Gerhards2013-01-241-1/+1
|
* added omusrmsg changes to v7 compatibility docRainer Gerhards2013-01-241-1/+32
| | | | Thanks to Tomas Heinrich for pointing out that this was missing.
* - added $!all-json to property replacerRadu Gheorghe2013-01-241-1/+9
| | | | - specified that $!<name> can be used with CEE-enhanced syslog (once parsed via mmjsonparse)
* prepare for 7.2.5 releasev7.2.5Rainer Gerhards2013-01-081-1/+1
|
* prepare for 7.2.4v7.2.4Rainer Gerhards2012-12-071-1/+1
|
* doc: improve imptcp docRainer Gerhards2012-11-261-8/+10
|
* Merge branch 'v6-stable' into tmpRainer Gerhards2012-11-221-0/+13
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-11-221-0/+13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this was not a simple merge, I rather needed to adopt the v5 code to the new v6 config handling. However, no v6 config format has been added yet (this is the next step). Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h
| | * imklog: added $klogParseKernelTimestamp optionMarius Tomaschewski2012-11-211-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | When enabled, kernel message [timestamp] is converted for message time. Default is to use receive time as in 5.8.x and before, because the clock used to create the timestamp is not supposed to be as accurate as the monotonic clock (depends on hardware and kernel) resulting in differences between kernel and system messages which occurred at same time.
| | * imklog: added $klogKeepKernelTimestamp optionMarius Tomaschewski2012-11-211-0/+5
| | | | | | | | | | | | | | | When enabled, the kernel [timestamp] remains at begin of each message, even it is used for the message time too.
* | | prepare for 7.2.3 releasev7.2.3Rainer Gerhards2012-11-211-1/+1
| | |
* | | prepare 7.2.2 releasev7.2.2Rainer Gerhards2012-11-161-1/+1
| | |
* | | doc: describe leading space problem with "startswith" comparisonRainer Gerhards2012-11-141-3/+8
| | |
* | | doc: upgrade ruleset doc to v7 config systemKonstantin Schmitt2012-11-123-98/+227
| | |
* | | doc: $ActionQueueDiscardSeverity had wrong default documentedRainer Gerhards2012-11-081-1/+1
| | | | | | | | | | | | | | | The doc contained a previous default, which has been changed in the mean time.
* | | Added imkmsg^imklog to imkmsg documentation.Milan Bartos2012-11-051-2/+4
| | |
* | | bugfix: omfwd did not properly support "template" parameterRainer Gerhards2012-10-301-1/+1
| | | | | | | | | | | | | | | We also added a testbench test to check for this in the future. That in turn required new testbench tools.
* | | prepare for 7.2.1 releasev7.2.1Rainer Gerhards2012-10-291-1/+1
| | |
* | | Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-10-251-2/+1
|\| |
| * | doc: fix html formattingMichael Biebl2012-10-251-2/+1
| | |
| * | preparing for 6.6.0v6.6.0Rainer Gerhards2012-10-221-1/+1
| | |
| * | Merge branch 'v6-beta' into v6-stableRainer Gerhards2012-10-2220-152/+1289
| |\ \
| | * | preparing for 6.5.1 releasev6.5.1Rainer Gerhards2012-10-111-1/+1
| | | |
| | * | Merge branch 'v6-stable' into v6-develRainer Gerhards2012-10-041-0/+15
| | |\ \
* | | | | make rsyslog core suspened actions after 10 failures in a rowRainer Gerhards2012-10-241-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | This was former the case after 1,000 failures and could cause rsyslog to be spammed/ressou
* | | | | prepare for 7.20 stable release & minor thingsv7.2.0Rainer Gerhards2012-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most important real code chane is the initialization of the epoll control set. This should just be cosmetic (valgrind warnings), as all data we actually use already was properly initialized.
* | | | | Merge branch 'v6-stable' into betaRainer Gerhards2012-10-221-1/+1
|\| | | |
| * | | | Merge branch 'v5-stable' into v6-stablev6.4.3.unfinishedRainer Gerhards2012-10-221-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | doc: v3 compatibility doc lists invalid config directiveRainer Gerhards2012-10-221-1/+1
| | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=365
| | * | preparing for 5.10.1v5.10.1Rainer Gerhards2012-10-171-1/+1
| | | |
| | * | preparing for 5.10.0 releasev5.10.0Rainer Gerhards2012-08-221-1/+1
| | | |
| | * | preparing for 5.9.7v5.9.7Rainer Gerhards2012-05-101-1/+1
| | | |
| | * | Merge branch 'v5-stable-field-substring' into v5-betaRainer Gerhards2012-04-272-10/+19
| | |\ \
| | | * | added capability to specify substrings for field extraction modeRainer Gerhards2012-04-271-0/+9
| | | | |
* | | | | preparing for 7.1.12 releasev7.1.12Rainer Gerhards2012-10-181-1/+1
| | | | |
* | | | | prepare for version 7.1.11v7.1.11Rainer Gerhards2012-10-161-1/+1
| | | | |
* | | | | add deprecated note to discard actionRainer Gerhards2012-10-111-0/+17
| | | | |
* | | | | preparing for 7.1.10 releasev7.1.10Rainer Gerhards2012-10-111-1/+1
| | | | |
* | | | | prepare for 7.1.9 releasev7.1.9Rainer Gerhards2012-10-091-1/+1
| | | | |
* | | | | doc: add missing files to distribution tarballRainer Gerhards2012-10-041-0/+3
| | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for alerting me of the problem.
* | | | | Merge branch 'v6-stable' into betaRainer Gerhards2012-10-041-0/+15
|\| | | |
| * | | | doc: add missing files to distribution tarballRainer Gerhards2012-10-041-0/+15
| | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for alerting me of the problem.
| * | | | preparing for 6.4.2 releasev6.4.2Rainer Gerhards2012-09-201-1/+1
| | | | |
* | | | | prepare for 7.1.8 releasev7.1.8Rainer Gerhards2012-10-021-1/+1
| | | | |
* | | | | doc: update module doc to new capabilitiesFlorian Riedl2012-10-026-64/+135
| | | | |
* | | | | preparing for 7.1.7 releasev7.1.7Rainer Gerhards2012-10-011-1/+1
| | | | |