diff --git a/README.rst b/README.rst index beb22eb7..8402c0fd 100644 --- a/README.rst +++ b/README.rst @@ -29,24 +29,25 @@ No problem, pick any combination of plugins. Available plugins ----------------- -**Input plugins** - receive IPFIX data. Each can be configured to to listen on a specific +**Input plugins** - receive NetFlow/IPFIX data. Each can be configured to listen on a specific network interface and a port. Multiple instances of these plugins can run concurrently. -- `UDP `_ - receives NetFlow v5/v9 and IPFIX over UDP -- `TCP `_ - receives IPFIX over TCP +- `UDP `_ - receive NetFlow v5/v9 and IPFIX over UDP +- `TCP `_ - receive IPFIX over TCP +- `IPFIX File `_ - read flow data from IPFIX File **Intermediate plugins** - modify, enrich and filter flow records. -- `anonymization `_ - anonymize IP addresses +- `Anonymization `_ - anonymize IP addresses (in flow records) with Crypto-PAn algorithm **Output plugins** - store or forward your flows. -- `FDS file `_ - store all flows in FDS file format (efficient long-term storage) +- `FDS File `_ - store all flows in FDS file format (efficient long-term storage) - `JSON `_ - convert flow records to JSON and send/store them - `Viewer `_ - convert IPFIX into plain text and print it on standard output -- `IPFIX file `_ - store all flows in IPFIX File format +- `IPFIX File `_ - store all flows in IPFIX File format - `Time Check `_ - flow timestamp check - `Dummy `_ - simple output module example - `lnfstore `_ (*) - store all flows in nfdump compatible