- Fix: output plugin now correctly outputs event-oriented ndjson-compatible payloads, bypassing an issue where downstream inputs encountered buffering limits
-[DOC] Fix attributes to accurately set and clear default codec values #23
- Fix: input plugin now correctly applies common event decorators
type
,tags
, andadd_field
to events after receiving them
- Fix: improves throughput by allowing pipeline workers to share a plugin instance concurrently instead of sequentially #19
- Introduces the load balancing mechanism to distribute the requests among the
hosts
#16
- [DOC] Fixes to link formatting #15
- Simplify configuration #13
- Introduce a default
port
of9800
for both input and output plugins - BREAKING: Introduce
hosts
config to output plugin, replacing its separatehost
andport
configurations
- Introduce a default
- [DOC] Minor doc changes and version bump to facilitate adding integration files to doc build #14
- Enable data compression #10