Skip to content

Tags: Canva/amazon-kinesis-streams-for-fluent-bit

Tags

v1.10.17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Lower Go version to 1.20 for plugin (#23)

The build system for the kinesis plugin is rather complex - in short, we
pull this code into an AWS AL2 based container where Go is installed,
compile the plugin and then copy it out for inclusion in our own image.
This means that the minimum Go version specified in this code must be
no higher than the Go version available in the AWS AL2 image (which is
currently Go 1.20). Unfortunately, this version is no longer receiving
reliability or security updates, but we'll have to deal with this issue
in the future.

v1.10.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add standard tags to ECS logs (#22)

* add application_id tag

* rest of the changes

* Remove duplicate service.name

* fix tests

* comments

* fix test

* rename applicaiton_id env var

v1.10.15

update default service name

v1.10.15-test-14

update default service name

v1.10.15-test-13

add additional logic

v1.10.15-test-12

switch fatal

v1.10.15-test-11

add shutdown

v1.10.15-test-10

add host service name

v1.10.15-test-9

fix string issue

v1.10.15-test-8

fix