Skip to content

Commit 7d9e0a9

Browse files
BonnyAD9sedmicha
authored andcommitted
TCP - Update readme
1 parent 82898e5 commit 7d9e0a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/plugins/input/tcp/README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Unlike UDP, TCP is reliable transport protocol that allows exporters to detect c
99
disconnection of the collector. Therefore, the issues with templates retransmission and
1010
initial 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+
1215
Example 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>`.

0 commit comments

Comments
 (0)