TLS / SSL
Each output plugin that requires to perform Network I/O can optionally enable TLS and configure the behavior. The following table describes the properties available:
By default HTTP output plugin uses plain TCP, enabling TLS from the command line can be done with:
The same behavior can be accomplished using a configuration file:
Name cpu
Tag cpu
Name http
Host 192.168.2.3
URI /something
tls On
tls.verify Off