destination tls_log{ tcp("<destination>" port(<destination_port>) tls( ca_dir("/usr/local/etc/<path_to>/ca.d/") key_file("/usr/local/etc/<path_to>/key.d/client.key") cert_file("/usr/local/etc/<path_to>/cert.d/client.crt") peer_verify(required-trusted)) );}; log { source(s_all); destination(tls_log); };
destination tls_log{ tcp("<destination>" port(<destination_port>) tls( ca_dir("/usr/local/etc/<path_to>/ca.d/"));}; log { source(s_all); destination(tls_log); };