- Switched the internal plugin logger from
fmt
tozerolog
with default logging levelzerolog.Disabled
- Added optional parameter of ydb output plugin
LogLevel
(if not defined - plugin logging disabled) - Added the logic to automatically limit the request sizes for
BulkUpsert
, to avoid the ingestion errors - Added the saving extra input fields as the (optional) additional JSON-formatted field named
.other
- Supported the flexible schema parsers like
logfmt
on input - Fixed the loss of same-time messages by (optionally) adding extra
.hash
field containing theCityhash64
computed over the record's data fields
Full Changelog: v1.1.1...v1.2.0