2 rows where forwarded_for = "167.114.100.201, 172.70.126.32" and remote_addr = "10.1.58.55" sorted by request_time descending

View and edit SQL

remote_addr

  • 10.1.58.55 · 2

forwarded_for

  • 167.114.100.201, 172.70.126.32 · 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
134 2021-08-05T19:12:07.324230+00:00 app[web.1]: measure#nginx.service=4.266 request="GET /search/?tag=amazon&tag=erlang&tag=simpledb&tag=webservices HTTP/1.1" status_code=200 request_id=f0ba19e0-6835-46a5-8ced-086ef5424162 remote_addr="10.1.58.55" forwarded_for="167.114.100.201, 172.70.126.32" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=6667 referer="-" user_agent="Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)" request_time="4.266" upstream_response_time="4.268" upstream_connect_time="0.000" upstream_header_time="4.268"; 4.266 GET /search/?tag=amazon&tag=erlang&tag=simpledb&tag=webservices HTTP/1.1 200 f0ba19e0-6835-46a5-8ced-086ef5424162 10.1.58.55 167.114.100.201, 172.70.126.32 http 1.1 vegur 6667 - Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) 4.266 4.268 0.0 4.268
159 2021-08-05T19:12:45.209034+00:00 app[web.1]: measure#nginx.service=0.331 request="GET /search/?tag=amazon&tag=erlang&tag=simpledb&type=blogmark HTTP/1.1" status_code=200 request_id=960bf705-1853-4f35-95b3-9ac8626fc552 remote_addr="10.1.58.55" forwarded_for="167.114.100.201, 172.70.126.32" forwarded_proto="http" via="1.1 vegur" body_bytes_sent=6636 referer="-" user_agent="Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)" request_time="0.331" upstream_response_time="0.332" upstream_connect_time="0.000" upstream_header_time="0.332"; 0.331 GET /search/?tag=amazon&tag=erlang&tag=simpledb&type=blogmark HTTP/1.1 200 960bf705-1853-4f35-95b3-9ac8626fc552 10.1.58.55 167.114.100.201, 172.70.126.32 http 1.1 vegur 6636 - Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) 0.331 0.332 0.0 0.332

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