You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading about the ability to add ECS task metadata to the FluentBit config (docs). We would like to annotate logs with the AvailabilityZone key from ECS Metadata V4, but it doesn't seem like that's included yet.
I believe it would be straightforward to add it to this struct and populate in the rest of the file:
Describe the question/issue
I was reading about the ability to add ECS task metadata to the FluentBit config (docs). We would like to annotate logs with the
AvailabilityZone
key from ECS Metadata V4, but it doesn't seem like that's included yet.I believe it would be straightforward to add it to this struct and populate in the rest of the file:
aws-for-fluent-bit/init/fluent_bit_init_process.go
Lines 53 to 62 in 1c9e1fa
I would be happy to open a PR to add it in.
Related Issues
I couldn't find much on a quick search.
The text was updated successfully, but these errors were encountered: