- Upgraded
ydb-go-sdk
dependency - Added
CredentialsStaticLogin
andCredentialsStaticPassword
configuration parameters (alternatively for parameterCredentialsStatic
)
- Upgraded
ydb-go-sdk
dependency - Set
info
as default log-level for fluent-bit ydb plugin
- 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
- Fixed Dockerfile for build with go1.22
- Changed template of static credentials config option
- Fixed the initialization of static credentials for secure/insecure endpoints
Initial release