Terminology Index

Glossary

2953 terms

Open concept maps
S
26

Syslog

A long-standing standard for forwarding log messages from systems and devices over the network. Defenders rely on syslog daily as a primary way Linux and networking gear ship logs to central collection.

Syslog is the protocol and message format used to send log events from Unix-like systems, network devices, and many appliances to central collectors. It defines facilities (categories) and severities, and is shipped over UDP or TCP (with TLS variants for secure transport). For defenders, syslog is the bedrock of Linux and network device telemetry: configuring it correctly, forwarding to the SIEM, and ensuring integrity and reachability are foundational OS-defender skills.

Introduced in: Operating Systems for Defenders

Examples

  • Configuring a Linux host to forward auth logs over syslog to the SIEM.
  • Collecting syslog from network devices for monitoring and investigation.
  • Using TLS-secured syslog to protect log transport integrity.
T
6