File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Unlike UDP, TCP is reliable transport protocol that allows exporters to detect c
99disconnection of the collector. Therefore, the issues with templates retransmission and
1010initial period of inability to interpret flow records does not apply here.
1111
12+ Received IPFIX messages may be compressed using LZ4 stream compression. The compression is
13+ enabled on the exporter and the plugin detects it automatically.
14+
1215Example configuration
1316---------------------
1417
@@ -35,3 +38,8 @@ Mandatory parameters:
3538 is left empty, the plugin binds to all available network interfaces. The element can occur
3639 multiple times (one IP address per occurrence) to manually select multiple interfaces.
3740 [default: empty]
41+
42+ Notes
43+ -----
44+ The LZ4 compression uses special format that compatible with
45+ `ipfixproble <https://github.com/CESNET/ipfixprobe> `.
You can’t perform that action at this time.
0 commit comments