Syslog protocol and daemon reference. RFC 5424, facility/severity codes, remote logging over TCP/UDP/TLS, logrotate integration, logger testing, and log security hardening.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill syslog --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Syslog?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-syslog)More formats (shields.io, HTML) on the badges page.
---
name: "syslog"
version: "1.0.0"
description: "Syslog protocol and daemon reference. RFC 5424, facility/severity codes, remote logging over TCP/UDP/TLS, logrotate integration, logger testing, and log security hardening."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [syslog, logging, linux, monitoring, rfc5424, sysops]
category: "sysops"
---
# Syslog
Syslog protocol and daemon reference. RFC 5424, facilities, severity levels, remote logging.
## Commands
| Command | Description |
|---------|-------------|
| `intro` | RFC 5424, facility/severity, UDP 514 |
| `config` | syslog.conf selectors and actions |
| `facilities` | kern/user/mail/daemon/auth/local0-7 |
| `severity` | emerg/alert/crit/err/warning/notice/info/debug |
| `remote` | Remote logging, TCP vs UDP, TLS |
| `rotation` | logrotate integration, compression, retention |
| `troubleshoot` | logger command, tcpdump on 514 |
| `security` | Log tampering prevention, immutable logs |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.