1 row where forwarded_for = "114.119.147.150, 172.70.142.117" and remote_addr = "10.1.18.241" sorted by request_time descending

View and edit SQL

remote_addr

  • 10.1.18.241 · 1

forwarded_for

  • 114.119.147.150, 172.70.142.117 · 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
253 2021-08-05T19:15:02.056579+00:00 app[web.1]: measure#nginx.service=0.166 request="GET /search/?year=2009&month=9&tag=sharecropping HTTP/1.1" status_code=200 request_id=cdbf53cf-2414-40d4-99ba-c3daefd7a8a4 remote_addr="10.1.18.241" forwarded_for="114.119.147.150, 172.70.142.117" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=5799 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.166" upstream_response_time="0.168" upstream_connect_time="0.000" upstream_header_time="0.168"; 0.166 GET /search/?year=2009&month=9&tag=sharecropping HTTP/1.1 200 cdbf53cf-2414-40d4-99ba-c3daefd7a8a4 10.1.18.241 114.119.147.150, 172.70.142.117 http 1.1 vegur 5799 - 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.166 0.168 0.0 0.168

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