Log Clusterer - Group Repeated Log Patterns
Data Tools
What is Log Clusterer - Group Repeated Log Patterns?
How it works
Features & Benefits
- Groups repetitive log noise into actionable clusters
- Runs entirely client-side - no log data leaves your browser
- Handles thousands of lines in seconds via compiled Rust WASM
Frequently Asked Questions
What algorithm does this use?
TF-IDF vectorization followed by DBSCAN. Epsilon is auto-estimated using a k-nearest-neighbour elbow method - the gap between tight same-pattern lines and scattered noise sets the threshold automatically.
Is my log data sent anywhere?
No. All processing runs in a Web Worker using WebAssembly compiled from Rust. Nothing is uploaded.
Related Tools
Upload a CSV to auto-detect column types, spot missing values, and fit a linear regression - all locally in your browser.
Upload a Chrome DevTools trace JSON to run PCA and identify which event categories contribute most to latency.
Popular Utilities
Format, validate, and minify JSON instantly in your browser. Your data never leaves your device.
Decode JWT tokens and inspect header and payload instantly in your browser. Your tokens never leave your device.
Count words, characters, sentences, and estimate reading time instantly in your browser. No sign-up required.