3 rows where user_agent = "Go-http-client/2.0" sorted by request_time descending

View and edit SQL

remote_addr

user_agent

  • Go-http-client/2.0 · 3
Link rowid line measure#nginx.service request status_code request_id remote_addr forwarded_for forwarded_proto via body_bytes_sent referer user_agent request_time ▲ upstream_response_time upstream_connect_time upstream_header_time
197 2021-08-05T19:13:42.914062+00:00 app[web.1]: measure#nginx.service=2.464 request="GET / HTTP/1.1" status_code=200 request_id=0b2bedbe-f9bf-4ccb-80a5-6360fccf3bd8 remote_addr="10.1.3.226" forwarded_for="34.71.236.85, 172.70.130.27" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=108602 referer="http://simonwillison.net/" user_agent="Go-http-client/2.0" request_time="2.464" upstream_response_time="2.464" upstream_connect_time="0.000" upstream_header_time="2.464"; 2.464 GET / HTTP/1.1 200 0b2bedbe-f9bf-4ccb-80a5-6360fccf3bd8 10.1.3.226 34.71.236.85, 172.70.130.27 http 1.1 vegur 108602 http://simonwillison.net/ Go-http-client/2.0 2.464 2.464 0.0 2.464
203 2021-08-05T19:13:51.962383+00:00 app[web.1]: measure#nginx.service=1.500 request="GET / HTTP/1.1" status_code=200 request_id=581544e7-af43-4fbf-b477-33702d2deb3b remote_addr="10.1.29.75" forwarded_for="34.132.160.115, 162.158.75.152" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=108589 referer="http://simonwillison.net/" user_agent="Go-http-client/2.0" request_time="1.500" upstream_response_time="1.500" upstream_connect_time="0.000" upstream_header_time="1.500"; 1.5 GET / HTTP/1.1 200 581544e7-af43-4fbf-b477-33702d2deb3b 10.1.29.75 34.132.160.115, 162.158.75.152 http 1.1 vegur 108589 http://simonwillison.net/ Go-http-client/2.0 1.5 1.5 0.0 1.5
143 2021-08-05T19:12:18.044578+00:00 app[web.1]: measure#nginx.service=0.431 request="GET / HTTP/1.1" status_code=200 request_id=733b6b77-a113-4c68-a75a-2a55edd6ec97 remote_addr="10.1.91.167" forwarded_for="34.122.4.57, 172.70.126.10" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=108585 referer="http://simonwillison.net/" user_agent="Go-http-client/2.0" request_time="0.431" upstream_response_time="0.432" upstream_connect_time="0.000" upstream_header_time="0.432"; 0.431 GET / HTTP/1.1 200 733b6b77-a113-4c68-a75a-2a55edd6ec97 10.1.91.167 34.122.4.57, 172.70.126.10 http 1.1 vegur 108585 http://simonwillison.net/ Go-http-client/2.0 0.431 0.432 0.0 0.432

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "log" (
   [line] TEXT,
   [measure#nginx.service] FLOAT,
   [request] TEXT,
   [status_code] INTEGER,
   [request_id] TEXT,
   [remote_addr] TEXT,
   [forwarded_for] TEXT,
   [forwarded_proto] TEXT,
   [via] TEXT,
   [body_bytes_sent] INTEGER,
   [referer] TEXT,
   [user_agent] TEXT,
   [request_time] FLOAT,
   [upstream_response_time] FLOAT,
   [upstream_connect_time] FLOAT,
   [upstream_header_time] FLOAT
);