This data as json, CSV (advanced)
Link | rowid | start | method | path | query_string | user_agent | referer | accept_language | http_status | content_type | client_ip | duration | body_size |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10 | 10 | 1576529194.185455 | GET | /-/static/codemirror-5.31.0-min.css 5 | 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/css 2 | 127.0.0.1 | 0.00663304328918457 | 5920 | ||
17 | 17 | 1576529196.941251 | GET | /-/static/codemirror-5.31.0-min.css 5 | 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/css 2 | 127.0.0.1 | 0.006315946578979492 | 5920 |
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 );