Michael Voelker
Michael Voelker
I have the same problem very often on openshift clusters, with a lot of containers running on each nodes for different customers. It happens easily, that an application run into...
@dudicoco - after digging in the sources - there is an undocumented plugin _throttle_size_, that can throttle per custom field: https://github.com/fluent/fluent-bit/commit/07a3cbd64c08faf50c52125b5b020bb1354917ae @patrick-stephens: is there any reason, why this plugin isn't...
fix for https://github.com/fluent/fluent-bit/issues/2139
Configuration file: ``` # fluentbit conf [SERVICE] # Flush # ===== # Set an interval of seconds before to flush records to a destination Flush 5 # Daemon # ======...
Valgrind output: ``` valgrind --leak-check=yes --show-leak-kinds=definite /fluent-bit/bin/fluent-bit -c /fluent-bit/conf/fluentbit.conf ==7== Memcheck, a memory error detector ==7== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==7== Using Valgrind-3.14.0...
rebased master and switched to mbedtls_sha256 valgrind: ``` valgrind --leak-check=full /fluent-bit/bin/fluent-bit -c fb_mh2.conf ... ==60== HEAP SUMMARY: ==60== in use at exit: 208,252 bytes in 4,385 blocks ==60== total heap...
Example configfiguration fluentbit.conf ``` [SERVICE] # Flush # ===== # Set an interval of seconds before to flush records to a destination Flush 5 # Daemon # ====== # Instruct...
Debug log ``` /root@79f207404693:/tmp/src/build# usr/bin/valgrind.bin /fluent-bit/bin/fluent-bit -c /fluent-bit/etc/fluent-bit.conf ==17== Memcheck, a memory error detector ==17== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==17== Using Valgrind-3.14.0 and...
thanks for the reply, I didnt' knew so far, that grep can handle nested fields with this regex syntax. (In grep documentation section is only an example about using filter/nest...
Updating 1.79 -> 1.82 fails. Error message: Error updating Batmon: The command '/bin/ash -o pipefail -c python3 -m venv venv_bleak_pairing' returned a non-zero code: 1 Supervisor log: 2025-04-11 20:05:57.266 INFO...