summaryrefslogtreecommitdiffstats
path: root/plugins/omelasticsearch
Commit message (Collapse)AuthorAgeFilesLines
* elasticsearch: move to asl 2.0Rainer Gerhards2012-01-171-14/+13
| | | | email conversation Nathan/Rainer 2012-01-16&17
* add elasticsearch output moduleNathan Scott2012-01-172-0/+279
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>