Log Pattern Extractor
A log pattern extractor: paste raw log lines and cluster them into templates by masking variable tokens (timestamps, IPs, UUIDs, numbers, durations, hex, ids and key=value values), then see each template with its frequency, percentage and an example — sorted by count with a min-count filter.
npx shadcn@latest add https://rocket.gozturk.dev/r/log-patterns.jsonmin count
7 lines → 4 patterns
×343%<ts> INFO api request completed in <dur>
2026-06-15T08:01:14Z INFO api request completed in 142ms×229%<ts> ERROR payments timeout after <dur> user=<id>
2026-06-15T08:01:13Z ERROR payments timeout after 3000ms user=cus_12af×114%<ts> WARN api slow response <dur>
2026-06-15T08:03:11Z WARN api slow response 920ms×114%<ts> ERROR db connection refused <ip>
2026-06-15T08:04:09Z ERROR db connection refused 10.0.12.5