2 rows where remote_addr = "10.1.94.69" and user_agent = "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" sorted by request_time descending

View and edit SQL

user_agent

  • Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) · 2

remote_addr

  • 10.1.94.69 · 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
441 2021-08-05T19:18:43.670499+00:00 app[web.1]: measure#nginx.service=18.878 request="GET /search/?tag=cassandra&tag=digg&tag=nosql HTTP/1.1" status_code=200 request_id=47bf3ddf-0b88-4e51-8f22-f1131304b056 remote_addr="10.1.94.69" forwarded_for="13.66.139.0, 162.158.107.218" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=5385 referer="-" user_agent="Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" request_time="18.878" upstream_response_time="18.876" upstream_connect_time="0.000" upstream_header_time="18.876"; 18.878 GET /search/?tag=cassandra&tag=digg&tag=nosql HTTP/1.1 200 47bf3ddf-0b88-4e51-8f22-f1131304b056 10.1.94.69 13.66.139.0, 162.158.107.218 http 1.1 vegur 5385 - Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) 18.878 18.876 0.0 18.876
6 2021-08-05T19:08:57.327840+00:00 app[web.1]: measure#nginx.service=1.625 request="GET /search/?page=3&tag=programming&tag=frontend&type=entry HTTP/1.1" status_code=404 request_id=6787c84f-1d25-405c-b659-39f87fc97ea2 remote_addr="10.1.94.69" forwarded_for="207.46.13.87, 108.162.246.91" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=179 referer="-" user_agent="Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" request_time="1.625" upstream_response_time="1.628" upstream_connect_time="0.000" upstream_header_time="1.628"; 1.625 GET /search/?page=3&tag=programming&tag=frontend&type=entry HTTP/1.1 404 6787c84f-1d25-405c-b659-39f87fc97ea2 10.1.94.69 207.46.13.87, 108.162.246.91 http 1.1 vegur 179 - Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) 1.625 1.628 0.0 1.628

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