### ClickHouse input plugin

[[inputs.clickhouse]]
  timeout         = 2
  user            = "default"
  servers         = ["http://127.0.0.1:8123"]
  auto_discovery  = true
  cluster_include = []
  cluster_exclude = ["test_shard_localhost"]

[[outputs.file]]
  files = ["stdout"]