Pat
Pat
@markuman / @danybmx could you submit a docs PR to add this to the supported targets?
Ah sorry, that's good but also to the actual docs over in the fluent-bit-docs repo
@zecke can you link the docs PR for this as well? It's a new parameter I believe is what you're saying so should be documented here (ideally with an example):...
Can you see if it is reproducible in the latest version? There have been some bug fixes that may affect this. Can you step up `log_level debug` as well to...
Ah I notice you are using custom golang plugins, my guess is it might be one of those - make sure you're using latest `calyptia-plugin` module to fix up segv...
Honestly I would step up your dependencies as well first - you can run your existing stuff of course to get stack trace but ultimately I bet it's a dependency...
Does it happen with the latest version? It looks like some failure with filesystem persistence - does it go away if you just have in-memory? Have you checked the filesystem...
I got immediately suspicious when I saw a non-standard container log parser being used: ``` parser containerd_default ``` This won't cope with multiline or partial logs I think so are...
I believe we had some PPC support added a while ago but maybe only for the containers which would be Debian based. Can you run the containers instead? However it...
Containers are just however you run them on your OS (install container runtime, etc.) then run: https://docs.fluentbit.io/manual/installation/docker However, I was confused as looks like PPC support for containers was not...