- Notifications
You must be signed in to change notification settings - Fork1.9k
Issue#18775
-
my vector.yaml file is - sinks: but getting this error Configuration error. error=Input "my_sourc_id" for sink "my_sink_id" doesn't match any components. pls help |
BetaWas this translation helpful?Give feedback.
All reactions
Ah. It appears the source name should beotlp_logs.logs. I didn't see this in the documentation of the source. Might be a common source of confusion. Especially since otlp metrics is not yet supported (per the docs).
Replies: 3 comments 4 replies
-
Hi@shivamsoni1 , It looks like you have a typo since the error message says |
BetaWas this translation helpful?Give feedback.
All reactions
-
I'm also seeing this issue. It's not a typo. It appears to be a bug. Here's a simple full example: |
BetaWas this translation helpful?Give feedback.
All reactions
-
Here's the error: |
BetaWas this translation helpful?Give feedback.
All reactions
-
Also, my version: |
BetaWas this translation helpful?Give feedback.
All reactions
-
Ah. It appears the source name should be |
BetaWas this translation helpful?Give feedback.
All reactions
👍 6
-
Good catch. There's also an example in the regression test cases: vector/regression/cases/otlp_grpc_to_blackhole/vector/vector.yaml Lines 11 to 30 in9bd2593
|
BetaWas this translation helpful?Give feedback.
All reactions
-
Yes - the need for a |
BetaWas this translation helpful?Give feedback.