File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ Available plugins
2525**Input plugins ** - receive IPFIX data. Each can be configured to to listen on a specific
2626network interface and a port. Multiple instances of these plugins can run concurrently.
2727
28- - UDP - receives IPFIX over UDP
29- - TCP - receives IPFIX over TCP
28+ - ` UDP < src/plugins/input/udp >`_ - receives IPFIX over UDP
29+ - ` TCP < src/plugins/input/tcp >`_ - receives IPFIX over TCP
3030
3131**Intermediate plugins ** - modify, enrich and filter flow records.
3232
3333- anonymization - anonymize IP addresses (in flow records) with Crypto-PAn algorithm.
3434
3535**Output plugins ** - store or forward your flows.
3636
37- - json - convert flow records to JSON and send/store them
37+ - ` JSON < src/plugins/output/ json>`_ - convert flow records to JSON and send/store them
3838- dummy - simple module example,
39- - lnfstore (*) - store all flows in nfdump compatible format for long-term preservation
39+ - ` lnfstore < extra_plugins/output/lnfstore >`_ (*) - store all flows in nfdump compatible format for long-term preservation
4040
4141\* Must be installed individually due to extra dependencies
4242
You can’t perform that action at this time.
0 commit comments