Parameters for Syslog Server - References - SIMATIC AX - AX Hardware Engineering documentation - Hardware Engineering,

Hardware Engineering reference

Portfolio
SIMATIC AX
Product
SIMATIC AX
Software version
2.0.0-alpha1.56
Edition
08/2025
Language
English (original)
Package Name
@ax/hw-docs

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.