1 row where remote_addr = "10.1.94.69" and upstream_response_time = "1.448" sorted by request_time descending

View and edit SQL

upstream_response_time

  • 1.448 · 1

remote_addr

  • 10.1.94.69 · 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
395 2021-08-05T19:17:28.865009+00:00 app[web.1]: measure#nginx.service=1.448 request="GET /search/?tag=json&tag=csstransforms&tag=html5&tag=video&tag=browsers&tag=audio&year=2009&type=blogmark&month=6 HTTP/1.1" status_code=200 request_id=573e4dbe-35f8-4fdc-8eaf-7926bbc1c0f4 remote_addr="10.1.94.69" forwarded_for="54.161.41.102, 172.70.34.233" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=12470 referer="-" user_agent="Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot)" request_time="1.448" upstream_response_time="1.448" upstream_connect_time="0.000" upstream_header_time="1.448"; 1.448 GET /search/?tag=json&tag=csstransforms&tag=html5&tag=video&tag=browsers&tag=audio&year=2009&type=blogmark&month=6 HTTP/1.1 200 573e4dbe-35f8-4fdc-8eaf-7926bbc1c0f4 10.1.94.69 54.161.41.102, 172.70.34.233 http 1.1 vegur 12470 - Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot) 1.448 1.448 0.0 1.448

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