Add UDP IPv6 support to statsd input (#3344)

This commit is contained in:
Craig Wickesser
2017-10-16 17:18:36 -04:00
committed by Daniel Nelson
parent b73f493f98
commit cc47382da0
2 changed files with 13 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
```toml
# Statsd Server
[[inputs.statsd]]
## Protocol, must be "tcp" or "udp" (default=udp)
## Protocol, must be "tcp", "udp4", "udp6" or "udp" (default=udp)
protocol = "udp"
## MaxTCPConnection - applicable when protocol is set to tcp (default=250)