Wesley Pettit

Results 200 comments of Wesley Pettit

For the feature request in this issue, I am now thinking we will just may be contribute this instead: https://github.com/fluent/fluent-bit/discussions/5711

@farazhv I think what you want is this tutorial: https://github.com/aws-samples/amazon-ecs-firelens-examples/tree/mainline/examples/fluent-bit/oomkill-prevention Also remember that you can set the FireLens container as non-essential so that if it fails then it won't take...

> would it be safe to configure the throttle filter and disable retries? @farazhv I think this would work. I have not actually tested it or seen it used in...

@adrian-skybaker Which input settings are you interested in setting? Which are highest priority? Which are critical? IMO, the critical `[INPUT]` are just `Mem_Buf_Limit` and `storage.type`. If we had a global...

@edsiper I have seen a lot of users get confused by this. At first I was going to make this a debug message, but I really strongly advocate that users...

@lecaros @edsiper CI passes. Any reason we can't merge this small usability improvement?

Valgrind passes: ``` ==26291== ==26291== HEAP SUMMARY: ==26291== in use at exit: 110,402 bytes in 3,763 blocks ==26291== total heap usage: 33,404 allocs, 29,641 frees, 6,283,769 bytes allocated ==26291== ==26291==...

Running on an instance inside of an ECS cluster: ``` $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES de7fbb1b66db 111111111111.dkr.ecr.us-west-2.amazonaws.com/better-json-logger "python ./logger.py" 3 days ago Up 3...

Doc PR: https://github.com/fluent/fluent-bit-docs/pull/925

``` [ec2-user@ip-10-192-11-106 build]$ valgrind ./bin/flb-rt-filter_ecs ==8030== Memcheck, a memory error detector ==8030== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==8030== Using Valgrind-3.19.0 and LibVEX; rerun with...