1 row where remote_addr = "10.1.58.55" and request_time = "9.806" sorted by request_time descending

View and edit SQL

request_time

  • 9.806 · 1

remote_addr

  • 10.1.58.55 · 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
228 2021-08-05T19:14:24.876531+00:00 app[web.1]: measure#nginx.service=9.806 request="GET /search/?tag=browsers&tag=firefox&tag=javascript&tag=geolocation&tag=video&tag=json&tag=html5&tag=webworkers&tag=canvas&type=blogmark&month=6 HTTP/1.1" status_code=200 request_id=4900c85f-7ed2-41af-a4bc-dbd73b967950 remote_addr="10.1.58.55" forwarded_for="54.161.41.102, 172.70.35.74" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=14143 referer="-" user_agent="Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot)" request_time="9.806" upstream_response_time="9.808" upstream_connect_time="0.000" upstream_header_time="9.808"; 9.806 GET /search/?tag=browsers&tag=firefox&tag=javascript&tag=geolocation&tag=video&tag=json&tag=html5&tag=webworkers&tag=canvas&type=blogmark&month=6 HTTP/1.1 200 4900c85f-7ed2-41af-a4bc-dbd73b967950 10.1.58.55 54.161.41.102, 172.70.35.74 http 1.1 vegur 14143 - Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot) 9.806 9.808 0.0 9.808

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