summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* | add omrabbitmqvtomec2013-04-293-0/+530
| |
* | cleanupRainer Gerhards2013-04-241-3/+0
| |
* | omelasticsearch: _id field support for bulk operationsJérôme Renard2013-04-241-17/+105
| | | | | | | | | | | | also max number of templates for plugin use has been increased to five closes: http://bugzilla.adiscon.com/show_bug.cgi?id=392
* | "Fix" timestamp in imkmsg module.Milan Bartos2013-04-231-23/+23
|/ | | | | | | It's still 5-6 seconds late and this happens also in dmesg from util-linux. modified: plugins/imkmsg/kmsg.c
* omhiredis: add support for redis pipeline supportBrian Knox2013-04-172-36/+91
|
* imjournal: very slight optimizationRainer Gerhards2013-04-171-6/+6
| | | | | ... well, it's actually questionable if it is a real optimization or not ;)
* Fix journal trusted fields translation.Milan Bartos2013-04-171-8/+32
| | | | modified: plugins/imjournal/imjournal.c
* Add support for persistenting journal stateMilan Bartos2013-04-171-6/+132
| | | | modified: plugins/imjournal/imjournal.c
* Merge branch 'master' into master-imjournalRainer Gerhards2013-04-1711-68/+265
|\
| * bugfix: set correct default valueTomas Heinrich2013-04-131-1/+1
| |
| * bugfix: prevent a segfault if ratelimit condition is not metTomas Heinrich2013-04-131-4/+5
| | | | | | | | | | | | Move the severity-check logic inside the ratelimiter and add a new function ratelimitSetSeverity() to manipulate the treshold. Currently only utilized by the imuxsock module.
| * Update u_int8_t to uint8_tMartin Carpenter2013-04-101-1/+1
| |
| * Merge branch 'c7' into tmpRainer Gerhards2013-04-091-2/+16
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac runtime/queue.c
| | * make imrelp properly terminate on system shutdownRainer Gerhards2013-04-091-0/+1
| | | | | | | | | | | | it didn't do so if it was inside a retry loop
| | * add output module interface to facilitate cooperative shutdownRainer Gerhards2013-04-081-0/+6
| | | | | | | | | | | | | | | | | | ... in more complex cases (where receiving SIGTTIN is not sufficient). See also: http://blog.gerhards.net/2013/04/rsyslog-output-plugin-wrangling.html
| | * omrelp: add ability to specify session timeoutRainer Gerhards2013-04-081-2/+9
| | |
| * | Merge branch 'c7'Rainer Gerhards2013-04-081-35/+97
| |\| | | | | | | | | | | | | Conflicts: ChangeLog
| | * omrelp: add support for RainerScript-based configurationRainer Gerhards2013-04-081-35/+97
| | |
| | * bugfix: imudp scheduling parameters did affect main thread, not imudpRainer Gerhards2013-03-211-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409 Conflicts: ChangeLog
| * | bugfix: imuxsock aborted under some conditionsRainer Gerhards2013-03-271-0/+4
| | | | | | | | | | | | regression from ratelimiting enhancements
| * | imudp: support user-selectable inputnameRainer Gerhards2013-03-261-11/+31
| | |
| * | keep omlibdbi usable with older libdbi without transaction supportRainer Gerhards2013-03-211-1/+11
| | | | | | | | | | | | | | | | | | in that case, omlibdbi gracefully degrades to non-transaction mode but emits a warning message during build, so that one knows an update of libdbi makes sense.
| * | omlibdbi: support transaction interfaceUlrike Gerhards2013-03-211-6/+35
| | |
| * | bugfix: imudp scheduling parameters did affect main thread, not imudpRainer Gerhards2013-03-211-1/+9
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409
| * | imfile: errors persisting state file are now reportedRainer Gerhards2013-03-201-0/+8
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=292
| * | imuxsock: add ability to NOT create/delete sockets during startup and shutdownRainer Gerhards2013-03-201-3/+20
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=259
| * | imfile: now detects file change when rsyslog was inactiveRainer Gerhards2013-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Previosly, this case could not be detected, so if a file was overwritten or rotated away while rsyslog was stopped, some data was missing. This is now detected and the new file being forwarded right from the beginning. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=228
| * | Merge branch 'v7-stable'Rainer Gerhards2013-03-201-0/+3
| |\|
| | * bugfix: imuxsock rate-limiting could not be configured via legacy confMilan Bartos2013-03-201-0/+3
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | omstdout: added debug message when writing to stdout failsRainer Gerhards2013-03-201-2/+9
| | |
| * | Merge branch 'v7-stable'Rainer Gerhards2013-03-201-1/+1
| |\|
| | * bugfix: $mmnormalizeuseramsg paramter was specified with wrong typeRainer Gerhards2013-03-201-1/+1
| | | | | | | | | | | | | | | Thanks to Renzhong Zhang for alerting us of the problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=420
| * | Merge branch 'v7-stable'Rainer Gerhards2013-03-181-3/+7
| |\| | | | | | | | | | | | | | | | Conflicts: runtime/debug.h tools/syslogd.c
| | * Do not exit when messages get overwritten in the circular bufferMilan Bartos2013-03-181-0/+4
| | | | | | | | | | | | modified: plugins/imkmsg/kmsg.c
| | * Fix message read buffer sizeMilan Bartos2013-03-181-2/+2
| | | | | | | | | | | | modified: plugins/imkmsg/kmsg.c
| | * Remove unnecessary strlen() callMilan Bartos2013-03-181-1/+1
| | | | | | | | | | | | modified: plugins/imkmsg/kmsg.c
| | * Fix trailing '-' in kernel messages.Milan Bartos2013-03-181-0/+4
| | | | | | | | | | | | modified: plugins/imkmsg/kmsg.c
| | * bugfix: imuxsock was missing SysSock.ParseTrusted module parameterRainer Gerhards2013-03-151-0/+3
| | | | | | | | | | | | | | | | | | To use that functionality, legacy rsyslog.conf syntax had to be used. Also, the doc was missing information on the "ParseTrusted" set of config directives.
| * | Fix trailing '-' in kernel messages.Milan Bartos2013-03-181-0/+4
| | | | | | | | | | | | modified: plugins/imkmsg/kmsg.c
| * | bugfix: mmanon did not build on some platforms (e.g. Ubuntu)Rainer Gerhards2013-03-181-0/+1
| | |
| * | imrelp: now supports listening to IPv4/v6 only instead of always bothRainer Gerhards2013-03-151-0/+1
| | | | | | | | | | | | | | | build now requires librelp 1.0.2 closes: http://bugzilla.adiscon.com/show_bug.cgi?id=378
| * | bugfix: imuxsock was missing SysSock.ParseTrusted module parameterRainer Gerhards2013-03-121-0/+3
| | | | | | | | | | | | | | | | | | use that functionality, legacy rsyslog.conf syntax had to be used. Also, the doc was missing information on the "ParseTrusted" set of config directives.
* | | Improved field translate performance.Milan Bartos2013-03-191-15/+33
| | | | | | | | | | | | modified: imjournal.c
* | | imjournal: streamline build system a bitRainer Gerhards2013-03-121-4/+3
| | | | | | | | | | | | | | | ... most importantly the configure switch is no longer --enable-journal but --enable-imjournal (as we now also have omjournal!)
* | | Added internal log info when message from journal doesn't have MESSAGEMilan Bartos2013-03-051-1/+2
| | | | | | | | | | | | modified: plugins/imjournal/imjournal.c
* | | Ignore systemd journal internal messages (without facility)Milan Bartos2013-03-051-2/+3
| | | | | | | | | | | | modified: plugins/imjournal/imjournal.c
* | | Add all fields from journal message (including non standard).Milan Bartos2013-03-051-72/+54
| | | | | | | | | | | | modified: plugins/imjournal/imjournal.c
* | | Add imjournal module for reading messages from systemd journal.Milan Bartos2013-03-053-0/+427
|/ / | | | | | | | | | | | | | | | | | | | | | | | | For reading messages with all fields from structured systemd journal log messages. Loading module with $ModLoad imjournal is enough to start pulling messages no other configuration is needed. modified: Makefile.am modified: configure.ac new file: plugins/imjournal/Makefile.am new file: plugins/imjournal/imjournal.c new file: plugins/imjournal/imjournal.h
* | mmanon: complete ipv4 functionalityRainer Gerhards2013-03-041-30/+105
| |
* | mmanon: add ability to specify number of bits to be anonymizedRainer Gerhards2013-03-041-19/+75
| |