7 Commits

Author SHA1 Message Date
Josh Soref
9c67c4db9f fix spelling errors in text files 2019-12-26 17:37:14 +01:00
Rich Megginson
6d4635efbb omelasticsearch: write op types; bulk rejection retries
Add support for a 'create' write operation type in addition to
the default 'index'.  Using create allows specifying a unique id
for each record, and allows duplicate document detection.

Add support for checking each record returned in a bulk index
request response.  Allow specifying a ruleset to send each failed
record to.  Add a local variable `omes` which contains the
information in the error response, so that users can control how
to handle responses e.g. retry, or send to an error file.

Add support for response stats - count successes, duplicates, and
different types of failures.

Add testing for bulk index rejections.
2018-06-13 09:48:23 -06:00
Rainer Gerhards
78356cdf1b testbench: name valgrind tests consitently (end with -vg.sh)
closes https://github.com/rsyslog/rsyslog/issues/2212
2017-12-16 12:19:28 +01:00
Rainer Gerhards
62cb1a32a5 testbench: document requirements for auto core file analysis 2016-05-02 12:16:37 +02:00
Rainer Gerhards
772c55833e testbench: some platform doc 2014-11-04 11:33:41 +01:00
Rainer Gerhards
6d67073a22 doc: add setup instructions for mysql testbench 2014-11-03 16:05:00 +01:00
Rainer Gerhards
4f32b62990 begun building a testbench 2008-06-13 17:21:03 +02:00