Skip to content

Commit

Permalink
README: add reference to the FDS input plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas955 authored May 4, 2020
1 parent 01410cc commit 9253af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ network interface and a port. Multiple instances of these plugins can run concur

- `UDP <src/plugins/input/udp>`_ - receive NetFlow v5/v9 and IPFIX over UDP
- `TCP <src/plugins/input/tcp>`_ - receive IPFIX over TCP
- `FDS File <src/plugins/input/fds>`_ - read flow data from FDS File (efficient long-term storage)
- `IPFIX File <src/plugins/input/ipfix>`_ - read flow data from IPFIX File

**Intermediate plugins** - modify, enrich and filter flow records.
Expand All @@ -44,10 +45,10 @@ network interface and a port. Multiple instances of these plugins can run concur
**Output plugins** - store or forward your flows.

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

0 comments on commit 9253af5

Please sign in to comment.