3 rows where remote_addr = "10.1.55.92" and user_agent = "Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)" sorted by request_time descending

View and edit SQL

user_agent

  • Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot) · 3

remote_addr

  • 10.1.55.92 · 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
223 2021-08-05T19:14:18.163742+00:00 app[web.1]: measure#nginx.service=4.494 request="GET /search/?q=django&tag=grahamdumpleton&year=2008 HTTP/1.1" status_code=200 request_id=609b918c-da29-49c2-b257-a5cb0a00adcb remote_addr="10.1.55.92" forwarded_for="114.119.137.91, 172.70.143.119" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=5882 referer="-" user_agent="Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)" request_time="4.494" upstream_response_time="4.496" upstream_connect_time="0.000" upstream_header_time="4.496"; 4.494 GET /search/?q=django&tag=grahamdumpleton&year=2008 HTTP/1.1 200 609b918c-da29-49c2-b257-a5cb0a00adcb 10.1.55.92 114.119.137.91, 172.70.143.119 http 1.1 vegur 5882 - Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot) 4.494 4.496 0.0 4.496
392 2021-08-05T19:17:19.177629+00:00 app[web.1]: measure#nginx.service=0.118 request="GET /search/?q%3Dpostgresql&tag=jsk&page=1&type=entry&year=2020 HTTP/1.1" status_code=200 request_id=3fdd836b-5bfc-4c22-8b9b-3a276c2addb7 remote_addr="10.1.55.92" forwarded_for="114.119.148.197, 172.70.143.79" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=8823 referer="-" user_agent="Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)" request_time="0.118" upstream_response_time="0.116" upstream_connect_time="0.000" upstream_header_time="0.116"; 0.118 GET /search/?q%3Dpostgresql&tag=jsk&page=1&type=entry&year=2020 HTTP/1.1 200 3fdd836b-5bfc-4c22-8b9b-3a276c2addb7 10.1.55.92 114.119.148.197, 172.70.143.79 http 1.1 vegur 8823 - Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot) 0.118 0.116 0.0 0.116
100 2021-08-05T19:11:09.678735+00:00 app[web.1]: measure#nginx.service=0.113 request="GET /search/?q%3Dpostgresql&tag=apple&year=2011&month=1 HTTP/1.1" status_code=200 request_id=607ffc0d-6f80-4703-b3dc-b526a4476f53 remote_addr="10.1.55.92" forwarded_for="114.119.150.114, 172.70.142.229" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=7090 referer="-" user_agent="Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)" request_time="0.113" upstream_response_time="0.112" upstream_connect_time="0.000" upstream_header_time="0.112"; 0.113 GET /search/?q%3Dpostgresql&tag=apple&year=2011&month=1 HTTP/1.1 200 607ffc0d-6f80-4703-b3dc-b526a4476f53 10.1.55.92 114.119.150.114, 172.70.142.229 http 1.1 vegur 7090 - Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot) 0.113 0.112 0.0 0.112

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