summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* initial shot at omhiredisBrian Knox2012-03-218-0/+1151
|
* ommongodb: working on error reportingRainer Gerhards2012-03-201-5/+10
|
* ommongodb: basic error reportingRainer Gerhards2012-03-202-6/+25
|
* ommongodb: support for lumberjack base schemaRainer Gerhards2012-03-191-16/+39
| | | | ... as far as I currently see the mapping ;)
* ommongodb: moved over to MSG based interfaceRainer Gerhards2012-03-191-20/+45
| | | | | | | Access to the message permits us to do "the right thing" when it comes to populating the lumberjack schema. Support for custom templates will be added as soon as the template system is ready to properly support name/value passing.
* action cfg: do no longer require template for TPL_AS_MSG passing modeRainer Gerhards2012-03-192-2/+3
|
* ommongodb: cleanupRainer Gerhards2012-03-181-47/+5
|
* ommongodb: moved field set a bit towards CEEBrian Knox2012-03-182-8/+8
|
* ommongodb: honor db and collection config parametersRainer Gerhards2012-03-172-17/+29
|
* Merge branch 'v6-stable'Rainer Gerhards2012-03-173-2/+216
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-174-4/+219
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * bugfix: memory leak in array passing output module modeRainer Gerhards2012-03-172-2/+6
| | |
| | * preparing for 5.8.9v5.8.9Rainer Gerhards2012-03-153-3/+3
| | |
| | * added tool to recover disk queue if .qi file is missing (recover_qi.pl)Kaiwang Chen2012-03-153-1/+211
| | |
* | | bugfix: memory leak in array passing output module modeRainer Gerhards2012-03-172-2/+4
| | |
* | | Merge branch 'v6-stable'Rainer Gerhards2012-03-176-38/+66
|\| | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-146-39/+67
| |\|
| | * changed statsobj interface and added better docRainer Gerhards2012-03-146-39/+67
| | |
* | | ommongodb: support for v6 config system addedRainer Gerhards2012-03-161-34/+120
| | |
* | | added "json" property replacer optionRainer Gerhards2012-03-165-5/+137
| | |
* | | added message property parsesuccess to indicate status of higher level ↵Rainer Gerhards2012-03-158-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | Merge branch 'v6-stable'Rainer Gerhards2012-03-124-2/+18
|\| | | | | | | | | | | | | | Conflicts: runtime/queue.c
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-124-3/+18
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * bugfix: stopped DA queue was never processed after a restartRainer Gerhards2012-03-124-2/+15
| | | | | | | | | | | | ...due to a regression from statistics module.
| | * preparing for 5.8.8v5.8.8Rainer Gerhards2012-03-053-3/+3
| | |
* | | ommongodb: milestone:refactored to use libmongo-clientRainer Gerhards2012-03-123-83/+59
| | | | | | | | | | | | which is waaaaaaay better than the 10gen client driver
* | | ommongodb: made ommongodb compile on current rsyslog versionRainer Gerhards2012-03-072-24/+20
| | |
* | | build system: fully integrating ommongodbRainer Gerhards2012-03-072-0/+5
| | |
* | | ommongodb: adding ASL 2.0 license headerRainer Gerhards2012-03-071-0/+21
| | | | | | | | | | | | | | | after clarifying and receiving permission to do so with original contributor Victor Pereira (email exchange on 2011-02-22)
* | | milestone: properly parsing raw audit logsRainer Gerhards2012-03-021-2/+13
| | |
* | | mmauditd: moved to changed libee 0.4.2 APIRainer Gerhards2012-03-021-6/+3
| | |
* | | Merge branch 'v6-stable'Rainer Gerhards2012-03-022-1/+5
|\| | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-022-2/+6
| |\|
| | * Fix for "/run/systemd/journal/syslog" detectionMarius Tomaschewski2012-03-021-2/+5
| | | | | | | | | | | | | | | Changed to check "/run/systemd/journal" directory and not the socket, as the socket may not exists [e.g. is not activated].
| | * Install syslog.service Alias for newer systemd versionsMichael Biebl2012-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the syslog.socket unit file of newer systemd versions: The default syslog implementation should make syslog.service a symlink to itself, so that this socket activates the right actual syslog service. Examples: /etc/systemd/system/syslog.service -> /lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service -> /lib/systemd/system/syslog-ng.service Best way to achieve that is by adding this to your unit file (i.e. to rsyslog.service or syslog-ng.service): [Install] Alias=syslog.service http://cgit.freedesktop.org/systemd/systemd/tree/units/syslog.socket#n26
* | | screwed up during merge - solving that mess ;)Rainer Gerhards2012-03-011-65/+6
| | |
* | | Merge branch 'v6-stable'Rainer Gerhards2012-03-011-0/+68
|\| | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-011-0/+9
| |\|
| | * Detect if to use /run/systemd/journal/syslog under systemdMarius Tomaschewski2012-03-011-0/+9
| | | | | | | | | | | | | | | | | | | | | Detect if we have to use the new /run/systemd/journal/syslog socket instead of the /dev/log under newer systemd versions. Signed-off-by: Marius Tomaschewski <mt@suse.com>
* | | Merge branch 'v6-stable'Rainer Gerhards2012-03-012-2/+6
|\| |
| * | mentioned imported bugfix in ChangeLogRainer Gerhards2012-03-011-0/+2
| | |
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-012-2/+4
| |\|
| | * bugfix: imklog invalidly computed facility and severityRainer Gerhards2012-03-012-2/+4
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
* | | new code works with libee 0.4.0 as wellRainer Gerhards2012-03-011-1/+1
| | | | | | | | | | | | so we do not need to require the newer version
* | | changes needed for libee 0.4.2Rainer Gerhards2012-02-282-2/+2
| | |
* | | milestone: parsing audit message almost correctRainer Gerhards2012-02-241-9/+133
| | |
* | | mmaudit: added skeleton (copy of mmjsonparse)Rainer Gerhards2012-02-234-0/+286
| | |
* | | mmjsonparse: changed cookie back to @cee: after discussion with BalabitRainer Gerhards2012-02-221-1/+1
| | |
* | | added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵Rainer Gerhards2012-02-215-3/+282
| | | | | | | | | | | | messages
* | | bugfix: property $!all-json made rsyslog abort if no normalized data is ↵Rainer Gerhards2012-02-212-4/+13
| | | | | | | | | | | | available