fluentd-kubernetes-daemonset icon indicating copy to clipboard operation
fluentd-kubernetes-daemonset copied to clipboard

FluentD not sending application logs to open telemetry collector

Open saritatewari4 opened this issue 1 year ago • 3 comments

Hello, I am trying to send all application logs of each pods to open telemetry collector . What configuration I have to use for that.

Currently I am using this: <match *.*> @type forward <server> host <OTEL_HOST> port <OTEL_PORT> </server> </match>

This configuration is forwarding fluentD pods logs to open telemetry, but I need to send application logs running on EKS, which are forwarded to cloud watch too.

I am using fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0 this image currently.

saritatewari4 avatar Mar 31 '23 11:03 saritatewari4