Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mmjsonparse: support v8 omod interface | Rainer Gerhards | 2013-11-11 | 1 | -15/+30 |
| | |||||
* | make rsyslog use the new json-c pkgconfig file if available | hwoarang | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Remove redundat cflags and links to libraries | Tomas Heinrich | 2013-05-20 | 1 | -2/+2 |
| | | | | | This prevents linking with libee, liblognorm and libgcrypt when not necessary. | ||||
* | Don't #include libestr and libee headers when not necessary | Tomas Heinrich | 2013-05-20 | 1 | -1/+0 |
| | | | | | Through msg.h, many unrelated components needlessly required LIBEE_CFLAGS. | ||||
* | bugfix: mmjsonparse segfault if new-style config was used | Rainer Gerhards | 2013-01-30 | 1 | -11/+11 |
| | |||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2013-01-08 | 1 | -0/+1 |
|\ | |||||
| * | bugfix: mmjsonparse errornously returned action error when no CEE cookie was ↵ | Rainer Gerhards | 2013-01-08 | 1 | -0/+1 |
| | | | | | | | | present. | ||||
* | | 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" ;)) | ||||
* | | mmjsonparse: support for v6+ config interface added | Rainer Gerhards | 2012-11-01 | 1 | -5/+46 |
|/ | |||||
* | Don't require the trailing space in @cee: cookie | Miloslav Trmač | 2012-10-11 | 1 | -1/+1 |
| | | | | | | The only mention of @cee: in the Lumberjack pages, https://fedorahosted.org/lumberjack/wiki/FieldList doesn't have a space, and libumberlog does not in fact generate one. | ||||
* | get rid of compiler warning | Rainer Gerhards | 2012-10-02 | 1 | -4/+0 |
| | |||||
* | cleanup | Rainer Gerhards | 2012-10-02 | 1 | -3/+0 |
| | |||||
* | mmjsonparse: also add MSG part of message if CEE-parsing fails | Rainer Gerhards | 2012-10-02 | 1 | -10/+10 |
| | | | | | | | In that case, the CEE/lumberjack spec says MSG is NON-CEE and must be treated accordingly. This means no JSON parsing happens. The case is equal to missing CEE cookie. Also adapted module to new interfaces provided by msg object. | ||||
* | Change mmjsonparse so non-json messages doesn't get lost from ceelog | Milan Bartos | 2012-10-02 | 1 | -0/+9 |
| | | | | modified: mmjsonparse.c | ||||
* | minor cleanup | Rainer Gerhards | 2012-08-27 | 1 | -14/+0 |
| | |||||
* | milestone: first PoC for hierarchical data inside msg | Rainer Gerhards | 2012-08-27 | 1 | -23/+54 |
| | |||||
* | 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) | ||||
* | mmjsonparse: changed cookie back to @cee: after discussion with Balabit | Rainer Gerhards | 2012-02-22 | 1 | -1/+1 |
| | |||||
* | added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵ | Rainer Gerhards | 2012-02-21 | 2 | -0/+255 |
messages |