Hello All : I am having issues with fluentbit fail...
# logging
s
Hello All : I am having issues with fluentbit failing to rediscover fluentd service after fluentd restart. I am using banzai logging operator with Rancher 2.7. I have reviewed similar issues , updated fluentbit configuration with suggestions to for SVC DNS query. Appreciate help figuring out what is the issue. FluentBit relevant config
Copy code
fluentbit:
   dnsConfig:
     options:
     - name: ndots
       value: "2"
   image:
     pullPolicy: Always
     repository: fluent-bit
   inputTail:
     Buffer_Chunk_Size: 1MB
     Buffer_Max_Size: 5MB
     storage.type: filesystem
   network:
     dnsMode: TCP
     dnsPreferIpv4: true
     keepaliveMaxRecycle: 200
Fluentbit strace while fluent bit is failing to discover fluentd service. https://gist.github.com/kingnarmer/b7cef66798a38e833798522fe17eeea8 List of similar issues on github https://github.com/fluent/fluent-bit/issues/5312 https://github.com/fluent/fluent-bit/issues/3581 https://github.com/fluent/fluent-bit/issues/3308 https://github.com/fluent/fluent-bit/issues/2274 https://github.com/fluent/fluent-bit/issues/6010