Options for the syslog sink.
readonly
optional
protocol: SyslogProtocol
The protocol to use for sending syslog messages.
readonly
optional
facility: SyslogFacility
The syslog facility to use for all messages.
readonly
optional
syslogHostname: string
The hostname to include in syslog messages. If not provided, the system hostname will be used.
The process ID to include in syslog messages. If not provided, the current process ID will be used.
readonly
optional
includeStructuredData: boolean
Whether to include structured data in syslog messages.
readonly
optional
structuredDataId: string
The structured data ID to use for log properties. Should follow the format "name@private-enterprise-number".