Fluent Bit v1.3 is around the corner and I would like to ask for community input before the final release.
The test docker image is located here:
edsiper/fluent-bit-1.3-next:1
would you please give it a try and provide some feedback ?
Is this a multi-architecture manifest?
[edited] only x86_64
My bad, I replied the wrong thread!
This is only x86_64
Almost 280 Docker hub pulls, no issues reported yet.
Would Fluent Bit 1.3 pass the JSON Correctness Test by Timber?
Would Fluent Bit 1.3 pass the JSON Correctness Test by Timber?
Never mind, it seems to be a problem with their test case.
@l2dy yep, their tests and overall info when comparing Fluent Bit v/s Vector is not accurate, I opened an issue like 7 weeks ago about this:
https://github.com/timberio/vector/issues/727
Also, I did some performance tests and got totally different results :)
New test image pushed
edsiper/fluent-bit-1.3-next:2
@edsiper For what it's worth, I can confirm v1.3 compiles fine on Windows.
I've also run Fluent Bit with in_tail + out_forward a few hours on Windows
too. It worked without issues, so I think it's ready to be released.
@edsiper one question. I see that images for 1.1 and 1.2 are near 53.2MB, at the same time images that you have mentioned here above 230MB, is it expected?
@loburm yes, images mentioned here are just based on ubuntu-slim.
Note that v1.3 has been released (releases notes will arrive shortly), give it a try:
fluent/fluent-bit:1.3.0
note: that one is a multi arch image now: x86_64, arm32v7 and arm64v8
Updated information about new Docker images here:
https://docs.fluentbit.io/manual/installation/docker
thanks everyone who helped to test this!!!
@edsiper sorry for the delay on this, it was just brought to my attention.
yep, their tests and overall info when comparing Fluent Bit v/s Vector is not accurate, I opened an issue like 7 weeks ago about this
Which tests are you referring to? Our test harness contained 12 tests, you commented on 2 of them, which I responded to here:
https://github.com/timberio/vector/issues/727#issuecomment-561004676
They're also open source, and I welcome any feedback on ways we can improve them.
Also, I did some performance tests and got totally different results :)
That statement is suspiciously vague :) . Which performance tests are you referring to? I'm assuming you ran ours? Do you mind sharing the results? If fluentbit is misconfigured in any way we'd love to update the test, please feel free to submit a pull request.
I stand by the results though. We previously used fluentbit extensively with our customers on Timber.io and have quite a bit of experience with it. This is one of the reasons we created Vector :) .
Most helpful comment
As of today, no issues has been reported, we got 2661 Docker hub pulls for the images:
| image | pulls |
|--|--|
| edsiper/fluent-bit-1.3-next:1 | 540 |
| edsiper/fluent-bit-1.3-next:2 | 2121 |
So release v1.3 will arrive tomorrow unless something comes up last minute.