| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
plugins/omelasticsearch/omelasticsearch.c
|
| |
| |
| |
| |
| | |
this module is to be replaced by branch currently in development. But I
want to be able to compile the previous one, at least ;)
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
email conversation Nathan/Rainer 2012-01-16&17
|
|
Add support for sending events to elasticsearch - a distributed,
RESTful, search engine built on Lucene (www.elasticsearch.org).
The output module is enabled via a configure option, and uses
libcurl to send the messages from rsyslog to elasticsearch.
This patch makes use of the earlier JSON quoting patch to ensure
valid JSON strings are sent to the server.
Signed-off-by: Nathan Scott <nathans@aconex.com>
|