summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* adapted Mirek's changes to new JSON passing modeRainer Gerhards2012-08-291-3/+0
| | | | | now the complete code (JSON passing & ommongodb) could be tested and passed the module tests made during development
* Add template support: parse text, convert to BSONMiloslav Trmač2012-08-291-4/+3
| | | | | | | | | | | | | | | | | | | | | Uses a json-c library (http://oss.metaparadigm.com/json-c/). With this, a template > $template MongoTemplate,"{%hostname:::jsonf:sys%, %$!all-json:2:$:%" and action > & action(type="ommongodb" db="ceelog" collection="local" template="MongoTemplate") will store a record created by > logger -d -u p/dev/log -p mail.info -t mymailer '@cee: {"false": false, "null": null, "true": true, "object": {"a":"a", "b":"b"}, "array": [1, 2, 3], "number1": 3, "number2": 3.14, "string": "String"}' as > { "_id" : ObjectId("5037bbfc97dd811374ce5a00"), "sys" : "kulicka", "false" : "false", "null" : "-", "true" : "true", "object.a" : "a", "object.b" : "b", "array.*" : "3", "number1" : "3", "number2" : "3.140000", "string" : "String" } which is not great, but fair enough given the current design of libee (the information loss manifests by the time of template processing, ommongodb can't fix it). Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* Merge branch 'master-jsonc' into master-jsonpassingRainer Gerhards2012-08-291-2/+5
|\
| * add json-c to build systemRainer Gerhards2012-08-261-2/+5
| |
* | add uuid property to message objectJérôme Renard2012-08-261-0/+15
|/
* Merge branch 'beta'Andre Lorbach2012-06-281-1/+1
|\
| * Merge branch 'v6-stable' into betaCharlie Root2012-06-281-1/+1
| |\
| | * Added dragonfly to configure.acBartosz Kuzma2012-06-271-1/+1
| | |
| | * preparing for 6.2.2 releasev6.2.2Rainer Gerhards2012-06-131-1/+1
| | |
| * | preparing for 6.3.11v6.3.11Rainer Gerhards2012-06-181-1/+1
| | |
* | | Merge branch 'beta'Rainer Gerhards2012-06-041-10/+14
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | bugfix: made rsyslog compile when libestr ist not installed in /usrv6.3.10Rainer Gerhards2012-06-041-2/+6
| | | | | | | | | | | | Thanks to Miloslav Trmač for providing patches and suggestions
| * | preparing for 6.3.10Rainer Gerhards2012-06-041-1/+1
| | |
| * | Merge branch 'v6-stable' into betaRainer Gerhards2012-06-041-7/+7
| |\|
| | * bugfix: --enable-smcustbindcdr configure directive did not workUltrabug2012-06-041-7/+7
| | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=330 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * preparing for 6.2.1v6.2.1Rainer Gerhards2012-05-101-1/+1
| | |
* | | Merge branch 'master-zmq'Rainer Gerhards2012-06-011-0/+42
|\ \ \
| * | | added new-style zeromq plugins, based on czmq api and rsyslog v6 confDavid Kelly2012-05-291-0/+42
| | | |
* | | | imrelp now supports non-cancel thread terminationRainer Gerhards2012-05-311-1/+1
|/ / / | | | | | | | | | (but now requires at least librelp 1.0.1)
* / / added --enable-debugless configure option for very high demanding environmentsRainer Gerhards2012-05-291-1/+18
|/ / | | | | | | | | This actually at compile time disables a lot of debug code, resulting in some speedup (but serious loss of debugging capabilities)
* | preparing for 6.3.9 (beta) releasev6.3.9Rainer Gerhards2012-05-221-1/+1
| |
* | Merge branch 'v6-stable'Rainer Gerhards2012-05-031-0/+16
|\| | | | | | | | | Conflicts: tools/syslogd.c
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-05-031-0/+16
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * preparing for 5.8.11 releasev5.8.11Rainer Gerhards2012-05-031-1/+1
| | |
| | * ommysql: added support for new mysql_library_[init/exit]Rainer Gerhards2012-05-031-0/+16
| | |
| | * preparing for 5.8.10v5.8.10Rainer Gerhards2012-04-071-1/+1
| | |
| | * preparing for 5.8.9v5.8.9Rainer Gerhards2012-03-151-1/+1
| | |
| | * preparing for 5.8.8v5.8.8Rainer Gerhards2012-03-051-1/+1
| | |
| | * undoing last commit: wrong branchRainer Gerhards2012-01-301-1/+1
| | |
| | * indicated special versionRainer Gerhards2012-01-301-1/+1
| | |
| * | begin preparing for v6-stableRainer Gerhards2012-01-091-1/+1
| | |
| * | preparing for 6.1.12 releasev6.1.12Rainer Gerhards2011-08-311-1/+1
| | |
| * | preparing for 6.1.11v6.1.11Rainer Gerhards2011-07-111-1/+1
| | |
* | | Merge branch 'v5-beta'Rainer Gerhards2012-04-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c tools/syslogd.c
| * | | preparing for 5.9.6v5.9.6Rainer Gerhards2012-04-121-1/+1
| | | |
| * | | preparing for 5.9.6v5.9.5Rainer Gerhards2012-01-271-1/+1
| | | |
* | | | initial shot at omhiredisBrian Knox2012-03-211-0/+22
| | | |
* | | | ommongodb: milestone:refactored to use libmongo-clientRainer Gerhards2012-03-121-1/+6
| | | | | | | | | | | | | | | | which is waaaaaaay better than the 10gen client driver
* | | | build system: fully integrating ommongodbRainer Gerhards2012-03-071-0/+1
| | | |
* | | | 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-281-1/+1
| | | |
* | | | mmaudit: added skeleton (copy of mmjsonparse)Rainer Gerhards2012-02-231-0/+19
| | | |
* | | | added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵Rainer Gerhards2012-02-211-1/+19
| | | | | | | | | | | | | | | | messages
* | | | dns cache: working on invalid resolution bug, againRainer Gerhards2012-02-091-1/+1
| | | | | | | | | | | | | | | | the proposed solution did not work out well...
* | | | preparing for 6.3.7Rainer Gerhards2012-01-311-1/+1
| | | |
* | | | cleanup: remove omdbalertingRainer Gerhards2012-01-271-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | someone claimed to write a module with this functionality, if a template were provided. And indeed, it was provided but never anything happend (at least nothing was contributed back...). Removing this silly template now. If someone really intends to take up on it, get a copy from older git versions.
* | | | Merge branch 'v5-devel' & fix bug in BSD imklog driverRainer Gerhards2012-01-231-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imklog/ksym.c plugins/imklog/linux.c
| * | | refactored imklog linux driver, now combined with BSD driverRainer Gerhards2012-01-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Linux driver no longer supports outdated kernel symbol resolution, which was disabled by default for very long. Also overall cleanup, resulting in much smaller code. Linux and BSD are now covered by a single small driver.
* | | | Merge branch 'v5-devel' into masterRainer Gerhards2012-01-181-0/+36
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html plugins/imptcp/imptcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/parser.c template.c tools/omfwd.c tools/syslogd.c
| * | | Merge branch 'v5-stable-elasticsearch' into v5-devel-tmpRainer Gerhards2012-01-171-0/+36
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c