rsyslog/tests/es-config-errs.supp
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

12 lines
204 B
Plaintext

{
rsyslog does not clean up properly when hitting a config error
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:nvlstNewStr
fun:yyparse
fun:load
fun:initAll
fun:main
}