Releases: kobsio/klogs
Releases · kobsio/klogs
v0.9.0
#28 : Add Filebeat as alternative to Fluent Bit.
#29 : Update Fluent Bit to version 1.9.1.
#30 : Use official Filebeat image as base image.
v0.8.0
#24 : Rename repository in go.mod
file to github.com/kobsio/klogs
.
#25 : Update Fluent Bit to version 1.8.12.
#26 : Update Fluent Bit to version 1.8.13 and enable health checks.
#27 : Fix health check port.
v0.7.0
#15 : Update the used SQL schema to use ReplicatedMergeTree
instead of MergeTree
.
#16 : Update Fluent Bit to version 1.8.11.
#17 : Use go.uber.org/zap
instead of github.com/sirupsen/logrus
for logging.
#18 : Update dependencies.
#20 : Update schema to use LowCardinality(String)
instead of String
and no codec or CODEC(LZ4)
instead of CODEC(ZSTD(1))
.
#21 : Fix example deployment.
#22 : Add new Force_Number_Fields
/ --clickhouse.force-number-fields
options, so that users can provide a list of fields which should be parsed as number when they are logged as string.
v0.6.0
#11 : Update Fluent Bit to version 1.8.9.
#12 : Add support for async inserts .
#13 : Add GitHub Action to run tests and build on every push.
#14 : Rename repository to klogs
. The Docker images were also renamed and are available at kobsio/klogs .
v0.5.2
#10 : Update Fluent Bit to version 1.8.8.
v0.5.1
#9 : Improve parsing of number fields.
v0.5.0
#4 : Use logrus for logging and remove conf directory.
#5 : Add support for Kafka, so that Fluent Bit writes all logs to Kafka and we then write the logs from Kafka to ClickHouse.
#6 : Use consistent naming.
#7 : Adjust documentation.
#8 : Make timestamp key configurable.
v0.4.0
#2 : Add changelog.
#3 : Add flush interval setting, so that the buffer is flushed after the defined interval or when the buffer size is reached.
v0.3.0
#1 : Add option to get user information from a request.
v0.2.0
082ae83 : Update schema for ClickHouse.
You can’t perform that action at this time.