Skip to content

Commit ec345f9

Browse files
committed
TCP input TLS - Update README.
1 parent 69edb0e commit ec345f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/plugins/input/tcp/README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ initial period of inability to interpret flow records does not apply here.
1212
Received IPFIX messages may be compressed using LZ4 stream compression. The compression is
1313
enabled on the exporter and the plugin detects it automatically.
1414

15+
Received IPFIX messages may be secured with TLS. The TLS decoder is enabled by specifying the
16+
certificateFile parameter. Inbound TLS messages are automatically detected.
17+
1518
Example configuration
1619
---------------------
1720

@@ -39,6 +42,12 @@ Mandatory parameters:
3942
multiple times (one IP address per occurrence) to manually select multiple interfaces.
4043
[default: empty]
4144

45+
Optional parameters:
46+
47+
:``certificateFile``:
48+
Absolute path to a PEM file with certificate and private key. Specifying this path will enable
49+
TLS decoder for the inbound connections. If this parameter is omitted, TLS decoder is disabled.
50+
4251
Notes
4352
-----
4453
The LZ4 compression uses special format that compatible with

0 commit comments

Comments
 (0)