Pat
Pat
What does stdout output show?
Yes, I'd say stdout to see what exactly there is. Maybe Splunk is dropping it so verify first
I mean that's quite a big jump, I would debug via stdout first to confirm.
Please follow the issue template to capture all the relevant information - particularly things like the OS and version of FB used? Also, are your parsers correctly parsing the timestamps?...
I've added the labels to attempt to get you a Windows container @nokute78
I think https://github.com/fluent/fluent-bit/pull/8526 was in a similar vein so @cosmo0920 may have some pointers. A docs PR would be appreciated as well @jenschude.
You need to compile a version of Fluent Bit with the relevant dependencies listed in the docs you linked and make it into a container image to use. Then you...
Related to #6962.
That usually means you built the image for the wrong architecture. It's not a Fluent Bit issue but a fundamental container problem.
You've not copied the libraries to the production image you have built - you installed the development libraries in the build image but you also need the runtime libraries added...