1 row where body_bytes_sent = 13671 and remote_addr = "10.1.93.20" sorted by request_time descending

View and edit SQL

remote_addr

  • 10.1.93.20 · 1

body_bytes_sent

  • 13671 · 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
216 2021-08-05T19:14:09.354419+00:00 app[web.1]: measure#nginx.service=9.296 request="GET /search/?tag=csstransforms&tag=json&tag=fonts&tag=webworkers&tag=browsers&tag=dragndrop&tag=crossdomain&tag=html5&tag=localstorage&type=blogmark HTTP/1.1" status_code=200 request_id=426d255f-eece-46cb-ad4a-744efcc15c92 remote_addr="10.1.93.20" forwarded_for="54.161.41.102, 172.70.34.197" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=13671 referer="-" user_agent="Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot)" request_time="9.296" upstream_response_time="9.296" upstream_connect_time="0.000" upstream_header_time="9.296"; 9.296 GET /search/?tag=csstransforms&tag=json&tag=fonts&tag=webworkers&tag=browsers&tag=dragndrop&tag=crossdomain&tag=html5&tag=localstorage&type=blogmark HTTP/1.1 200 426d255f-eece-46cb-ad4a-744efcc15c92 10.1.93.20 54.161.41.102, 172.70.34.197 http 1.1 vegur 13671 - Mozilla/5.0 (compatible; Neevabot/1.0; +https://neeva.com/neevabot) 9.296 9.296 0.0 9.296

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