Skip to content

JSON Parser

Parse JSON-formatted logs automatically. Supports single objects, arrays, and newline-delimited JSON (NDJSON) streams.

Supported Formats#

  • Single object: {"level": "error", "msg": "failed"}
  • NDJSON: One JSON object per line
  • Concatenated: Multiple objects without separators

Fields are automatically extracted and become searchable/filterable.

How to use

  1. Use with logs from Node.js, Python logging, or any JSON output

Related