File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ initial period of inability to interpret flow records does not apply here.
1212Received IPFIX messages may be compressed using LZ4 stream compression. The compression is
1313enabled 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+
1518Example 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+
4251Notes
4352-----
4453The LZ4 compression uses special format that compatible with
You can’t perform that action at this time.
0 commit comments