1
0
Fork 0
telegraf/plugins/inputs/clickhouse/dev/telegraf.conf

13 lines
285 B
Text
Raw Permalink Normal View History

### ClickHouse input plugin
[[inputs.clickhouse]]
timeout = 2
username = "default"
servers = ["http://127.0.0.1:8123"]
auto_discovery = true
cluster_include = []
cluster_exclude = ["test_shard_localhost"]
[[outputs.file]]
files = ["stdout"]