summaryrefslogtreecommitdiffstats
path: root/plugins/omelasticsearch
Commit message (Collapse)AuthorAgeFilesLines
* omelasticsearch: regression from "parent" feature could case abortsRainer Gerhards2012-07-111-23/+26
| | | | this was not present in any released version
* omelasticsearch: support for parameters parent & dynparent addedRainer Gerhards2012-07-101-20/+95
|
* omelasticsearch: implement retry via request to es server homepageRainer Gerhards2012-07-101-10/+60
|
* omelasticsearch: better debug instrumentationRainer Gerhards2012-07-091-15/+33
|
* omelasticsearch: bugfix: bulkmode setting was not properly initializedRainer Gerhards2012-06-131-0/+1
|
* omelasticsearch: dyn index&type now also supported in bulk modeRainer Gerhards2012-05-281-4/+7
|
* omelasticsearc: milestone, bulk insert basically worksRainer Gerhards2012-05-251-50/+65
| | | | | dynamic index&type is not yet used, but easy to add (did not manage to get it in today...)
* omelasticsearch: test commit, first shot at bulk interfaceRainer Gerhards2012-05-251-11/+85
| | | | | This obviously does not work correctly. So expect problems if you set bulkmode="on".
* omelasticsearch: added transactional interface & better debug outputRainer Gerhards2012-05-241-1/+36
|
* omelasticsearch: provide authentication support (UNTESTED)Rainer Gerhards2012-04-251-0/+28
|
* Merge branch 'master' into master-elasticsearchRainer Gerhards2012-04-231-1/+0
|\ | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c
| * make "old" omelasticsearch compileRainer Gerhards2012-04-161-1/+0
| | | | | | | | | | this module is to be replaced by branch currently in development. But I want to be able to compile the previous one, at least ;)
* | omelasticsearch: added asnycRepl and timeout config paramsRainer Gerhards2012-04-161-3/+26
| |
* | omelasticsearch: permit dynamic index/type parameters (just like dynafile)Rainer Gerhards2012-04-131-16/+107
| |
* | omelasticsearch: moved to v6 config systemRainer Gerhards2012-04-051-35/+91
|/
* 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>