requests

9 rows where user_agent = 2

View and edit SQL

Suggested facets: path, query_string, content_type, body_size

user_agent

  • Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 · 9
Link rowid start method path query_string user_agent referer accept_language http_status content_type client_ip duration body_size
42 1576529525.2958348 GET /demo/requests 9 ?_facet=path&_facet=content_type&_facet=query_string&_sort_desc=user_agent 8 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/html; charset=utf-8 1 127.0.0.1 0.048673152923583984 79558
43 1576529525.3880079 GET /-/static/app.css 2 ?cbffc0 1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/css 2 127.0.0.1 0.0016510486602783203 6104
44 1576529525.625716 GET /favicon.ico 3   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/plain 3 127.0.0.1 0.00030517578125 0
45 1576529527.9594398 GET /demo/requests 9 ?_facet=path&_facet=content_type&_facet=query_string&_sort_desc=user_agent 8 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/html; charset=utf-8 1 127.0.0.1 0.03209328651428223 84204
46 1576529528.006148 GET /-/static/app.css 2 ?cbffc0 1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/css 2 127.0.0.1 0.0013339519500732422 6104
47 1576529528.052893 GET /favicon.ico 3   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/plain 3 127.0.0.1 0.00026917457580566406 0
48 1576529529.313341 GET /demo/requests 9 ?_facet=path&_facet=content_type&_facet=query_string&_sort_desc=user_agent&_facet=user_agent 9 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/html; charset=utf-8 1 127.0.0.1 0.041190147399902344 90640
49 1576529529.3687308 GET /-/static/app.css 2 ?cbffc0 1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/css 2 127.0.0.1 0.001192331314086914 6104
50 1576529529.430069 GET /favicon.ico 3   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 2   en-US,en;q=0.9 2 200 text/plain 3 127.0.0.1 0.00026488304138183594 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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
);
Powered by Datasette · Query took 32.112ms