Pat

Results 513 comments of Pat

FYI, `exit_on_eof` will mean FB itself exits when any file hits EOF regardless of what the others are doing which might not be what you want (e.g. if you want...

An alternative might be to use the `exec` plugin (if not in a container) or a LUA filter with a side effect that reads input files (you can use dummy...

What port should you be using? TLS defaults to port 443 but you seem to be providing 8088 above? The `host` I think is just the main hostname, I think...

Yes, you obviously need to mount them via a shared volume to a Fluent Bit container or put Fluent Bit inside your container. A sidecar container may be a better...

FYI, we do provide a Vagrant definition if you want to develop in a VM: https://github.com/fluent/fluent-bit/blob/master/Vagrantfile Builds can also be all done via containers for any target using the `./packaging/build.sh`...

Did you carry out the review comments from @edsiper ?

Is there any impact on the RPM packages and/or should we be doing the same? It sounds like some kind of dirty state is left so it probably needs fixing...

I think the commits have gone a bit wonky rather than be rebased

@braydonk I think it would be good to get all this into an automated set up: https://github.com/fluent/fluent-bit/pull/8294#issuecomment-1860689476 We can add it to fluent-bit-ci then invoke it as required.

I think it will be helpful to include the actual pod specs as well just to confirm what the K8S translation by the operator actually looks like. Can you clarify...