Syslog
- 06 Jul 2023
- 1 Minute to read
- Print
- Dark
This documentation version is deprecated, please click here for the latest version.
Syslog
- Updated on 06 Jul 2023
- 1 Minute to read
- Print
- Dark
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:
Was this article helpful?