Skip to content

Commit 8370a50

Browse files
authored
README: add references to plugins
1 parent ecb1c56 commit 8370a50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ Available plugins
2525
**Input plugins** - receive IPFIX data. Each can be configured to to listen on a specific
2626
network 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

0 commit comments

Comments
 (0)