Transport 🔗︎

protocol (string, optional) 🔗︎

Protocol Default: :tcp

Default: -

version (string, optional) 🔗︎

Version Default: ‘TLSv1_2’

Default: -

ciphers (string, optional) 🔗︎

Ciphers Default: “ALL:!aNULL:!eNULL:!SSLv2”

Default: -

insecure (bool, optional) 🔗︎

Use secure connection when use tls) Default: false

Default: -

ca_path (string, optional) 🔗︎

Specify path to CA certificate file

Default: -

cert_path (string, optional) 🔗︎

Specify path to Certificate file

Default: -

private_key_path (string, optional) 🔗︎

Specify path to private Key file

Default: -

private_key_passphrase (string, optional) 🔗︎

public CA private key passphrase contained path

Default: -

client_cert_auth (bool, optional) 🔗︎

When this is set Fluentd will check all incoming HTTPS requests for a client certificate signed by the trusted CA, requests that don’t supply a valid client certificate will fail.

Default: -

ca_cert_path (string, optional) 🔗︎

Specify private CA contained path

Default: -

ca_private_key_path (string, optional) 🔗︎

private CA private key contained path

Default: -

ca_private_key_passphrase (string, optional) 🔗︎

private CA private key passphrase contained path

Default: -