telegraf/plugins/inputs/clickhouse/dev/telegraf.conf

13 lines
285 B
Plaintext
Raw Normal View History

2020-03-05 06:20:46 +08:00
### ClickHouse input plugin
[[inputs.clickhouse]]
timeout = 2
username = "default"
2020-03-05 06:20:46 +08:00
servers = ["http://127.0.0.1:8123"]
auto_discovery = true
cluster_include = []
cluster_exclude = ["test_shard_localhost"]
[[outputs.file]]
files = ["stdout"]