Add UDP IPv6 support to statsd input (#3344)
This commit is contained in:
committed by
Daniel Nelson
parent
b73f493f98
commit
cc47382da0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user