requests

3 rows where query_string = 8

View and edit SQL

accept_language

query_string

  • ?_facet=path&_facet=content_type&_facet=query_string&_sort_desc=user_agent · 3
Link rowid start method path query_string user_agent referer accept_language http_status content_type client_ip duration body_size
40 1576529519.6488872 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; 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.04874086380004883 76373
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
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

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 25.299ms