Skip to content

Releases: newrelic/newrelic-fluent-bit-output

newrelic-fluent-bit-output-1.13.1

08 Jun 17:49
0ae5a2b
Compare
Choose a tag to compare
Retry sending logs if an error happens (#112)

Retry sending payloads on any error, and keep sending the rest of payloads if one of them returns a non-retriable error code.

Co-authored-by: Lucas Lopez <[email protected]>

newrelic-fluent-bit-output-1.13.0

03 Jun 16:39
7cbb439
Compare
Choose a tag to compare

Add the httpClientTimeout parameter to specify the http client timeout in seconds.

newrelic-fluent-bit-output-1.12.3

25 Feb 10:48
93e6203
Compare
Choose a tag to compare
v1.12.3

Improve misleading message that causes lots of confusion for customer…

newrelic-fluent-bit-output-1.12.2

09 Feb 15:38
f865237
Compare
Choose a tag to compare
v1.12.2

feat: update fluent-bit dependency to v1.8.12 (#104)

newrelic-fluent-bit-output-1.12.1

15 Nov 11:24
db44dc8
Compare
Choose a tag to compare
Adapt unit tests to new retry logic (#98)

* fix: adapt unit tests to new retry logic

* chore: bump version to 1.12.1

* chore: fix ci to fail on unit tests failures

newrelic-fluent-bit-output-1.11.0

30 Sep 10:24
c9a7709
Compare
Choose a tag to compare
feat: update plugin to use proper logging framework (#89)

Co-authored-by: Francisco Hernandez <[email protected]>

newrelic-fluent-bit-output-1.10.0

23 Sep 15:46
b9bc32f
Compare
Choose a tag to compare
Low data mode (S2) (#94)

* Add a low data mode that doesn't add the plugin information to the logs.

* Alternative version with short plugin information.

* Add DataFormatConfig and updates version.

newrelic-fluent-bit-output-1.9.2

16 Sep 14:47
ed9a78d
Compare
Choose a tag to compare
v1.9.2

LOGGING-5582 Fix docker push command

newrelic-fluent-bit-output-1.9.1

16 Sep 14:05
92c1328
Compare
Choose a tag to compare
v1.9.1

[LOGGING-5582] Correctly get the version under Windows

newrelic-fluent-bit-output-1.9.0

16 Sep 12:47
a7bba10
Compare
Choose a tag to compare
v1.9.0

[LOGGING-5582] Build Windows Server 2019 LTSC Docker image (#90) Co-a…