The parameters of the Syslog server can be configured within the Parameters section of the service.
Possible settings that can be configured:
| Setting | Description |
|---|---|
TransportProtocolType (string) |
Sets the transport protocol for communication with the Syslog Server. Allowed values: TLSServerAndClientAuthentication, TLSOnlyServerAuthentication, UDP. Default value: TLSServerAndClientAuthentication. |
Address (string) Mandatory |
IP address or hostname of the Syslog Server. |
Port (uint) Mandatory |
Port of the Syslog Server. |
AutoAcceptServer (bool) |
Automatically accept server certificates during runtime. Not allowed for UDP. Default value: false. |
TrustedServerCertificates (array) |
Array of trusted Server certificates (public key file *.cer). Absolute paths or paths relative to the *.hwl.json file that defines the module can be specified. |