1 row where remote_addr = "10.1.29.75" and request_time = "0.062" sorted by request_time descending

View and edit SQL

request_time

  • 0.062 · 1

remote_addr

  • 10.1.29.75 · 1
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
91 2021-08-05T19:10:54.952639+00:00 app[web.1]: measure#nginx.service=0.062 request="GET /2017/Nov/14/proxy-cache-lock/ HTTP/1.1" status_code=200 request_id=52387811-56c9-44ef-ba3b-ce8ebb476f5c remote_addr="10.1.29.75" forwarded_for="54.36.148.134, 141.101.76.62" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=4541 referer="-" user_agent="Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)" request_time="0.062" upstream_response_time="0.064" upstream_connect_time="0.000" upstream_header_time="0.064"; 0.062 GET /2017/Nov/14/proxy-cache-lock/ HTTP/1.1 200 52387811-56c9-44ef-ba3b-ce8ebb476f5c 10.1.29.75 54.36.148.134, 141.101.76.62 http 1.1 vegur 4541 - Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/) 0.062 0.064 0.0 0.064

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
);