Log Encyclopedia
Nginx Access Log
Default combined log format shipped with Nginx, ideal for traffic and latency triage.
Category: Web Server
Regex Pattern
^(?<remote_addr>\S+) - (?<remote_user>\S+) \[(?<time_local>[^\]]+)\] "(?<request>[^"]+)" (?<status>\d+) (?<body_bytes_sent>\d+) "(?<http_referer>[^"]*)" "(?<http_user_agent>[^"]*)"DuckDB Schema
remote_addr VARCHAR, remote_user VARCHAR, time_local VARCHAR, request VARCHAR, status INTEGER, body_bytes_sent INTEGER, http_referer VARCHAR, http_user_agent VARCHARReady to analyze?
Click below to open the local DuckDB tool preloaded for Nginx Access Log.
Analyze Now (Local & Private)
Prefilled SQL: SELECT * FROM log_table WHERE status IN ('502', '404', '499') LIMIT 200;Need demo data?
Load our curated sample (42 KB) to see Auto-Charts, rejects, and HUD insights instantly.
Common Nginx Access Log Errors
Investigate frequent error signatures without leaving the browser.