Closed sfhl closed 2 years ago
<security>
is used for password authentication
https://docs.fluentd.org/input/forward#how-to-enable-password-authentication
In contrast to it, you want to use <transport tls>
. so I guess that shared key may not be the same.
How about using tls.debug
in fluent-bit side to get more debugging information?
Hi there, thanks for the reply. I want /need to use both tls and password authentication and it is working working (without tls enabeld). I just checked once more that they match.
This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days
This issue was automatically closed because of stale in 30 days
Hi there,
sorry for bothering. We are using a setup as follows to log messages from one Kubernetes Cluster to a graylog instance on another
fluent-bit -> TLS -> fluentd -> graylog
Sadly this time, there are a lot of errors causing the fluent-bit instances to fail conenct to fluentd, only if ths is activated. The TLS related errors are as follows:
I just cant't figure out what is causing the problems, mabye somebody is able to help?
The following config is used:
fluentd (fluentd-kubernetes-daemonset:v1.13.3-debian-graylog-1.1)
fluent-bit (fluent-bit:1.8-debug)
Thanks in advance!