You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
After upgrading to 0.33 it seems that health checks are broken. I checked https://vector.dev/highlights/2023-09-27-0-33-0-upgrade-guide/ but I couldn't find a solution for my problem, even though it mentions breakage / changes related to the endpoints.
It looks like a slash is always appended to the endpoint, which results into vector (at least vector validate) doing stuff like endpoint + //?query=SELECT%201. I tried to "curl" that by hand it seems to be ok when I remove one slash, so like http://localhost:8123/?query=SELECT%201. I tried to append a slash at the end of the endpoint in the YAML file but it didn't work.
A note for the community
Problem
After upgrading to 0.33 it seems that health checks are broken. I checked https://vector.dev/highlights/2023-09-27-0-33-0-upgrade-guide/ but I couldn't find a solution for my problem, even though it mentions breakage / changes related to the endpoints.
It looks like a slash is always appended to the endpoint, which results into vector (at least vector validate) doing stuff like endpoint +
//?query=SELECT%201
. I tried to "curl" that by hand it seems to be ok when I remove one slash, so likehttp://localhost:8123/?query=SELECT%201
. I tried to append a slash at the end of the endpoint in the YAML file but it didn't work.vector/src/sinks/util/uri.rs
Line 36 in 42beb3f
vector/src/sinks/clickhouse/config.rs
Line 134 in 536a7f1
Configuration
Version
vector 0.33.1 (x86_64-unknown-linux-gnu 3cc27b9 2023-10-30 16:50:49.747931844)
Debug Output
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: