1 row where remote_addr = "10.1.48.192" and request = "GET /search/?month=3&tag=atom&type=blogmark HTTP/1.1" sorted by request_time descending

View and edit SQL

request

  • GET /search/?month=3&tag=atom&type=blogmark HTTP/1.1 · 1

remote_addr

  • 10.1.48.192 · 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
180 2021-08-05T19:13:24.351067+00:00 app[web.1]: measure#nginx.service=3.501 request="GET /search/?month=3&tag=atom&type=blogmark HTTP/1.1" status_code=200 request_id=56f8adbb-4fea-480b-a9ba-9f540e907dc6 remote_addr="10.1.48.192" forwarded_for="114.119.142.27, 172.70.143.35" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=6264 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="3.501" upstream_response_time="3.500" upstream_connect_time="0.000" upstream_header_time="3.500"; 3.501 GET /search/?month=3&tag=atom&type=blogmark HTTP/1.1 200 56f8adbb-4fea-480b-a9ba-9f540e907dc6 10.1.48.192 114.119.142.27, 172.70.143.35 http 1.1 vegur 6264 - 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.501 3.5 0.0 3.5

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