Fluentbit to OTelcollector #10635
Unanswered
RitikaLaddha
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @open-telemetry/collector-maintainers
|
Beta Was this translation helpful? Give feedback.
1 reply
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,
I want to upload logs from fluent bit to open telemetry collector on AKS cluster
So, I have installed otel collector as deployment from here
and fluentbit from here
This is my fluentbit configration for output to OTel
I have also added environment variable in fluentbit Daemonset
`env:
value: http://my-opentelemetry-collector.namespace.svc.cluster.local:4318`
But I am getting below error, in my fluentbit logs
Do I need to make any configuration change in Otel configmap?
Beta Was this translation helpful? Give feedback.
All reactions