Issue #18775
shivamsoni1
started this conversation in
General
Issue
#18775
Replies: 2 comments 4 replies
-
Hi @shivamsoni1 , It looks like you have a typo since the error message says |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm also seeing this issue. It's not a typo. It appears to be a bug. Here's a simple full example:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my vector.yaml file is -
sources:
my_source_id:
type: opentelemetry
grpc:
address: 0.0.0.0:4317
http:
address: 0.0.0.0:4318
sinks:
my_sink_id:
type: console
inputs:
- my_source_id
encoding:
codec: json
but getting this error Configuration error. error=Input "my_sourc_id" for sink "my_sink_id" doesn't match any components.
pls help
Beta Was this translation helpful? Give feedback.
All reactions