Loupe
Documentation

Technical

Supported log formats.

Loupe ships eight parsers covering the formats actually involved in production incidents — server-side syslog variants, web access logs, structured app logs, email threads, macOS unified log exports, and packet captures. Detection runs on file contents, not extension, so rename freely.

Optional dependencies

Loupe runs without any external tools by default. One parser is optional and shells out to a third-party binary when available:

  • tshark — used for .pcap / .pcapng ingestion. Install via brew install wireshark or download Wireshark from wireshark.org. If absent, the pcap parser is disabled with a clear error.

Roadmap

Format coverage planned for v1.x:

  • journald JSON (`journalctl --output=json`) — covers RHEL, Fedora, Ubuntu, Debian, Arch, openSUSE
  • Windows .evtx — covers XP through Server 2025
  • User-authored Grok rules — drop-in YAML for site-specific or vendor-specific patterns