Fluentbit Azure Blob output works for 3 PCs but not for 1 out of 4 #7537
-
Hi there, Please, I need your help to understand what could be happening or a way to debug it. We are using fluentbit as a Windows service to forward log files, from other Windows services, to Azure, so, in other words, the input is the tail and the output is the Azure blob. The behavior is strange because we installed the services on 4 PCs to test, and on 3 of them the logs are being forwarded perfectly, but there is 1 PC that doesn't forward the logs to Blob. We can see the logs being created on this PC but it ain't sent to blob storage. I tried to find a way to "debug" fluentbit to try to discover why this is happening, but I couldn't. Can someone try to help please, with some ideas or maybe have encountered the same situation to enlighten with what could be the solution? I appreciate it a lot. For Service: For input I have And for output, I removed sensitive information, but all 4 PCs have the exactly same .conf file: Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I would use the stdout plugin to confirm Fluent Bit is seeing your logs. If so it narrows it down to an issue with output. |
Beta Was this translation helpful? Give feedback.
Yeah so sounds like you have DNS issues for whatever reason and that's the problem.
I think you need to understand what the DNS set up is for your machines, it sounds like one of them is funky - it doesn't seem to be a Fluent Bit problem but a networking issue.
From: https://docs.fluentbit.io/manual/administration/networking#dns-mode
You could try some of the DNS options - maybe you have switches/firewalls dropping UDP requests for example (I don't know, it's down to your infra):