Skip to main content

Inspect log parsers

Compare representative source text with the structured record authored for each parser.

Interactive pipeline

LOG PARSERS

Curated format comparison

Stage 1 of 6

Original Input

Raw log data from multiple sources in different formats

0HighlightsAuthored emphasis only—not a computed diff.
Copy & download

Input

{"timestamp": "2025-10-20T14:23:45.123Z","level": "error","service": "api","message": "Database connection failed"}

Output

{"timestamp": "2025-10-20T14:23:45.123Z","level": "error","service": "api","message": "Database connection failed"}
Stage configuration01-original-input.yaml
pipeline:
  processors: [] # Raw mixed-format input; no parsing yet