Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove compiler warning | Rainer Gerhards | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | mmnormalize: no longer need to duplicate msg text for liblognorm | Rainer Gerhards | 2013-11-25 | 1 | -8/+1 |
| | | | | | as liblognorm's interface has been changed to support traditional C strings | ||||
* | Allow path parameter to place normalized fields as subtree | Pavel Levshin | 2013-11-25 | 1 | -1/+24 |
| | |||||
* | Rewrite mmnormalize to use liblognorm 0.4.0 with JSON interface | Pavel Levshin | 2013-11-25 | 2 | -37/+7 |
| | | | | | | Conflicts: plugins/mmnormalize/mmnormalize.c | ||||
* | mmnormalize: convert to v8 omod interface | Rainer Gerhards | 2013-11-09 | 1 | -3/+18 |
| | |||||
* | bugfix: memory leak in mmnormalize | Rainer Gerhards | 2013-10-10 | 1 | -0/+1 |
| | |||||
* | make rsyslog use the new json-c pkgconfig file if available | hwoarang | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2013-03-20 | 1 | -1/+1 |
|\ | |||||
| * | bugfix: $mmnormalizeuseramsg paramter was specified with wrong type | Rainer Gerhards | 2013-03-20 | 1 | -1/+1 |
| | | | | | | | | | | Thanks to Renzhong Zhang for alerting us of the problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=420 | ||||
* | | bugfix[minor]: invalid error code when mmnormalize could not access rulebase | Rainer Gerhards | 2012-11-30 | 1 | -3/+3 |
| | | |||||
* | | bugfix: mmnormalize could abort rsyslog if config parameter was in error | Rainer Gerhards | 2012-11-28 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-28 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | Conflicts: doc/imptcp.html plugins/mmjsonparse/mmjsonparse.c plugins/mmnormalize/mmnormalize.c | ||||
| * | bugfix: modules not (yet) supporting new conf format were not properly ↵ | Rainer Gerhards | 2012-11-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | registered This lead to a "module not found" error message instead of the to-be-expected "module does not support new style" error message. That invalid error message could be quite misleading and actually stop people from addressing the real problem (aka "go nuts" ;)) | ||||
* | | bugfix: mmnormalize build problems | Rainer Gerhards | 2012-11-27 | 1 | -6/+3 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-01 | 1 | -1/+1 |
|\| | |||||
| * | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-01 | 1 | -1/+1 |
| |\ | |||||
| | * | bugfix: misaddressing of $mmnormalizeuserawmsg parameter | Rainer Gerhards | 2012-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | On many platforms, this has no effect at all. At some, it may cause a segfault. The problem occurs only during config phase, no segfault happens when rsyslog has fully started. | ||||
* | | | mmnormalize: support for v6+ config interface added | Rainer Gerhards | 2012-11-01 | 1 | -29/+145 |
|/ / | |||||
* / | mmnormalize: switched to new JSON system | Rainer Gerhards | 2012-08-27 | 1 | -12/+24 |
|/ | | | | Warning: so far untested | ||||
* | added message property parsesuccess to indicate status of higher level ↵ | Rainer Gerhards | 2012-03-15 | 1 | -0/+3 |
| | | | | | | | | parser run added message property parsesuccess to indicate if the last run higher-level parser could successfully parse the message or not (see property replacer html doc for details) | ||||
* | v6.1/2 scoping support removed from plugins | Rainer Gerhards | 2012-01-19 | 1 | -3/+2 |
| | |||||
* | Merge branch 'v6-stable-noscoping' into master | Rainer Gerhards | 2012-01-19 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c | ||||
| * | undoing v6.1 config scoping interface, part II (now finished) | Rainer Gerhards | 2012-01-19 | 1 | -3/+3 |
| | | | | | | | | | | | | This concludes the removal of the new scoping interface, at least as far as pre v6-plugins are affected. Full code cleanup will happen in the v6.3 branch. | ||||
* | | milestone: added module config names | Rainer Gerhards | 2011-07-20 | 1 | -0/+1 |
| | | |||||
* | | renaming conf.* wasn't a good idea -- undoing | Rainer Gerhards | 2011-04-19 | 1 | -1/+1 |
| | | | | | | | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2". | ||||
* | | renamed conf.c to legacyconf.c to make room for new config system | Rainer Gerhards | 2011-04-19 | 1 | -1/+1 |
|/ | |||||
* | added log classification capabilities (via mmnormalize & tags) | Rainer Gerhards | 2011-04-13 | 1 | -3/+3 |
| | |||||
* | Merge branch 'v5-beta' | Rainer Gerhards | 2011-03-11 | 1 | -0/+1 |
| | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh | ||||
* | Merge branch 'lognorm' + some doc added | Rainer Gerhards | 2010-12-13 | 1 | -12/+12 |
| | | | | | Conflicts: ChangeLog | ||||
* | milestone: added support for CEE-properties in property-based filters | Rainer Gerhards | 2010-12-01 | 1 | -3/+3 |
| | |||||
* | milestone: template supports CEE output via %$!all-json% | Rainer Gerhards | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | mmnormalize loads & runs (basic testing done) | Rainer Gerhards | 2010-12-01 | 2 | -2/+14 |
| | |||||
* | milestone: added mmnormalize (compiles, but untested) | Rainer Gerhards | 2010-12-01 | 2 | -0/+269 |