You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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
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.
The text was updated successfully, but these errors were encountered: