Skip to content

Releases: newrelic/newrelic-fluent-bit-output

newrelic-fluent-bit-output-1.8.1

02 Sep 08:10
328eb7d
Compare
Choose a tag to compare
Removes verbose log (#88)

* rm log line

newrelic-fluent-bit-output-1.8.0

17 Aug 10:03
534ae41
Compare
Choose a tag to compare
Multi-architecture Docker images (normal, debug and Firelens) (#85)

Generate multi-architecture (amd64, arm and arm64) images. Adapt PR and merge-to-master workflows accordingly, including integration tests. Update REAMDE.

newrelic-fluent-bit-output-1.7.0

16 Jul 12:48
bd9153a
Compare
Choose a tag to compare
feat: build and push output arm64 docker image (#81)

Co-authored-by: saibaldey <[email protected]>

newrelic-fluent-bit-output-1.6.1

13 Jul 11:55
d2933c0
Compare
Choose a tag to compare
v1.6.1

feat: update fluent bit to 1.8.1 and bump version to 1.6.1 (#77)

newrelic-fluent-bit-output-1.6.0

12 Jul 16:08
c214da4
Compare
Choose a tag to compare
v1.6.0

feat: update to 1.6.0 version (#76)

newrelic-fluent-bit-output-1.5.2

06 Jul 16:57
a8e5fcf
Compare
Choose a tag to compare

Changes

  • Now if NR ingest endpoint is unreachable, this plugin will use the default in-memory buffering to retry. With this change We ensure that logs will not be dropped. Optionally, You can configure to use file storage buffering, more details in fluent-bit docs. (#73)

note: retries are driven by the FB scheduler, which uses exponential backoff, this means that delayed logs can sit for minutes to hours before delivery and potentially could consume memory or disk space up to limits

newrelic-fluent-bit-output-1.5.1

02 Jul 10:14
56a57bf
Compare
Choose a tag to compare
Update to fb 1.7.9 in dockerfile (#71)

* Update to fb 1.7.9 in dockerfile

* Update version.go

newrelic-fluent-bit-output-1.5.0

30 Apr 16:49
f129269
Compare
Choose a tag to compare
[LOGGING-4394] Testing Firelens automatic publishing (#66)

[LOGGING-4394] Firelens Docker image compilation and automatic publishing to New Relic ECR.

newrelic-fluent-bit-output-1.4.6

11 Jan 18:27
a82878a
Compare
Choose a tag to compare
v1.4.6

Fixes Dockerfile (#64)

newrelic-fluent-bit-output-1.4.5

11 Jan 11:57
1f16a65
Compare
Choose a tag to compare
Fixes Dockerfile (#63)

* Fixes Dockerfile, as previous one had a wrong plugin file name.