1 row where forwarded_for = "158.69.243.99, 172.70.127.11" 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

  • 158.69.243.99, 172.70.127.11 · 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
113 2021-08-05T19:11:31.607555+00:00 app[web.1]: measure#nginx.service=0.119 request="GET /search/?tag=async&tag=orbited HTTP/1.1" status_code=200 request_id=1afa15ed-4c40-4530-ab5c-9edf817346c2 remote_addr="10.1.58.55" forwarded_for="158.69.243.99, 172.70.127.11" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=6025 referer="-" user_agent="Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)" request_time="0.119" upstream_response_time="0.120" upstream_connect_time="0.000" upstream_header_time="0.120"; 0.119 GET /search/?tag=async&tag=orbited HTTP/1.1 200 1afa15ed-4c40-4530-ab5c-9edf817346c2 10.1.58.55 158.69.243.99, 172.70.127.11 http 1.1 vegur 6025 - Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) 0.119 0.12 0.0 0.12

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