-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.0 not working after update from 3.1.10 #9593
Comments
To help debugging can you clarify if this is a self-signed cert, where/how the specific cert is installed for this server and anything else that may be relevant around the actual TLS/SSL config? |
The cert is a LetsEncrypt cert that's valid until 2025-02 Cert is installed on the load balancer that fluent-bit is hitting If I do a curl I get a "cert is valid" response The cert also has the full chain - the TL;DR is I'm using LEGO ACME to get my cert using a DNS challenge That then outputs a full chain PFX and that's the cert that I use - all other systems have no problem with it and neither does fluent-bit on a 3.1.x build |
Can you check the ssl library deps as well between the two versions? Wondering if it is related to that too, I can probably do it but may not be the exact same as your ones and quicker if you do :) |
You could also try |
We're seeing the same behaviour while trying to output to Datadog fyi (i.e. same |
The changelog for 3.2.0 shows some TLS changes but nothing obviously relevant: https://github.com/fluent/fluent-bit/releases/tag/v3.2.0 There are debugging improvements in there though so please could you capture the full debug when it fails? |
Looks like we've figured it out thanks to @leonardo-albertovich so will be updating and hopefully have a new release soon. |
Hey, apologies, I was away yesterday I see that a new release of 3.2.0 was pushed an hour ago - I'll give it a push now and report back |
No, that's the current release - the Github page was just not up as: #9595 |
Ah, that explains why it's not working hahaha This is what Works fine on
|
Same issue with opensearch output, and
|
https://github.com/fluent/fluent-bit/releases/tag/v3.2.1 should fix this I believe - all praise to @leonardo-albertovich |
I just upgraded to 3.2.1 - unfortunately problem persist. I do not have precise debug but looks similar to previous reports...
|
Version 3.2.1 solves my issue with opensearch. Thanks @patrick-stephens @leonardo-albertovich and also @USBAkimbo ~ |
I can confirm that Many thanks!
|
@ElectricWeasel Can you double check it's definitely 3.2.1 in the log and if so send over the logs? |
Unfortunately yes, I double checked its from v3.2.1.
|
Looks like there is a duplicate for the OTEL specifically on #9613 so going to close this and move the OTEL issues over to that. |
Bug Report
Describe the bug
To Reproduce
fluent-bit.conf
with Seq (this is jinja formatted so please adjust the server URL and API key accordingly)parsers.conf
Expected behavior
Screenshots
Your Environment
D4as
Azure VMAdditional context
The text was updated successfully, but these errors were encountered: