Pat
Pat
I wonder if it may be related to https://github.com/fluent/fluent-bit/pull/6552
@pwhelan I don't think this is in a release yet but @thepythonista you can test with the latest version of `master` container built overnight: ghcr.io/fluent/fluent-bit/master:x86_64 (don't use in production obviously).
2.0.10 was out as well last week which has some further improvements in it. Threaded input is now possible as well I believe: `threaded on`
We probably should link out or back to the plugins that support this?
> As I'm sitting on macOS (M1). How to I create a package for me to test the changes? I've tried adding `--platform linux/amd64` to `packages/build.sh`, but then the script...
https://github.com/fluent/fluent-bit/actions/runs/4490278141?pr=7050 has downloadable packages for all targets.
> > @patrick-stephens should we include this one ? > > NOTE: I still see this as a draft > > Still draft, yes. sweat_smile As mentioned, the deb-packages are...
Hmm I'm concerned this is a larger issue then with the `master` branch. Need to check what is happening in the nightly builds: https://github.com/fluent/fluent-bit/actions/runs/4696876862
> By design you need to manually enable the service? I believe this is dependent on the target and should just be whatever it did before.
@MindTooth can you rebase just to kick the unit tests again?