v13.1.1
Improvements
- adds ability to bypass the processing of events if there is no pipeline. This is useful for pure connector deployments.
- adds experimental feature to bypass the rule tree by setting
LOGPREP_BYPASS_RULE_TREE
environment variable
Bugfix
- fixes a bug in the
http_output
used by the http generator, where the timeout parameter does only set the read_timeout not the write_timeout - fixes a bug in the
http_input
not handling decode errors
Details
- Fix http output timeout by @ekneg54 in #651
- bypass process_event if there is no pipeline by @ekneg54 in #656
- option to bypass rule tree by @ekneg54 in #655
- Fix http input decode error by @ekneg54 in #654
Full Changelog: v13.1.0...v13.1.1