summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* imuxsock: handle unlimited number of additional listen socketsRainer Gerhards2013-09-181-60/+63
| | | | | At the same time, (very) slightly remove memory footprint when few listeners are monitored.
* Merge branch 'v7-stable'Rainer Gerhards2013-09-181-1/+1
|\
| * bugfix: imfile "facility" input parameter improperly handledRainer Gerhards2013-09-181-1/+1
| | | | | | | | | | | | caused facility not to be set, and severity to be overwritten with the facility value. Thanks to forum user dmunny for reporting this bug.
* | imtcp: add streamdriver.name module parameterRainer Gerhards2013-09-171-0/+9
| | | | | | | | permits overriding the system default stream driver (gtls, ptcp)
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-131-2/+2
|\|
| * bugfix: small memory leak in imfile when $ResetConfigVariables was usedGrégory Nuyttens2013-09-131-2/+2
| | | | | | | | Thanks to Grégory Nuyttens for reporting this bug and providig a fix
| * omelasticsearch: straighten out statistics countersRainer Gerhards2013-09-111-13/+13
| | | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c
* | omelasticsearch: straighten out statistics countersRainer Gerhards2013-09-111-13/+13
| |
* | omelasticsearch: adapt to new stats subsystem extensionsRainer Gerhards2013-09-101-4/+4
| |
* | imrelp: adapt to new stats subsystem extensionsRainer Gerhards2013-09-101-1/+1
| |
* | imfile: support LF escaping in read mode 1Rainer Gerhards2013-09-101-5/+13
| |
* | impstats: implement parameter "resetCounters"Rainer Gerhards2013-09-091-3/+8
| | | | | | | | | | it provides the capability to make impstats emit deltas in contrast to accumulated counter values (see doc for details).
* | experimental: make impstats return delta values where possibleRainer Gerhards2013-09-074-16/+16
| |
* | imudp: use inputname for statistics, if configuredRainer Gerhards2013-09-051-3/+3
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-051-1/+1
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * bugfix: some more build problems with newer json-c versionsRainer Gerhards2013-09-041-1/+1
| | | | | | | | Thanks to Michael Biebl for mentioning the problem.
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-031-1/+1
|\|
| * regression fix: previous fix introduced wrong default templateRainer Gerhards2013-09-031-1/+1
| | | | | | | | The faulty code was never released.
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-035-5/+5
|\|
| * make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-035-5/+5
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-021-1/+1
|\|
| * bugfix: imfile parameter "persistStateInterval" was unusableRainer Gerhards2013-09-021-1/+1
| | | | | | | | | | due to a case typo in imfile; work-around was to use legacy config Thanks to Brandon Murphy for reporting this bug.
* | Merge branch 'c9'Rainer Gerhards2013-09-021-1/+8
|\ \ | | | | | | | | | | | | Conflicts: runtime/msg.c
| * | milestone: defaultTZ can be set in msg obj (via imtcp)Rainer Gerhards2013-08-301-1/+8
| |/ | | | | | | ... but parser does not yet use it.
* | Merge branch 'v7-stable'Rainer Gerhards2013-08-261-1/+1
|\|
| * bugfix: imtcp addtlframedelimiter could not be set to zeroRainer Gerhards2013-08-261-1/+1
| | | | | | | | Thanks to Chris Norton for alerting us.
* | imudp: bugfix: did not compile on some platforms due to dup variableRainer Gerhards2013-08-261-2/+1
| |
* | Merge branch 'v7-stable'Andre Lorbach2013-08-141-2/+2
|\|
| * Removed SPACE after "MAIL FROM:" and "RCPT TO:" as RFC5321 permits spaces.Andre Lorbach2013-08-141-2/+2
| |
* | Merge branch 'v7-stable'Andre Lorbach2013-08-061-9/+3
|\| | | | | | | | | Conflicts: plugins/omprog/omprog.c
| * Using OMSRsetEntry to set the default action template in omprogAndre Lorbach2013-08-061-8/+3
| | | | | | | | If there was no default template, a segfault occured on startup.
* | Merge branch 'v7-stable'Andre Lorbach2013-07-241-17/+13
|\|
| * Another fix for bugid# 468Andre Lorbach2013-07-241-8/+4
| | | | | | | | | | Using OMSRsetEntry now to set the default action template when using new-style config. See here for more: http://bugzilla.adiscon.com/show_bug.cgi?id=468
| * Fixing new style config format issues from bugid #468Andre Lorbach2013-07-241-9/+9
| | | | | | | | | | See http://bugzilla.adiscon.com/show_bug.cgi?id=468 Removed CNFPARAM_REQUIRED from all optional parameters.
* | Merge branch 'v7-stable'Andre Lorbach2013-07-241-6/+14
|\|
| * Fixed another issue related to http://bugzilla.adiscon.com/show_bug.cgi?id=464Andre Lorbach2013-07-241-4/+9
| | | | | | | | | | | | Added check for empty batch data in endTransaction function. Avoids sending an unneeded curlPost, can happen when elasticsearch is shutdown while sending data to.
| * Fixed a bug in curlPost related to ↵Andre Lorbach2013-07-241-2/+5
| | | | | | | | | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=464 A Check was added for replylen before writting the 0 Byte to the end of reply data.
| * Fixed bugid #464 in elasticsearch output moduleAndre Lorbach2013-07-231-0/+6
| | | | | | | | | | | | Added some libcurl options in checkConn to disable the bodyport of the request within this functions. Otherwise libcurl could have created a sigsegv when curl_easy_perform() was called.
* | Fixed bugid #464 in elasticsearch output moduleAndre Lorbach2013-07-231-0/+6
| | | | | | | | | | | | Added some libcurl options in checkConn to disable the bodyport of the request within this functions. Otherwise libcurl could have created a sigsegv when curl_easy_perform() was called.
* | update to newest version of stats scriptsAndre Lorbach2013-07-221-2/+226
| |
* | Started implementing statslog analyzer for impstatsAndre Lorbach2013-07-223-15/+73
| | | | | | | | This script will help finding unusual things in the impstats logs
* | cleanupRainer Gerhards2013-07-151-12/+0
| |
* | Merge branch 'master' into master-zipflushRainer Gerhards2013-07-151-8/+8
|\ \ | | | | | | | | | | | | Conflicts: plugins/imptcp/imptcp.c
| * | bugfix: stream compression in imptcp caused timestamp to be corruptedRainer Gerhards2013-07-151-7/+8
| | |
* | | milestone: tcp stream compression support for transaction boundariesRainer Gerhards2013-07-151-1/+13
|/ /
* | Merge remote-tracking branch 'andre/v7-stats-scripts' into tmpRainer Gerhards2013-07-122-19/+58
|\ \
| * \ Merge branch 'master' into v7-stats-scriptsAndre Lorbach2013-07-122-4/+9
| |\ \
| * | | Removed commandline arg count limit from scriptsAndre Lorbach2013-07-122-2/+2
| | | |
| * | | Added new option "chartscalcdelta" to generate charts with delta values ↵Andre Lorbach2013-07-112-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | instead of cumulative values. Also fixed reading outputfile parameter in statslog-graph.py script.
| * | | Merge branch 'master' into v7-stats-scriptsAndre Lorbach2013-07-116-10/+98
| |\ \ \