Use 'localhost' as default 'server' tag in zookeeper input (#4387)

This commit is contained in:
Greg
2018-07-05 15:37:13 -06:00
committed by Daniel Nelson
parent f5f9fa2095
commit a82b4fbd96
3 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[agent]
interval="1s"
flush_interval="1s"
[[inputs.zookeeper]]
servers = [":2181"]
[[outputs.file]]
files = ["stdout"]