Replies: 2 comments
-
Any news on this one? We're affected by this issue too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your report. |
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.
-
Hi,
We configured our fluentd in k8s to send the logs to graylog by using the image:
fluent/fluentd-kubernetes-daemonset: v1.15.1-debian-graylog-amd64-1.0
As far as I know it uses gelf plugin.
We noticed that our coreDNS in k8s is flooded with the DNS requests from fluentd (it asks about graylog host) - looks like fluentd is not caching the response and with every batch that needs to be send to graylog, the DNS request is generated.
How to enable the dns cache for fluentd? Is it something that should be configured on fluentd level or on the output plugin level?
Beta Was this translation helpful? Give feedback.
All reactions