We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c626016 commit c3934bdCopy full SHA for c3934bd
README.rst
@@ -45,6 +45,7 @@ network interface and a port. Multiple instances of these plugins can run concur
45
**Output plugins** - store or forward your flows.
46
47
- `FDS File <src/plugins/output/fds>`_ - store all flows in FDS file format (efficient long-term storage)
48
+- `Forwarder <src/plugins/output/forwarder>`_ - forward flows as IPFIX to one or mode subcollectors
49
- `IPFIX File <src/plugins/output/ipfix>`_ - store all flows in IPFIX File format
50
- `JSON <src/plugins/output/json>`_ - convert flow records to JSON and send/store them
51
- `JSON-Kafka <src/plugins/output/json-kafka>`_ - convert flow records to JSON and send them to Apache Kafka
0 commit comments