Skip to content

Releases: logzio/fluent-bit-logzio-output

0.6.2

04 Aug 06:26
88f98dd
Compare
Choose a tag to compare
  • Resolve bug with exit code handling to ensure all buffered logs are flushed before termination.
  • Upgrade golang to 1.22.
  • Upgrade fluent-bit official image to 3.1.4.

0.6.1

02 Jul 09:45
5ab9f40
Compare
Choose a tag to compare

Added Support for Custom Headers

Addition of SetHeaders function to configure custom headers.
Modification of client.go to include custom headers in HTTP requests.
Updates to client_test.go to test custom headers functionality.

0.6.0

26 May 07:51
45302e9
Compare
Choose a tag to compare
  • Upgrade fluent-bit official image to v3.0.4

0.5.0

06 Mar 12:25
Compare
Choose a tag to compare
  • Added HTTP proxy support.
  • Added Array fields support.
  • Improved retries. @rasturic

0.4.1

24 Oct 14:51
6c2502a
Compare
Choose a tag to compare

Trim the compiler build path from stack traces.

0.4.0

27 Sep 11:25
Compare
Choose a tag to compare
  • Upgrade FluentBit version
  • Support new date format Pre-release
  • Fix docker ci workflow

Dedot processing

22 Jan 12:45
b33e18b
Compare
Choose a tag to compare
  • Added dedot processing
  • Upgraded dependecies

0.2.0

21 Sep 16:43
70192b0
Compare
Choose a tag to compare
  • Added id parameter to support multiple outputs
  • Added build commands to all platform in makefile

0.1.3

16 Aug 11:04
513dce6
Compare
Choose a tag to compare

0.1.3:

  • Upgrade to fluent-bit 1.9.7 in docker image.

v0.1.1

19 Dec 16:48
5404e89
Compare
Choose a tag to compare

0.1.1:

  • Support ARM architecture (docker image + plugin).