2 rows where status_code = 301 and user_agent = "Fever/1.39 (Feed Parser; http://feedafever.com; Allow like Gecko)" sorted by request_time descending

View and edit SQL

user_agent

  • Fever/1.39 (Feed Parser; http://feedafever.com; Allow like Gecko) · 2

status_code

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
260 2021-08-05T19:15:12.252887+00:00 app[web.1]: measure#nginx.service=0.061 request="GET /swn-everything HTTP/1.1" status_code=301 request_id=7d46cd40-2726-41d7-8a82-10a622f442b0 remote_addr="10.1.28.143" forwarded_for="2604:a880:cad:d0::139:1, 162.158.126.55" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=5 referer="-" user_agent="Fever/1.39 (Feed Parser; http://feedafever.com; Allow like Gecko)" request_time="0.061" upstream_response_time="0.060" upstream_connect_time="0.000" upstream_header_time="0.060"; 0.061 GET /swn-everything HTTP/1.1 301 7d46cd40-2726-41d7-8a82-10a622f442b0 10.1.28.143 2604:a880:cad:d0::139:1, 162.158.126.55 http 1.1 vegur 5 - Fever/1.39 (Feed Parser; http://feedafever.com; Allow like Gecko) 0.061 0.06 0.0 0.06
396 2021-08-05T19:17:29.085126+00:00 app[web.1]: measure#nginx.service=0.025 request="GET /swn-everything HTTP/1.1" status_code=301 request_id=7e789417-0a66-411d-9df3-f1ca932ab637 remote_addr="10.1.92.174" forwarded_for="31.170.123.77, 162.158.159.109" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=5 referer="-" user_agent="Fever/1.39 (Feed Parser; http://feedafever.com; Allow like Gecko)" request_time="0.025" upstream_response_time="0.024" upstream_connect_time="0.000" upstream_header_time="0.024"; 0.025 GET /swn-everything HTTP/1.1 301 7e789417-0a66-411d-9df3-f1ca932ab637 10.1.92.174 31.170.123.77, 162.158.159.109 http 1.1 vegur 5 - Fever/1.39 (Feed Parser; http://feedafever.com; Allow like Gecko) 0.025 0.024 0.0 0.024

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