Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | added configuration directive to disable octet-counted framing | Rainer Gerhards | 2012-03-19 | 3 | -3/+8 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ... for imtcp, directive is $InputTCPServerSupportOctetCountedFraming | |||||
| * | | | | | | | | added missing initialization of stats counters | Rainer Gerhards | 2012-03-14 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this was necessary due to refactoring of the stats subsystem ... but should have been done in the first place when this code was written. Thanks to Kaiwang Chen for his analysis of the stats subsystem, which ultimately lead to this patch! | |||||
| * | | | | | | | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-03-14 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h | |||||
| * | | | | | | | added capability to use a local interface IP address as fromhost-ip for imklog | Rainer Gerhards | 2012-03-10 | 1 | -1/+26 | |
| | | | | | | | | ||||||
| * | | | | | | | imuxsock did ignore configured IP if - always used eth0 if one was set ;) | Rainer Gerhards | 2012-03-10 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | bugfix: imudp: only two listeners were activated | Rainer Gerhards | 2012-03-09 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no matter how many were defined. Note that IPv4 and IPv6 count as two! | |||||
| * | | | | | | | added capability to use a local interface IP address as fromhost-ip for imuxsock | Rainer Gerhards | 2012-03-06 | 1 | -5/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new config directives: $IMUXSockLocalIPIF | |||||
| * | | | | | | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-03-05 | 3 | -18/+28 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac | |||||
| * | | | | | | | bugfix: imptcp stats sometimes incorrectly reported socket as IPv6 | Rainer Gerhards | 2012-02-20 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-01-30 | 3 | -31/+35 | |
| |\ \ \ \ \ \ \ | ||||||
* | | | | | | | | | impstats: added $PStatsJSON directive | Rainer Gerhards | 2012-04-01 | 1 | -1/+6 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ommongodb: extended default schema | Rainer Gerhards | 2012-03-30 | 1 | -6/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | includes more syslog-specific fields | |||||
* | | | | | | | | | ommongodb: now writes a real timestamp into mongo | Rainer Gerhards | 2012-03-30 | 1 | -3/+26 | |
| | | | | | | | | | ||||||
* | | | | | | | | | omhiredis: improved error reporting | Brian Knox | 2012-03-23 | 1 | -4/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | omhiredis: error checking changes and code cleanup | Brian Knox | 2012-03-21 | 1 | -40/+36 | |
| | | | | | | | | | ||||||
* | | | | | | | | | omhiredis: some more cleanup | Rainer Gerhards | 2012-03-21 | 1 | -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 cleanup | Rainer Gerhards | 2012-03-21 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
* | | | | | | | | | initial shot at omhiredis | Brian Knox | 2012-03-21 | 5 | -0/+1124 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ommongodb: working on error reporting | Rainer Gerhards | 2012-03-20 | 1 | -5/+10 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ommongodb: basic error reporting | Rainer Gerhards | 2012-03-20 | 2 | -6/+25 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ommongodb: support for lumberjack base schema | Rainer Gerhards | 2012-03-19 | 1 | -16/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... as far as I currently see the mapping ;) | |||||
* | | | | | | | | | ommongodb: moved over to MSG based interface | Rainer Gerhards | 2012-03-19 | 1 | -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: cleanup | Rainer Gerhards | 2012-03-18 | 1 | -47/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ommongodb: moved field set a bit towards CEE | Brian Knox | 2012-03-18 | 2 | -8/+8 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ommongodb: honor db and collection config parameters | Rainer Gerhards | 2012-03-17 | 1 | -17/+28 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'v6-stable' | Rainer Gerhards | 2012-03-17 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h | |||||
| * | | | | | | | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-14 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | * | | | | | | | changed statsobj interface and added better doc | Rainer Gerhards | 2012-03-14 | 1 | -1/+4 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
* | | | | | | | | ommongodb: support for v6 config system added | Rainer Gerhards | 2012-03-16 | 1 | -34/+120 | |
| | | | | | | | | ||||||
* | | | | | | | | added message property parsesuccess to indicate status of higher level ↵ | Rainer Gerhards | 2012-03-15 | 3 | -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-client | Rainer Gerhards | 2012-03-12 | 2 | -82/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which is waaaaaaay better than the 10gen client driver | |||||
* | | | | | | | | ommongodb: made ommongodb compile on current rsyslog version | Rainer Gerhards | 2012-03-07 | 2 | -24/+20 | |
| | | | | | | | | ||||||
* | | | | | | | | ommongodb: adding ASL 2.0 license header | Rainer Gerhards | 2012-03-07 | 1 | -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 logs | Rainer Gerhards | 2012-03-02 | 1 | -2/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | mmauditd: moved to changed libee 0.4.2 API | Rainer Gerhards | 2012-03-02 | 1 | -6/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'v6-stable' | Rainer Gerhards | 2012-03-02 | 1 | -1/+4 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c | |||||
| * | | | | | | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-02 | 1 | -2/+5 | |
| |\| | | | | | | ||||||
| | * | | | | | | Fix for "/run/systemd/journal/syslog" detection | Marius Tomaschewski | 2012-03-02 | 1 | -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 Gerhards | 2012-03-01 | 1 | -65/+6 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v6-stable' | Rainer Gerhards | 2012-03-01 | 1 | -0/+68 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c | |||||
| * | | | | | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-01 | 1 | -0/+9 | |
| |\| | | | | | ||||||
| | * | | | | | Detect if to use /run/systemd/journal/syslog under systemd | Marius Tomaschewski | 2012-03-01 | 1 | -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 Gerhards | 2012-03-01 | 1 | -2/+2 | |
|\| | | | | | ||||||
| * | | | | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-01 | 1 | -2/+2 | |
| |\| | | | | ||||||
| | * | | | | bugfix: imklog invalidly computed facility and severity | Rainer Gerhards | 2012-03-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313 | |||||
* | | | | | | milestone: parsing audit message almost correct | Rainer Gerhards | 2012-02-24 | 1 | -9/+133 | |
| | | | | | | ||||||
* | | | | | | mmaudit: added skeleton (copy of mmjsonparse) | Rainer Gerhards | 2012-02-23 | 2 | -0/+263 | |
| | | | | | | ||||||
* | | | | | | 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 | |||||
* | | | | | | omsnmp: support for new config system added & some refactoring | Rainer Gerhards | 2012-02-08 | 1 | -100/+145 | |
| | | | | | |