Bindplane is excited to join Dynatrace!Learn more
Back to Blueprints

Parse JSON

A bundle of processors for parsing JSON logs.

Included Processors

1

Parse JSON

Parses a JSON object from the log body and creates new fields for each key in the JSON object.

2

Parse Timestamp

Converts the extracted timestamp string into a proper timestamp format. This processor takes the 'timestamp' field and converts it into a valid timestamp in the log body.

3

Delete Fields

Removes the original timestamp field after it has been parsed.

Example Telemetry

Log

NameBeforeAfter
observed_time2026-01-15T10:30:00Z2026-01-15T10:30:00Z
time2026-01-15T10:30:00Z2025-06-15T10:30:00Z
severity_textINFOINFO
severity_number99

Body

{"level":"info","timestamp":"2025-06-15T10:30:00Z","message":"User logged in","user_id":"12345"}
levelinfo
messageUser logged in
user_id12345

Resource

NameBeforeAfter
host.namemy-host.localmy-host.local
service.nameexample-serviceexample-service

Related Blueprints