Encrypt log transport between a device and your collector instead of sending plaintext UDP syslog.
In Settings > Collectors, turn on the TLS syslog listener (default port 6514). Zynty generates a certificate for the collector automatically, or you can upload your own.
Import the collector's certificate (or your internal CA if you supplied one) into the device's trust store so it will accept the TLS connection.
Configuration syntax varies by vendor, but the shape is consistent: set the transport to TLS/TCP and the port to 6514 instead of UDP/514.
# Example: Cisco IOS-XE configure terminal logging host 10.20.0.50 transport tls port 6514 end
The device's Protocols tab distinguishes TLS syslog from plain UDP, confirm it shows "Syslog (TLS)" rather than just "Syslog".