Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add compatibility library | Rainer Gerhards | 2013-01-09 | 1 | -1/+2 |
| | | | | | | Conflicts: configure.ac | ||||
* | remove no longer necessary configure test for sysinfo() | Rainer Gerhards | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Check that sysinfo(2) can return uptime | Martin Carpenter | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | prepare for 7.2.5 releasev7.2.5 | Rainer Gerhards | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | build: link omelasticsearch against -lm | Michael Biebl | 2012-12-13 | 1 | -0/+1 |
| | | | | Use LT_LIB_M to find the math library which is needed for pow(). | ||||
* | build: drop obsolete --enable-pthreads configure switch | Michael Biebl | 2012-12-13 | 1 | -18/+2 |
| | | | | Building without pthreads support hasn't been support for a while. | ||||
* | build: fix uuid configure check | Michael Biebl | 2012-12-13 | 1 | -3/+3 |
| | |||||
* | prepare for 7.2.4v7.2.4 | Rainer Gerhards | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | prepare for 7.2.3 releasev7.2.3 | Rainer Gerhards | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | prepare 7.2.2 releasev7.2.2 | Rainer Gerhards | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | bugfix: make rsyslog compile on kfreebsd again | Guillem Jover | 2012-11-14 | 1 | -1/+1 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=380 | ||||
* | cleanup: remove no longer needed configure setting | Rainer Gerhards | 2012-11-09 | 1 | -21/+0 |
| | |||||
* | enabled to build without libuuid, at loss of uuid functionality | Rainer Gerhards | 2012-11-09 | 1 | -1/+18 |
| | | | | | | this enables smoother builds on older systems that do not support libuuid. Loss of functionality should usually not matter too much as uuid support has only recently been added and is very seldom used. | ||||
* | prepare for 7.2.1 releasev7.2.1 | Rainer Gerhards | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | prepare for 7.20 stable release & minor thingsv7.2.0 | Rainer Gerhards | 2012-10-22 | 1 | -1/+1 |
| | | | | | | The most important real code chane is the initialization of the epoll control set. This should just be cosmetic (valgrind warnings), as all data we actually use already was properly initialized. | ||||
* | preparing for 7.1.12 releasev7.1.12 | Rainer Gerhards | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | build: Remove vestiges of the cust1 plugin | Michael Biebl | 2012-10-18 | 1 | -1/+0 |
| | |||||
* | build: Drop unused CNF_LIBS variable | Michael Biebl | 2012-10-18 | 1 | -1/+0 |
| | |||||
* | build: Use pkg-config to check for libcurl | Michael Biebl | 2012-10-18 | 1 | -19/+1 |
| | | | | curl has shipped that file since 2004. | ||||
* | build: Use pkg-config to check for libuuid | Michael Biebl | 2012-10-18 | 1 | -16/+1 |
| | | | | | e2fsprogs resp. util-linux(-ng) have shipped that file since at least 2009. | ||||
* | build: Don't call AC_SUBST for variables defined by PKG_CHECK_MODULES | Michael Biebl | 2012-10-18 | 1 | -21/+0 |
| | | | | | | | Newer versions of pkg-config do that already. According to pkg-config upstream this change was made around 2005, so it should be rather safe. This change doesn't affect users building from dist tarballs anyway but only if you are building from a Git checkout. | ||||
* | prepare for version 7.1.11v7.1.11 | Rainer Gerhards | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | make omruleset non-default in ./configure | Rainer Gerhards | 2012-10-11 | 1 | -1/+1 |
| | | | | | | as this module's functionality has been superseeded by the "call" statement. Thanks to Michael Biebl for alerting me on the still-old default. | ||||
* | preparing for 7.1.10 releasev7.1.10 | Rainer Gerhards | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | prepare for 7.1.9 releasev7.1.9 | Rainer Gerhards | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v6-stable' into beta | Rainer Gerhards | 2012-10-04 | 1 | -16/+0 |
|\ | | | | | | | | | Conflicts: plugins/cust1/Makefile.am | ||||
| * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-10-04 | 1 | -17/+0 |
| |\ | |||||
| | * | remove cust1 dummy plugin from build system | Rainer Gerhards | 2012-10-04 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for identifying this as the culprit for several build-related issues. The plugin is a placeholder, and was not used for quite some while. It is definitely not worth the effort to keep it along. If needed, can be quickly created. | ||||
| | * | preparing for 5.10.0 releasev5.10.0 | Rainer Gerhards | 2012-08-22 | 1 | -1/+1 |
| | | | |||||
| | * | preparing for 5.9.7v5.9.7 | Rainer Gerhards | 2012-05-10 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2012-05-03 | 1 | -0/+16 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | | | preparing for 6.4.2 releasev6.4.2 | Rainer Gerhards | 2012-09-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | preparing for 6.4.1 releasev6.4.1 | Rainer Gerhards | 2012-09-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | preparing for 6.4.0 release | Rainer Gerhards | 2012-08-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | preparing for 6.3.12v6.3.12 | Rainer Gerhards | 2012-07-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'v6-stable' into beta | Andre Lorbach | 2012-06-28 | 1 | -1/+1 |
| |\ \ \ | |||||
* | | | | | prepare for 7.1.8 releasev7.1.8 | Rainer Gerhards | 2012-10-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'v6-devel' | Rainer Gerhards | 2012-10-02 | 1 | -0/+13 |
|\ \ \ \ \ | |||||
| * | | | | | integrate logctl into build process | Rainer Gerhards | 2012-10-02 | 1 | -0/+13 |
| | | | | | | |||||
* | | | | | | preparing for 7.1.7 releasev7.1.7 | Rainer Gerhards | 2012-10-01 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | preparing for 7.1.6 releasev7.1.6 | Rainer Gerhards | 2012-09-28 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | preparing for 7.1.5v7.1.5 | Rainer Gerhards | 2012-09-26 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Added new module, imkmsg, for structured kernel logs from /dev/kmsg. | Milan Bartos | 2012-09-24 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is still in development, bute ready to be commited to master. modified: Makefile.am modified: configure.ac new file: plugins/imkmsg/Makefile.am new file: plugins/imkmsg/imkmsg.c new file: plugins/imkmsg/imkmsg.h new file: plugins/imkmsg/kmsg.c | ||||
* | | | | | | preparing for 7.1.4 releasev7.1.4 | Rainer Gerhards | 2012-09-19 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | preparing for 7.1.3 releasev7.1.3 | Rainer Gerhards | 2012-09-17 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | preparing for 7.1.2 releasev7.1.2 | Rainer Gerhards | 2012-09-12 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | preparing for 7.1.1 releasev7.1.1 | Rainer Gerhards | 2012-09-11 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | preparing for 7.1.0v7.1.0 | Rainer Gerhards | 2012-09-06 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | adapted Mirek's changes to new JSON passing mode | Rainer Gerhards | 2012-08-29 | 1 | -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 BSON | Miloslav Trmač | 2012-08-29 | 1 | -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> |