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 146397e commit 9cdf954Copy full SHA for 9cdf954
README.rst
@@ -47,6 +47,7 @@ network interface and a port. Multiple instances of these plugins can run concur
47
- `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
49
- `JSON <src/plugins/output/json>`_ - convert flow records to JSON and send/store them
50
+- `JSON <src/plugins/output/json-kafka>`_ - convert flow records to JSON and send them to Apache Kafka
51
- `Viewer <src/plugins/output/viewer>`_ - convert IPFIX into plain text and print
52
it on standard output
53
- `Time Check <src/plugins/output/timecheck>`_ - flow timestamp check
0 commit comments