summaryrefslogtreecommitdiffstats
path: root/plugins/mmnormalize
Commit message (Collapse)AuthorAgeFilesLines
* remove compiler warningRainer Gerhards2013-11-281-1/+1
|
* mmnormalize: no longer need to duplicate msg text for liblognormRainer Gerhards2013-11-251-8/+1
| | | | | as liblognorm's interface has been changed to support traditional C strings
* Allow path parameter to place normalized fields as subtreePavel Levshin2013-11-251-1/+24
|
* Rewrite mmnormalize to use liblognorm 0.4.0 with JSON interfacePavel Levshin2013-11-252-37/+7
| | | | | | Conflicts: plugins/mmnormalize/mmnormalize.c
* mmnormalize: convert to v8 omod interfaceRainer Gerhards2013-11-091-3/+18
|
* bugfix: memory leak in mmnormalizeRainer Gerhards2013-10-101-0/+1
|
* make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-031-1/+1
|
* 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
* | bugfix[minor]: invalid error code when mmnormalize could not access rulebaseRainer Gerhards2012-11-301-3/+3
| |
* | bugfix: mmnormalize could abort rsyslog if config parameter was in errorRainer Gerhards2012-11-281-1/+5
| |
* | Merge branch 'v7-stable'Rainer Gerhards2012-11-281-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 Gerhards2012-11-281-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 problemsRainer Gerhards2012-11-271-6/+3
| |
* | Merge branch 'v7-stable'Rainer Gerhards2012-11-011-1/+1
|\|
| * Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-11-011-1/+1
| |\
| | * bugfix: misaddressing of $mmnormalizeuserawmsg parameterRainer Gerhards2012-11-011-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 addedRainer Gerhards2012-11-011-29/+145
|/ /
* / mmnormalize: switched to new JSON systemRainer Gerhards2012-08-271-12/+24
|/ | | | Warning: so far untested
* added message property parsesuccess to indicate status of higher level ↵Rainer Gerhards2012-03-151-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 pluginsRainer Gerhards2012-01-191-3/+2
|
* Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-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 Gerhards2012-01-191-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 namesRainer Gerhards2011-07-201-0/+1
| |
* | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-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 systemRainer Gerhards2011-04-191-1/+1
|/
* added log classification capabilities (via mmnormalize & tags)Rainer Gerhards2011-04-131-3/+3
|
* Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
| | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
* Merge branch 'lognorm' + some doc addedRainer Gerhards2010-12-131-12/+12
| | | | | Conflicts: ChangeLog
* milestone: added support for CEE-properties in property-based filtersRainer Gerhards2010-12-011-3/+3
|
* milestone: template supports CEE output via %$!all-json%Rainer Gerhards2010-12-011-1/+1
|
* mmnormalize loads & runs (basic testing done)Rainer Gerhards2010-12-012-2/+14
|
* milestone: added mmnormalize (compiles, but untested)Rainer Gerhards2010-12-012-0/+269