2 rows where remote_addr = "10.1.3.226" and user_agent = "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" sorted by request_time descending

View and edit SQL

user_agent

  • Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) · 2

remote_addr

  • 10.1.3.226 · 2
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
224 2021-08-05T19:14:18.551893+00:00 app[web.1]: measure#nginx.service=1.980 request="GET /tags/projects/ HTTP/1.1" status_code=200 request_id=812b6003-2ed8-4984-b31f-9172da409c7d remote_addr="10.1.3.226" forwarded_for="207.46.13.87, 108.162.245.224" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=33823 referer="-" user_agent="Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" request_time="1.980" upstream_response_time="1.980" upstream_connect_time="0.000" upstream_header_time="1.980"; 1.98 GET /tags/projects/ HTTP/1.1 200 812b6003-2ed8-4984-b31f-9172da409c7d 10.1.3.226 207.46.13.87, 108.162.245.224 http 1.1 vegur 33823 - Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) 1.98 1.98 0.0 1.98
274 2021-08-05T19:15:25.162779+00:00 app[web.1]: measure#nginx.service=0.230 request="GET /search/?tag=ssh&tag=douglasbowman&year=2005 HTTP/1.1" status_code=200 request_id=89776c18-3dc3-40ce-8c58-e856f0dfcca5 remote_addr="10.1.3.226" forwarded_for="13.66.139.0, 108.162.246.8" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=5654 referer="-" user_agent="Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" request_time="0.230" upstream_response_time="0.228" upstream_connect_time="0.000" upstream_header_time="0.228"; 0.23 GET /search/?tag=ssh&tag=douglasbowman&year=2005 HTTP/1.1 200 89776c18-3dc3-40ce-8c58-e856f0dfcca5 10.1.3.226 13.66.139.0, 108.162.246.8 http 1.1 vegur 5654 - Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) 0.23 0.228 0.0 0.228

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