This data as json, CSV (advanced)
Suggested facets: user_agent, accept_language, body_size
Link | rowid | start | method | path | query_string | user_agent | referer | accept_language | http_status | content_type | client_ip | duration | body_size |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1 | 1576529187.041342 | GET | / 1 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1 | en-US,en;q=0.5 1 | 200 | text/html; charset=utf-8 1 | 127.0.0.1 | 0.04741406440734863 | 662 | ||
4 | 4 | 1576529187.9957602 | GET | / 1 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1 | en-US,en;q=0.5 1 | 200 | text/html; charset=utf-8 1 | 127.0.0.1 | 0.0016126632690429688 | 662 | ||
7 | 7 | 1576529192.515535 | GET | / 1 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1 | en-US,en;q=0.5 1 | 200 | text/html; charset=utf-8 1 | 127.0.0.1 | 0.04601883888244629 | 1127 | ||
54 | 54 | 1576529542.2622201 | GET | / 1 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15 3 | en-us 3 | 200 | text/html; charset=utf-8 1 | 127.0.0.1 | 0.007745981216430664 | 1138 |
JSON shape: default, array, newline-delimited
CREATE TABLE [requests] ( [start] FLOAT, [method] TEXT, [path] INTEGER REFERENCES [paths]([id]), [query_string] INTEGER REFERENCES [query_strings]([id]), [user_agent] INTEGER REFERENCES [user_agents]([id]), [referer] INTEGER REFERENCES [referers]([id]), [accept_language] INTEGER REFERENCES [accept_languages]([id]), [http_status] INTEGER, [content_type] INTEGER REFERENCES [content_types]([id]), [client_ip] TEXT, [duration] FLOAT, [body_size] INTEGER );