Skip to content

Releases: kobsio/klogs

v0.8.0

09 Mar 08:01
Compare
Choose a tag to compare
  • #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

14 Jan 18:47
Compare
Choose a tag to compare
  • #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

19 Nov 21:10
Compare
Choose a tag to compare
  • #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

21 Oct 20:41
6a4b9aa
Compare
Choose a tag to compare
  • #10: Update Fluent Bit to version 1.8.8.

v0.5.1

14 Oct 19:37
Compare
Choose a tag to compare
  • #9: Improve parsing of number fields.

v0.5.0

03 Oct 09:49
93617cd
Compare
Choose a tag to compare
  • #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

08 Sep 18:21
Compare
Choose a tag to compare
  • #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

08 Sep 17:17
36e0f0c
Compare
Choose a tag to compare
  • #1: Add option to get user information from a request.

v0.2.0

08 Sep 17:17
Compare
Choose a tag to compare
  • 082ae83: Update schema for ClickHouse.

v0.1.0

08 Sep 17:16
Compare
Choose a tag to compare
  • 29b67eb: Initial version of the Fluent Bit ClickHouse plugin.