2 rows where body_bytes_sent = 13578 sorted by request_time descending

View and edit SQL

status_code

body_bytes_sent

  • 13578 · 2
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
252 2021-08-05T19:15:01.270874+00:00 app[web.1]: measure#nginx.service=2.478 request="GET /search/?tag=canvas&tag=crossdomain&tag=html5&tag=browsers&tag=webworkers&tag=mozilla&tag=firefox&type=blogmark&month=6&year=2009 HTTP/1.1" status_code=200 request_id=7290dfd0-f51a-4786-9fb2-8099dcda5bc7 remote_addr="10.1.21.228" forwarded_for="54.161.41.102, 172.70.34.27" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=13578 referer="-" user_agent="Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot)" request_time="2.478" upstream_response_time="2.476" upstream_connect_time="0.000" upstream_header_time="2.476"; 2.478 GET /search/?tag=canvas&tag=crossdomain&tag=html5&tag=browsers&tag=webworkers&tag=mozilla&tag=firefox&type=blogmark&month=6&year=2009 HTTP/1.1 200 7290dfd0-f51a-4786-9fb2-8099dcda5bc7 10.1.21.228 54.161.41.102, 172.70.34.27 http 1.1 vegur 13578 - Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot) 2.478 2.476 0.0 2.476
285 2021-08-05T19:15:39.401720+00:00 app[web.1]: measure#nginx.service=1.964 request="GET /search/?tag=csstransforms&tag=video&tag=textshadow&tag=dragndrop&tag=json&tag=browsers&tag=fonts&type=blogmark&month=6&year=2009 HTTP/1.1" status_code=200 request_id=5a696c2d-f1e8-41eb-b09c-9e35ef18d896 remote_addr="10.1.18.241" forwarded_for="54.161.41.102, 172.70.34.127" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=13578 referer="-" user_agent="Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot)" request_time="1.964" upstream_response_time="1.964" upstream_connect_time="0.000" upstream_header_time="1.964"; 1.964 GET /search/?tag=csstransforms&tag=video&tag=textshadow&tag=dragndrop&tag=json&tag=browsers&tag=fonts&type=blogmark&month=6&year=2009 HTTP/1.1 200 5a696c2d-f1e8-41eb-b09c-9e35ef18d896 10.1.18.241 54.161.41.102, 172.70.34.127 http 1.1 vegur 13578 - Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot) 1.964 1.964 0.0 1.964

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