Wesley Pettit

Results 239 comments of Wesley Pettit

> For EC2, it'd use the new IMDSv2, since it is more secure Using V1 vs V2 of instance metadata will have to be a config option. V2 does not...

The next step for this will be to add support for ECS Metadata. One request I have gotten is to support optionally adding docker labels.

@renanqts Agreed, its pretty easy to add new metadata fields if you want. See this for example: https://github.com/fluent/fluent-bit/pull/2605

@PrayagS I just began working on the design for the filter this week itself. I can't promise any timeline and I don't know exactly when it will be out, but...

I've mostly got it working: https://github.com/PettitWesley/fluent-bit/tree/filter-ecs Hopefully I will get this released in one of the next 1.9 versions.

I found the issue, here is that code that prints the response: https://github.com/fluent/fluent-bit/blob/master/plugins/out_es/es.c#L893 The problem is that these flb_log functions always truncate their output at roughly 4KB or something. If...

@leonardo-albertovich How come the setting I see here doesn't fix it: https://github.com/fluent/fluent-bit/blob/1.9/src/flb_upstream.c#L43 Does that not do anything?

So we determined that setting this is a valid workaround for the problem: ``` net.dns.mode LEGACY ``` For Windows container users, all outputs will need this option set. I am...