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:

    1. Name cpu
    2. Tag cpu
    3. Name http
    4. Host 192.168.2.3
    5. URI /something
    6. tls On
    7. tls.verify Off