summaryrefslogtreecommitdiffstats
path: root/plugins/omelasticsearch/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-stable'Rainer Gerhards2012-12-131-1/+1
|\
| * build: link omelasticsearch against -lmMichael Biebl2012-12-131-1/+1
| | | | | | | | Use LT_LIB_M to find the math library which is needed for pow().
* | move cJSON to omelasticsearchRainer Gerhards2012-10-291-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 moduleNathan Scott2012-01-171-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>