The following example shows a toml configuration file for a ClickHouse sink in Vector:
[sinks.clickhouse]
type = "clickhouse"
inputs = ["<your_vector_source>"]
endpoint = "https://<clickhouse_host>:8443"
database = "<database_name>"
table = "<table_name>"
auth.strategy = "basic"
auth.user = "username"
auth.password = "password"
Other integrations
Get started with ClickHouse Cloud for free
We'll get you started on a 30 day trial and $300 credits to spend at your own pace.