Unable to use otel source with ClickHouse Sink #15764
Answered
by
jszwedko
gingerwizard
asked this question in
Q&A
-
I have the following configuration
using the helm chart for vector. This results in the following error:
Works with other sources. It seems almost like the otel source is recognized but not configured. |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Dec 28, 2022
Replies: 1 comment 1 reply
-
Hi @gingerwizard ! This is because the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gingerwizard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gingerwizard !
This is because the
opentelemetry
source has multiple outputs, one for each data type (though just logs so far). Setting the input tootel.logs
should work for you. The error message there could definitely be improved.