1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20[sources.logs] type = "demo_logs" format = "json" decoding.codec = "json" [sinks.clickhouse] inputs = ["logs"] type = "clickhouse" database = "r0" endpoint = "http://clickhouse-0.localhost:8123" table = "logs" compression = "gzip" tls.verify_hostname = false auth.user = "demouser" auth.password = "239QV8JkGmF9AZM" auth.strategy = "basic" batch.timeout_secs = 10 request.concurrency = "adaptive"