Fluentbit to OTelcollector #9102
Unanswered
RitikaLaddha
asked this question in
Q&A
Replies: 3 comments
-
Hi @edsiper I want to achieve below flow, would be very grateful for any guidance
|
Beta Was this translation helpful? Give feedback.
0 replies
-
A couple notes, does your OTEL collector support TLS / have it configured? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for replying @agup006
|
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
-
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 or fluentbit to make this work?
Beta Was this translation helpful? Give feedback.
All reactions