1 row where forwarded_for = "54.36.148.6, 141.101.77.138" and remote_addr = "10.1.58.55" sorted by request_time descending

View and edit SQL

remote_addr

  • 10.1.58.55 · 1

forwarded_for

  • 54.36.148.6, 141.101.77.138 · 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
162 2021-08-05T19:12:51.858686+00:00 app[web.1]: measure#nginx.service=3.829 request="GET /2008/May/28/geobloggers/ HTTP/1.1" status_code=200 request_id=6735bc97-e91d-4ded-bb8d-29994517dcd5 remote_addr="10.1.58.55" forwarded_for="54.36.148.6, 141.101.77.138" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=4537 referer="-" user_agent="Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)" request_time="3.829" upstream_response_time="3.828" upstream_connect_time="0.000" upstream_header_time="3.828"; 3.829 GET /2008/May/28/geobloggers/ HTTP/1.1 200 6735bc97-e91d-4ded-bb8d-29994517dcd5 10.1.58.55 54.36.148.6, 141.101.77.138 http 1.1 vegur 4537 - Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/) 3.829 3.828 0.0 3.828

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