29 lines
1 KiB
Text
29 lines
1 KiB
Text
|
# Netflow v5, Netflow v9 and IPFIX collector
|
||
|
[[inputs.netflow]]
|
||
|
## Address to listen for netflow,ipfix or sflow packets.
|
||
|
## example: service_address = "udp://:2055"
|
||
|
## service_address = "udp4://:2055"
|
||
|
## service_address = "udp6://:2055"
|
||
|
service_address = "udp://:2055"
|
||
|
|
||
|
## Set the size of the operating system's receive buffer.
|
||
|
## example: read_buffer_size = "64KiB"
|
||
|
## Uses the system's default if not set.
|
||
|
# read_buffer_size = ""
|
||
|
|
||
|
## Protocol version to use for decoding.
|
||
|
## Available options are
|
||
|
## "ipfix" -- IPFIX / Netflow v10 protocol (also works for Netflow v9)
|
||
|
## "netflow v5" -- Netflow v5 protocol
|
||
|
## "netflow v9" -- Netflow v9 protocol (also works for IPFIX)
|
||
|
## "sflow v5" -- sFlow v5 protocol
|
||
|
# protocol = "ipfix"
|
||
|
|
||
|
## Private Enterprise Numbers (PEN) mappings for decoding
|
||
|
## This option allows to specify vendor-specific mapping files to use during
|
||
|
## decoding.
|
||
|
# private_enterprise_number_files = []
|
||
|
|
||
|
## Log incoming packets for tracing issues
|
||
|
# log_level = "trace"
|