Vector sink for http endpoint doesn't except ENV variable for uri #23483
Answered
by
pront
JustinJKelly
asked this question in
Q&A
-
QuestionThe value for Error: Is there any workaround for this? Is this expected behavior or should I open a bug? Vector Config
Vector LogsNo response |
Beta Was this translation helpful? Give feedback.
Answered by
pront
Sep 8, 2025
Replies: 1 comment
-
Hi @JustinJKelly, I cannot reproduce this locally.
Config: sources:
generate_syslog:
type: "demo_logs"
format: "syslog"
count: 10
sinks:
sink_main:
uri: ${DEV_URI}
type: http
encoding:
codec: json
auth:
strategy: bearer
token: ${DEV_TOKEN}
inputs:
- generate_syslog |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JustinJKelly,
I cannot reproduce this locally.
Config: