Skip to content

Commit e7aca24

Browse files
committed
README: add reference to IPFIX input plugin, minor tweaks
1 parent 3979da2 commit e7aca24

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,25 @@ No problem, pick any combination of plugins.
2929
Available plugins
3030
-----------------
3131

32-
**Input plugins** - receive IPFIX data. Each can be configured to to listen on a specific
32+
**Input plugins** - receive NetFlow/IPFIX data. Each can be configured to listen on a specific
3333
network interface and a port. Multiple instances of these plugins can run concurrently.
3434

35-
- `UDP <src/plugins/input/udp>`_ - receives NetFlow v5/v9 and IPFIX over UDP
36-
- `TCP <src/plugins/input/tcp>`_ - receives IPFIX over TCP
35+
- `UDP <src/plugins/input/udp>`_ - receive NetFlow v5/v9 and IPFIX over UDP
36+
- `TCP <src/plugins/input/tcp>`_ - receive IPFIX over TCP
37+
- `IPFIX File <src/plugins/input/ipfix>`_ - read flow data from IPFIX File
3738

3839
**Intermediate plugins** - modify, enrich and filter flow records.
3940

40-
- `anonymization <src/plugins/intermediate/anonymization/>`_ - anonymize IP addresses
41+
- `Anonymization <src/plugins/intermediate/anonymization/>`_ - anonymize IP addresses
4142
(in flow records) with Crypto-PAn algorithm
4243

4344
**Output plugins** - store or forward your flows.
4445

45-
- `FDS file <src/plugins/output/fds>`_ - store all flows in FDS file format (efficient long-term storage)
46+
- `FDS File <src/plugins/output/fds>`_ - store all flows in FDS file format (efficient long-term storage)
4647
- `JSON <src/plugins/output/json>`_ - convert flow records to JSON and send/store them
4748
- `Viewer <src/plugins/output/viewer>`_ - convert IPFIX into plain text and print
4849
it on standard output
49-
- `IPFIX file <src/plugins/output/ipfix>`_ - store all flows in IPFIX File format
50+
- `IPFIX File <src/plugins/output/ipfix>`_ - store all flows in IPFIX File format
5051
- `Time Check <src/plugins/output/timecheck>`_ - flow timestamp check
5152
- `Dummy <src/plugins/output/dummy>`_ - simple output module example
5253
- `lnfstore <extra_plugins/output/lnfstore>`_ (*) - store all flows in nfdump compatible

0 commit comments

Comments
 (0)