sirwio
sirwio
## Bug Report **Describe the bug** Buffering to filesystem stops once 2177 files are reached. I have first encountered this using the in_tcp plugin sending audits to the out_opensearch plugin....
Older linuxes as e.g. SLES 11 SP4 does not return EOPNOTSUPP for not supported filesystem. Instead it returns the generic -1 failure and sets the errno with description Operation not...
## Bug Report **Describe the bug** In previoius version an error log was created when the storage.total_limit_size condition was reached for output plugins with storage.type as filesystem. In e.g. fluent-bit...
This was disproved when compiling fluent-bit with PIE by setting CMAKE_EXE_LINKER_FLAGS=-pie The backtrace project seems to require to explicitly set --with-fpic to be compiled with PIC support. The luajit has...