- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Article summary
Did you find this summary helpful?
Thank you for your feedback
Syslog (TCP)
Output events and detections to a syslog target.
dest_host
: the IP or DNS and port to connect to, formatwww.myorg.com:514
.is_tls
: iftrue
will output over TCP/TLS.is_strict_tls
: iftrue
will enforce validation of TLS certs.is_no_header
: iftrue
will not emit a Syslog header before every message. This effectively turns it into a TCP output.structured_data
: arbitrary field to include in syslog "Structured Data" headers. Sometimes useful for cloud SIEMs integration.
Example:
dest_host: storage.corp.com
is_tls: "true"
is_strict_tls: "true"
is_no_header: "false"
Was this article helpful?