2 rows where remote_addr = "10.1.55.92" and status_code = 301 sorted by request_time descending

View and edit SQL

status_code

remote_addr

  • 10.1.55.92 · 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
385 2021-08-05T19:17:08.816651+00:00 app[web.1]: measure#nginx.service=1.102 request="GET /static/2009/devdays-amsterdam.html HTTP/1.1" status_code=301 request_id=24d69036-dde3-412a-a0a7-684b7b70803e remote_addr="10.1.55.92" forwarded_for="5.255.231.61, 141.101.77.87" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=0 referer="-" user_agent="Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)" request_time="1.102" upstream_response_time="1.104" upstream_connect_time="0.000" upstream_header_time="1.104"; 1.102 GET /static/2009/devdays-amsterdam.html HTTP/1.1 301 24d69036-dde3-412a-a0a7-684b7b70803e 10.1.55.92 5.255.231.61, 141.101.77.87 http 1.1 vegur 0 - Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots) 1.102 1.104 0.0 1.104
297 2021-08-05T19:15:51.290410+00:00 app[web.1]: measure#nginx.service=0.095 request="GET /2007 HTTP/1.1" status_code=301 request_id=a70f9621-a1ec-409a-8d4e-6018aed656e1 remote_addr="10.1.55.92" forwarded_for="34.147.114.27, 141.101.105.157" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=0 referer="-" user_agent="newspaper/0.2.8" request_time="0.095" upstream_response_time="0.096" upstream_connect_time="0.000" upstream_header_time="0.096"; 0.095 GET /2007 HTTP/1.1 301 a70f9621-a1ec-409a-8d4e-6018aed656e1 10.1.55.92 34.147.114.27, 141.101.105.157 http 1.1 vegur 0 - newspaper/0.2.8 0.095 0.096 0.0 0.096

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