Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
28
plugins/inputs/netflow/sample.conf
Normal file
28
plugins/inputs/netflow/sample.conf
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue