summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* imuxsock: mini bugfix: closed fd was tried to close second timeRainer Gerhards2012-04-131-3/+6
|
* omelasticsearch: moved to v6 config systemRainer Gerhards2012-04-051-35/+91
|
* impstats: added $PStatsJSON directiveRainer Gerhards2012-04-011-1/+6
|
* ommongodb: extended default schemaRainer Gerhards2012-03-301-6/+28
| | | | includes more syslog-specific fields
* ommongodb: now writes a real timestamp into mongoRainer Gerhards2012-03-301-3/+26
|
* omhiredis: improved error reportingBrian Knox2012-03-231-4/+3
|
* omhiredis: error checking changes and code cleanupBrian Knox2012-03-211-40/+36
|
* omhiredis: some more cleanupRainer Gerhards2012-03-211-8/+3
| | | | | - C++ comments to C comment style (some compilers need that) - removed some left-over from the copy template (was even not needed there ;))
* omhiredis: some cleanupRainer Gerhards2012-03-211-4/+4
|
* initial shot at omhiredisBrian Knox2012-03-215-0/+1124
|
* 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.
* 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-171-17/+28
|
* Merge branch 'v6-stable'Rainer Gerhards2012-03-171-0/+3
|\ | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-141-1/+4
| |\
| | * changed statsobj interface and added better docRainer Gerhards2012-03-141-1/+4
| | |
* | | ommongodb: support for v6 config system addedRainer Gerhards2012-03-161-34/+120
| | |
* | | added message property parsesuccess to indicate status of higher level ↵Rainer Gerhards2012-03-153-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | ommongodb: milestone:refactored to use libmongo-clientRainer Gerhards2012-03-122-82/+53
| | | | | | | | | | | | which is waaaaaaay better than the 10gen client driver
* | | ommongodb: made ommongodb compile on current rsyslog versionRainer Gerhards2012-03-072-24/+20
| | |
* | | 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-021-1/+4
|\| | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-021-2/+5
| |\|
| | * 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].
* | | 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-011-2/+2
|\| |
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-011-2/+2
| |\|
| | * bugfix: imklog invalidly computed facility and severityRainer Gerhards2012-03-011-2/+2
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
* | | milestone: parsing audit message almost correctRainer Gerhards2012-02-241-9/+133
| | |
* | | mmaudit: added skeleton (copy of mmjsonparse)Rainer Gerhards2012-02-232-0/+263
| | |
* | | 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-212-0/+255
| | | | | | | | | | | | messages
* | | omsnmp: support for new config system added & some refactoringRainer Gerhards2012-02-081-100/+145
| | |
* | | Merge branch 'v6-stable'Rainer Gerhards2012-02-031-16/+14
|\| |
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-02-031-16/+14
| |\|
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-02-031-16/+14
| | |\
| | | * ommysql: put under ASL 2.0Rainer Gerhards2012-02-031-16/+14
| | | | | | | | | | | | | | | | after getting OK via email from contributor Ariel P. (2012-02-02 22:06 CET)
* | | | upgraded omlibdbi to support the new v6 config formatRainer Gerhards2012-02-021-2/+82
| | | |
* | | | ommysql: added support for v6 config formatRainer Gerhards2012-02-021-0/+98
| | | |
* | | | omsnmp: fixing compile problemRainer Gerhards2012-02-011-3/+2
| | | |
* | | | omgssapi: fix compile errorsRainer Gerhards2012-02-011-9/+2
| | | |