summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Send fields specified by a template to mongodb.Miloslav Trmač2012-08-281-20/+23
| | | | Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* Implement ACT_FIELDS_PASSING, test in mongodbMiloslav Trmač2012-08-281-4/+77
| | | | | | | | | | | | | | The mongodb test contains only debug printfs. Example template, inspired by writeMongoDB_msg: $template MongoTemplate,"%hostname::::sys%%timereported::::time%%timegenerated::::time_rcvd%%msg%%syslogfacility-text::::syslog_fac%%syslogseverity-text::::syslog_server%%syslogtag::::syslog_tag%%programname::::procid%%procid::::pid%%$!foo::::foo%%$!abc::::renamed%" Note that JSON escaping is actually undesirable in this mode (should it be silently ignored?), $!all-json doesn't yet work as expected, and all data is stored as strings. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* Remove a no-effect ", NULL";Miloslav Trmač2012-08-261-1/+1
| | | | | | It does nothing, at is just confusing. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* Silence compiler warnings about unused parameters.Miloslav Trmač2012-08-261-0/+3
| | | | Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* Merge branch 'v6-stable'Rainer Gerhards2012-08-253-7/+7
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac runtime/ruleset.c tools/syslogd.c
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-253-7/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c configure.ac doc/manual.html runtime/ruleset.c template.h threads.c tools/syslogd.c
| | * changed TRUE/FALSE to RSTRUE/RSFALSERainer Gerhards2012-08-223-7/+7
| | | | | | | | | | | | This is done to prevent name claches with libraries.
| | * Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-06-151-13/+2
| | |\
* | | | Fix undefined ctxee problemMilan Bartos2012-08-211-2/+4
| | | | | | | | | | | | | | | | modified: plugins/imuxsock/imuxsock.c
* | | | Add support for parsing trusted propertiesMilan Bartos2012-08-211-30/+121
| | | | | | | | | | | | | | | | | | | | * add support for parsing trusted properties into libee event structure * add $SystemLogParseTrusted config file option to enable it (default off)
* | | | Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslogRainer Gerhards2012-08-021-1/+5
|\ \ \ \
| * | | | Merge branch 'beta'Rainer Gerhards2012-08-011-1/+5
| |\| | |
| | * | | fix problem with cutting first 16 characters from message with bAnnotate on ↵Milan Bartos2012-08-011-1/+5
| | | | | | | | | | | | | | | | | | | | modified: plugins/imuxsock/imuxsock.c
* | | | | Fix $SystemLogSocketAnnotateMiloslav Trmač2012-07-311-3/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy bAnnotateSysSock value from old config data into the new structure * Set bUseCreds on the system log socket if bAnnotateSysSock is set * Process all CMSG records, not only the first one Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* | | | imzmq3: Added the return call to runInputDavid Kelly2012-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | Just to be sure that nothing unfortunate would happen, possible that housekeeping would not get done without this.
* | | | BAT-40 Found leak in imzmq3 pluginDavid Kelly2012-07-311-1/+4
| | | | | | | | | | | | | | | | | | | | For some reason I forgot to free() the buffer that comes back from zstr_recv(). Doh!
* | | | Merge branch 'beta'Rainer Gerhards2012-07-243-50/+196
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | | bugfix: imptcp aborted when $InputPTCPServerBindRuleset was usedRainer Gerhards2012-07-241-1/+1
| | | |
| * | | omelasticsearch: regression from "parent" feature could case abortsRainer Gerhards2012-07-111-23/+26
| | | | | | | | | | | | | | | | this was not present in any released version
| * | | bugfix: imtcp aborted when more than 2 connections were used.Andre Lorbach2012-07-112-2/+2
| | | | | | | | | | | | | | | | | | | | Incremented pthread stack size to 4MB for imtcp, imptcp and imttcp closes: http://bugzilla.adiscon.com/show_bug.cgi?id=342
| * | | omelasticsearch: support for parameters parent & dynparent addedRainer Gerhards2012-07-101-20/+95
| | | |
| * | | omelasticsearch: implement retry via request to es server homepageRainer Gerhards2012-07-101-10/+60
| | | |
| * | | omelasticsearch: better debug instrumentationRainer Gerhards2012-07-091-15/+33
| | | |
* | | | bugfix: omhdfs did no longer compileRainer Gerhards2012-07-111-1/+1
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2012-06-291-48/+374
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | | Merge branch 'master-elasticsearch' into tmpRainer Gerhards2012-06-291-48/+374
| |\ \ \
| | * | | omelasticsearch: bugfix: bulkmode setting was not properly initializedRainer Gerhards2012-06-131-0/+1
| | | | |
| | * | | omelasticsearch: dyn index&type now also supported in bulk modeRainer Gerhards2012-05-281-4/+7
| | | | |
| | * | | omelasticsearc: milestone, bulk insert basically worksRainer Gerhards2012-05-251-50/+65
| | | | | | | | | | | | | | | | | | | | | | | | | dynamic index&type is not yet used, but easy to add (did not manage to get it in today...)
| | * | | omelasticsearch: test commit, first shot at bulk interfaceRainer Gerhards2012-05-251-11/+85
| | | | | | | | | | | | | | | | | | | | | | | | | This obviously does not work correctly. So expect problems if you set bulkmode="on".
| | * | | omelasticsearch: added transactional interface & better debug outputRainer Gerhards2012-05-241-1/+36
| | | | |
| | * | | omelasticsearch: provide authentication support (UNTESTED)Rainer Gerhards2012-04-251-0/+28
| | | | |
| | * | | Merge branch 'master' into master-elasticsearchRainer Gerhards2012-04-239-25/+56
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c
| | * | | | omelasticsearch: added asnycRepl and timeout config paramsRainer Gerhards2012-04-161-3/+26
| | | | | |
| | * | | | omelasticsearch: permit dynamic index/type parameters (just like dynafile)Rainer Gerhards2012-04-131-16/+107
| | | | | |
| | * | | | imuxsock: mini bugfix: closed fd was tried to close second timeRainer Gerhards2012-04-131-3/+6
| | | | | |
| | * | | | omelasticsearch: moved to v6 config systemRainer Gerhards2012-04-051-35/+91
| | | | | |
* | | | | | imklog: removal of no longer needed config directivesRainer Gerhards2012-06-292-37/+6
| | | | | |
* | | | | | Merge branch 'beta' into master-moduleRainer Gerhards2012-06-291-5/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imklog/imklog.c plugins/imklog/imklog.h
| * | | | | imklog: cleanup of no longer used codeRainer Gerhards2012-06-292-32/+0
| | | | | |
* | | | | | imklog: support for module() global config parameters addedRainer Gerhards2012-06-292-58/+116
| | | | | |
* | | | | | immark: support for module() global config parameters addedRainer Gerhards2012-06-272-4/+67
| | | | | |
* | | | | | imuxsock: support for module() global config parameters addedRainer Gerhards2012-06-271-47/+128
| | | | | |
* | | | | | provide support to dynamically enable/disable legacy conf commandRainer Gerhards2012-06-262-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | most important to prevent clashes with new style settings
* | | | | | imudp: support for module() global config parameters addedRainer Gerhards2012-06-262-64/+71
| | | | | |
* | | | | | impstats: support for module() global config parameters addedRainer Gerhards2012-06-261-25/+103
| | | | | |
* | | | | | omudpspoof: support for module() global config parameters addedRainer Gerhards2012-06-251-6/+132
| | | | | |
* | | | | | omudpspoof: remove actually not existing compresion level paramRainer Gerhards2012-06-251-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to be a copy&paste problem from the initial implementation. The parameter was never documented (how could it have been? ;)), so this causes no problems. In fact, it also did nothing except setting a few never-used variables ;)
* | | | | | omuxsock: support for module() global config parameters addedRainer Gerhards2012-06-251-4/+128
| | | | | |
* | | | | | implemented freeCnf() module interface & fixed some mem leaksRainer Gerhards2012-06-253-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface was actually not present in older versions, even though some modules already used it. The implementation was now done, and not in 6.3/6.4 because the resulting memory leak was ultra-slim and the new interface handling has some potential to seriously break things. Not the kind of thing you want to add in late beta state, if avoidable.