Auto-Detection
Automatically detect log formats and configure parsers. Logger analyzes sample logs to identify their format and creates the appropriate parser configuration automatically.
How It Works#
When you start receiving logs, Logger collects samples in the background. Once enough samples are collected, you can trigger auto-detection to analyze the format and set up parsing automatically.
Supported formats:
- JSON (nested and flat)
- Logfmt (key=value pairs)
- Common log formats (Apache, Nginx, etc.)
- Custom formats via AI analysis
How to use
- Click the "Auto-detect" button in the parser panel
- Wait for sample collection, then click "Detect Format"