Log Encyclopedia
Apache Combined Log
The de-facto Apache HTTP Server log string with referer and user agent fields.
Category: Web Server
Regex Pattern
^(?<ip>\S+) (?<identd>\S+) (?<user>\S+) \[(?<time>[^\]]+)\] "(?<request>[^"]+)" (?<status>\d{3}) (?<bytes>\d+|-) "(?<referer>[^"]*)" "(?<agent>[^"]*)"DuckDB Schema
ip VARCHAR, identd VARCHAR, user VARCHAR, time VARCHAR, request VARCHAR, status INTEGER, bytes INTEGER, referer VARCHAR, agent VARCHARReady to analyze?
Click below to open the local DuckDB tool preloaded for Apache Combined Log.
Analyze Now (Local & Private)
Prefilled SQL: SELECT * FROM log_table WHERE status IN ('500', '503', '408') LIMIT 200;Need demo data?
Load our curated sample (37 KB) to see Auto-Charts, rejects, and HUD insights instantly.