use clickhouse handler but got 404 Not Found #13136
-
Hi there, I run 2022-06-14T06:51:57.391239Z ERROR vector::topology::builder: msg="Healthcheck: Failed Reason." error=Unexpected status: 404 Not Found component_kind="sink" component_type="clickhouse" component_id=nginx_access_log_to_databend component_name=nginx_access_log_to_databend |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This sounds very much like Vector isn't able to access Clickhouse at the endpoint you have configured. Are you sure the address and port are configured correctly? Sometimes it can just be the healthcheck endpoint isn't working. What happens if you disable healthchecks? Is it then able to send data into Clickhouse? healthcheck.enabled = false |
Beta Was this translation helpful? Give feedback.
This sounds very much like Vector isn't able to access Clickhouse at the endpoint you have configured. Are you sure the address and port are configured correctly?
Sometimes it can just be the healthcheck endpoint isn't working. What happens if you disable healthchecks? Is it then able to send data into Clickhouse?