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

Parse NGINX

A basic NGINX format parser that extracts core fields, removes empty values, and parses the timestamp.

Included Processors

1

Parse with Regex

Parsing out basic NGINX fields with regex.

2

Delete Empty Values

Deleting empty values.

3

Parse Timestamp

Parsing the timestamp into a field.

Example Telemetry

Log

NameBeforeAfter
observed_time2026-02-04T14:22:00Z2026-02-04T14:22:00Z
time2026-02-04T14:22:00Z2026-01-04T14:22:00Z
severity_textINFOINFO
severity_number99

Body

192.168.1.50 - - [04/Jan/2026:14:22:00 +0000] "GET /api/v1/users HTTP/1.1" 200 1234 "https://example.com/dashboard" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36"
http_versionHTTP/1.1
ip192.168.1.50
methodGET
path/api/v1/users
referrerhttps://example.com/dashboard
response_size1234
status_code200
timestamp04/Jan/2026:14:22:00 +0000
user_agentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36

Resource

NameBeforeAfter
host.namenginx-prod-01nginx-prod-01
service.namenginxnginx

Related Blueprints