Releases: ydb-platform/fluent-bit-ydb
Releases · ydb-platform/fluent-bit-ydb
v1.4.0
- Upgraded
ydb-go-sdk
dependency - Added
CredentialsStaticLogin
andCredentialsStaticPassword
configuration parameters (alternatively for parameterCredentialsStatic
)
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- Upgraded
ydb-go-sdk
dependency - Set
info
as default log-level for fluent-bit ydb plugin
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- 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
v1.1.1
- Fxed Dockerfile for build with go1.22
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Changed template of static credentials config option
- Fixed the initialization of static credentials for secure/insecure endpoints
Full Changelog: v1.0.0...v1.1.0