1 row where status_code = 301 and user_agent = "easy-feed-oven/1.0 (+https://github.com/lmorchard/easy-feed-oven)" sorted by request_time descending

View and edit SQL

user_agent

  • easy-feed-oven/1.0 (+https://github.com/lmorchard/easy-feed-oven) · 1

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
208 2021-08-05T19:13:59.474710+00:00 app[web.1]: measure#nginx.service=0.704 request="GET /swn-everything HTTP/1.1" status_code=301 request_id=df385e7f-5a26-4015-aae9-3cd62f2f99ab remote_addr="10.1.48.192" forwarded_for="75.164.138.232, 162.158.106.35" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=5 referer="-" user_agent="easy-feed-oven/1.0 (+https://github.com/lmorchard/easy-feed-oven)" request_time="0.704" upstream_response_time="0.704" upstream_connect_time="0.000" upstream_header_time="0.704"; 0.704 GET /swn-everything HTTP/1.1 301 df385e7f-5a26-4015-aae9-3cd62f2f99ab 10.1.48.192 75.164.138.232, 162.158.106.35 http 1.1 vegur 5 - easy-feed-oven/1.0 (+https://github.com/lmorchard/easy-feed-oven) 0.704 0.704 0.0 0.704

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