Replies: 1 comment
-
Transferred from Fluentd discussion forum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I managed to send logs from a container running a fluentbit client to a container running an instance of fluentd via tls.
Here is the relevant part of the fluentbit client configuration file:
And for the fluentd configuration file:
The fluentd instance can successfully send the logs produced by the fluentbit client to a graylog server. But I can't see anymore the logs sent by docker (using fluentd driver) to the fluentd container. For information, here's an extract of my docker-compose file:
Shouldn't I configure the logging driver to dial via fluentd container via tls ?How ?
Regards,
Jean-Pierre
Beta Was this translation helpful? Give feedback.
All reactions