Last reviewed against v0.9.0
source:
internal/tools/syslog.go Syslog viewer
UDP listener (default port 1514). RFC 5424 + RFC 3164 parsing. Severity filter. Full-text search. JSON export.
Listens on a UDP port (default 1514) and parses incoming syslog messages.
Supported formats
- RFC 5424 (modern)
- RFC 3164 (legacy)
Filters
- Severity dropdown (emerg → debug)
- Facility dropdown
- Full-text search across the message body
- Source IP filter
Export
Save the buffer as JSON for analysis elsewhere.