Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move cJSON to omelasticsearch | Rainer Gerhards | 2012-10-29 | 1 | -1/+2 |
| | | | | | | the rsyslog runtime itself now uses json-c, but omelasticsearch currently depends on cJSON. We will change this, but not yet. Let's merge as is and see that it works well ;) | ||||
* | add elasticsearch output module | Nathan Scott | 2012-01-17 | 1 | -0/+8 |
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> |