功能特色:
1,它可以從日志文件中按行提取日志,并對提取的日志按組進(jìn)行管理。
2,提取后得到的日志可以方便地按條件進(jìn)行篩選,用于找到目標(biāo)日志,幫助你更快地定位網(wǎng)站問題。
3,軟件同時支持Sql語句,對日志的篩選可以更加靈活。
4,日志分析報告提供了概況,安全異常,流量趨勢,蜘蛛爬蟲,受訪頁面等信息,可以讓你更全面掌握網(wǎng)站的情況。
支持的日志類型
Apache,Nginx,Tengine,IIS
支持的日志格式
Apache:
1,%h %l %u %t "%r" %>s %b
2,%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i"
3,%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i" "%{X-Forwarded-For}i" %D
%h 可以換成%{X-Real-IP}i
Nginx,Tengine:
1,$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent;
2,$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent";
3,$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for" $request_time;
IIS:
默認(rèn)的勾選字段就可以分析,但是為了能獲得更多有用信息,推薦勾選以下字段:
date time cs-method cs-uri-stem cs-uri-query s-port c-ip cs(User-Agent) sc-status time-taken sc-bytes cs(referer)
更新內(nèi)容:
修復(fù)配置文件編碼BUG。
修復(fù)部分搜索詞亂碼的BUG,修復(fù)有時分析報告不顯示的BUG,優(yōu)化分析報告。
優(yōu)化日志導(dǎo)入效率,處理耗時轉(zhuǎn)換時的一個小BUG。
更新來路圖標(biāo),移除日志錯誤行測試標(biāo)記,導(dǎo)入日志時的日志格式說明。