Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added capability to specify substrings for field extraction mode | Rainer Gerhards | 2012-04-26 | 1 | -55/+57 |
| | |||||
* | added the "jsonf" property replacer option (and fieldname) & bugfix | Rainer Gerhards | 2012-04-19 | 1 | -37/+93 |
| | | | | | bugfix: property replacer option "json" could lead to content loss message was truncated if escaping was necessary | ||||
* | Merge branch 'v6-stable' | Rainer Gerhards | 2012-04-18 | 1 | -0/+42 |
|\ | | | | | | | | | | | | | Conflicts: runtime/msg.c runtime/ruleset.c runtime/ruleset.h | ||||
| * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-04-18 | 1 | -3/+21 |
| |\ | |||||
| | * | fixed compile bug | Rainer Gerhards | 2012-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | actually a regression from last bugfix - I just wonder why the other machine did not complain :-S | ||||
| | * | bugfix: assigned ruleset was lost when using disk queues | Rainer Gerhards | 2012-04-18 | 1 | -3/+21 |
| | | | | | | | | | | | | | | | | | | This looked quite hard to diagnose for disk-assisted queues, as the pure memory part worked well, but ruleset info was lost for messages stored inside the disk queue. | ||||
| * | | Add a system property, PROP_SYS_UPTIME, to place up-time markers into ↵ | Steven A. Falco | 2012-04-13 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rsyslog output. Here is an example template, where this is used: $template CoincidentFileFormat,"[UP=%$uptime%sec] %TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n" and here is an example line of output using the above template: [UP=20sec] Apr 12 21:50:00 atom kernel: imklog 5.8.7, log source = /proc/kmsg started. | ||||
* | | | added "date-unixtimestamp" property replacer option to format as a unix ↵ | Rainer Gerhards | 2012-03-29 | 1 | -0/+16 |
| | | | | | | | | | | | | timestamp | ||||
* | | | added "json" property replacer option | Rainer Gerhards | 2012-03-16 | 1 | -2/+110 |
| | | | |||||
* | | | added message property parsesuccess to indicate status of higher level ↵ | Rainer Gerhards | 2012-03-15 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | | changes needed for libee 0.4.2 | Rainer Gerhards | 2012-02-28 | 1 | -1/+1 |
| | | | |||||
* | | | bugfix: property $!all-json made rsyslog abort if no normalized data is ↵ | Rainer Gerhards | 2012-02-21 | 1 | -4/+11 |
| | | | | | | | | | | | | available | ||||
* | | | dns cache: working on invalid resolution bug, again | Rainer Gerhards | 2012-02-09 | 1 | -1/+2 |
| | | | | | | | | | | | | the proposed solution did not work out well... | ||||
* | | | Merge branch 'v6-stable' | Rainer Gerhards | 2012-01-09 | 1 | -5/+5 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-01-09 | 1 | -5/+5 |
| |\| | |||||
| | * | bugfix: instabilities when using RFC5424 header fields | Kaiwang Chen | 2012-01-09 | 1 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-12-19 | 1 | -4/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c | ||||
| * | | | better performance for action stats & cleanup: removing debug prints | Rainer Gerhards | 2011-12-19 | 1 | -4/+0 |
| | |/ | |/| | |||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2011-10-27 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/v6compatibility.html | ||||
| * | | bugfix (kind of): removed numerical part from pri-text | Rainer Gerhards | 2011-10-21 | 1 | -2/+2 |
| | | | | | | | | | | | | see v6 compatibility document for reasons | ||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2011-10-17 | 1 | -7/+45 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-10-13 | 1 | -7/+45 |
| |\| | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | bugfix: race condition when extracting structured data and PROCID | Rainer Gerhards | 2011-10-13 | 1 | -3/+21 |
| | | | | | | | | | | | | same issue as previous commit for PROGNAME and APPNAME | ||||
| | * | bugfix: race condition when extracting program name and APPNAME | Rainer Gerhards | 2011-10-13 | 1 | -4/+24 |
| | | | | | | | | | | | | could lead to invalid characters e.g. in dynamic file names | ||||
| * | | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-09-26 | 1 | -1/+0 |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
* | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-09-26 | 1 | -1/+0 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/conf.c tools/omfile.c tools/omusrmsg.c | ||||
| * | | bugfix: omfile returns fatal error code for things that go really wrong | Rainer Gerhards | 2011-09-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | previously, RS_RET_RESUME was returned, which lead to a loop inside the rule engine as omfile could not really recover. | ||||
* | | | Merge branch 'beta' | Andre Lorbach | 2011-08-18 | 1 | -2/+10 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: runtime/queue.c | ||||
| * | | Merge branch 'v5-stable' into beta | Andre Lorbach | 2011-08-18 | 1 | -2/+10 |
| |\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac | ||||
| | * | Added debug output into message parsers needed for bugtracking | Andre Lorbach | 2011-08-12 | 1 | -0/+5 |
| | | | | | | | | | | | | Changed version to 5.8.5-pre1 | ||||
| | * | bugfixes for tag emulation | Rainer Gerhards | 2011-08-11 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | - bugfix: potential hang condition during tag emulation - bugfix: too-early string termination during tag emulation | ||||
* | | | Merge branch 'beta' | Andre Lorbach | 2011-08-11 | 1 | -1/+1 |
|\| | | |||||
| * | | Merge branch 'v5-stable' into beta | Andre Lorbach | 2011-08-11 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | Fixed BUG in MsgDup (msg.c), the NULL Byte was not copied for the SyslogTag | Andre Lorbach | 2011-08-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The syslogtag of the duplicated message could get contain garbage at the end as the string terminating NULL Byte was missing. | ||||
| * | | Merge branch 'v5-stable' into beta | Andre Lorbach | 2011-08-10 | 1 | -3/+10 |
| |\| | |||||
* | | | Merge branch 'v5-stable' | Andre Lorbach | 2011-08-10 | 1 | -3/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'v5-stable-msgidfix' into v5-stable | Andre Lorbach | 2011-08-10 | 1 | -3/+10 |
| |\ \ | |||||
| | * | | Cosmetic change | Andre Lorbach | 2011-07-27 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fixed a stupid return bug introduced by the last commit | Andre Lorbach | 2011-07-27 | 1 | -1/+2 |
| | | | | |||||
| | * | | Experimentally added mutex lock in getMSGID in order to fix bug 275. | Andre Lorbach | 2011-07-26 | 1 | -3/+9 |
| | | | | |||||
* | | | | Merge branch 'beta' | Andre Lorbach | 2011-08-05 | 1 | -7/+9 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h | ||||
| * | | | Merge branch 'v5-stable' into beta | Andre Lorbach | 2011-08-05 | 1 | -7/+9 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | bugfix: potential misadressing in property replacer | Andre Lorbach | 2011-08-05 | 1 | -7/+9 |
| | |/ | |||||
* | | | some more cleanup | Rainer Gerhards | 2011-07-15 | 1 | -44/+0 |
| | | | | | | | | | | | | preparing for a new, higher performance, variant object type | ||||
* | | | even more cleanup ;) | Rainer Gerhards | 2011-07-11 | 1 | -99/+0 |
| | | | |||||
* | | | cosmetic updates | Rainer Gerhards | 2011-07-08 | 1 | -4/+2 |
| | | | |||||
* | | | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee) | Rainer Gerhards | 2011-07-08 | 1 | -0/+42 |
| | | | |||||
* | | | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings | Rainer Gerhards | 2011-07-07 | 1 | -7/+48 |
|/ / | |||||
* | | added log classification capabilities (via mmnormalize & tags) | Rainer Gerhards | 2011-04-13 | 1 | -16/+13 |
| | | |||||
* | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-04-12 | 1 | -115/+117 |
|\| | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html plugins/imtcp/imtcp.c |