Skip to content

Commit 9253af5

Browse files
authored
README: add reference to the FDS input plugin
1 parent 01410cc commit 9253af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ network interface and a port. Multiple instances of these plugins can run concur
3434

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

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

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

0 commit comments

Comments
 (0)