Closed sonntag-dev closed 4 years ago
Have you tried omitting the protocol htpp://
? This way it works for me. (version: fluent/fluentd-kubernetes-daemonset:v1.11.2-debian-graylog-1.0
)
Yeah, FLUENT_GRAYLOG_HOST
doesn't handle http://
schema.
It just handles hostname:
https://github.com/graylog-labs/gelf-rb/blob/master/lib/gelf/notifier.rb#L42
Hello there,
I would like to run a fluentd daemonset in my kubernetes cluster. Then fluentd should send logs to graylog. But I get no messages for graylog GELF UDP input stream. My graylog instance is running in the same cluster.
In the fluentd logs I get this error message:
[out_graylog] failed to flush the buffer. error_class="SocketError" error="getaddrinfo: Name or service not known" plugin_id="out_graylog"
My fluentd-daemonset.yaml:
Any ideas?
Thanks in advance.