1
0
Fork 0
telegraf/migrations/inputs_sflow/testcases/minimal/telegraf.conf

12 lines
398 B
Text
Raw Normal View History

# SFlow V5 Protocol Listener
[[inputs.sflow]]
## Address to listen for sFlow packets.
## example: service_address = "udp://:6343"
## service_address = "udp4://:6343"
## service_address = "udp6://:6343"
service_address = "udp://:6343"
## Set the size of the operating system's receive buffer.
## example: read_buffer_size = "64KiB"
# read_buffer_size = ""