Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor cleanup | Rainer Gerhards | 2012-12-14 | 1 | -2/+12 |
| | |||||
* | bugfix: invalid rsyslog-internal macro API use | Rainer Gerhards | 2012-11-01 | 1 | -1/+1 |
| | | | | | This had no bad effect, because the macro did the same as the one that should have been used. | ||||
* | move cJSON to omelasticsearch | Rainer Gerhards | 2012-10-29 | 1 | -1/+1 |
| | | | | | | 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 ;) | ||||
* | omelasticsearch: improved debug logging | Rainer Gerhards | 2012-07-30 | 1 | -2/+5 |
| | |||||
* | omelasticsearch: support for writing data errors to local file added | Rainer Gerhards | 2012-07-30 | 1 | -14/+95 |
| | |||||
* | omelasticsearch: mileston: bulk reply is parsed | Rainer Gerhards | 2012-07-30 | 1 | -2/+48 |
| | |||||
* | omelasticsearch: parse JSON response (in regard to data errors) | Rainer Gerhards | 2012-07-25 | 1 | -37/+65 |
| | | | | note: bulkmode response processing is still mostly missing | ||||
* | omelasticsearch: regression from "parent" feature could case aborts | Rainer Gerhards | 2012-07-11 | 1 | -23/+26 |
| | | | | this was not present in any released version | ||||
* | omelasticsearch: support for parameters parent & dynparent added | Rainer Gerhards | 2012-07-10 | 1 | -20/+95 |
| | |||||
* | omelasticsearch: implement retry via request to es server homepage | Rainer Gerhards | 2012-07-10 | 1 | -10/+60 |
| | |||||
* | omelasticsearch: better debug instrumentation | Rainer Gerhards | 2012-07-09 | 1 | -15/+33 |
| | |||||
* | omelasticsearch: bugfix: bulkmode setting was not properly initialized | Rainer Gerhards | 2012-06-13 | 1 | -0/+1 |
| | |||||
* | omelasticsearch: dyn index&type now also supported in bulk mode | Rainer Gerhards | 2012-05-28 | 1 | -4/+7 |
| | |||||
* | omelasticsearc: milestone, bulk insert basically works | Rainer Gerhards | 2012-05-25 | 1 | -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 interface | Rainer Gerhards | 2012-05-25 | 1 | -11/+85 |
| | | | | | This obviously does not work correctly. So expect problems if you set bulkmode="on". | ||||
* | omelasticsearch: added transactional interface & better debug output | Rainer Gerhards | 2012-05-24 | 1 | -1/+36 |
| | |||||
* | omelasticsearch: provide authentication support (UNTESTED) | Rainer Gerhards | 2012-04-25 | 1 | -0/+28 |
| | |||||
* | Merge branch 'master' into master-elasticsearch | Rainer Gerhards | 2012-04-23 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c | ||||
| * | make "old" omelasticsearch compile | Rainer Gerhards | 2012-04-16 | 1 | -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 params | Rainer Gerhards | 2012-04-16 | 1 | -3/+26 |
| | | |||||
* | | omelasticsearch: permit dynamic index/type parameters (just like dynafile) | Rainer Gerhards | 2012-04-13 | 1 | -16/+107 |
| | | |||||
* | | omelasticsearch: moved to v6 config system | Rainer Gerhards | 2012-04-05 | 1 | -35/+91 |
|/ | |||||
* | elasticsearch: move to asl 2.0 | Rainer Gerhards | 2012-01-17 | 1 | -14/+13 |
| | | | | email conversation Nathan/Rainer 2012-01-16&17 | ||||
* | add elasticsearch output module | Nathan Scott | 2012-01-17 | 1 | -0/+271 |
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> |