我尝试解析我的 nginx 日志文件,我的日志文件 mylog.log 如下
2021-06-29T08:48:47+00:00 "10.146.212.15" -> "mydns.com" - 0.000 5704 - - 4653 302 "68b069fb-6e8f-4a9c-88fd-8a947354b681" "GET /master HTTP/1.1"
2021-06-29T08:48:47+00:00 "10.146.212.15" -> "mydns.com" 0.006 0.006 726 855 337 621 302 "-" "GET /auth/admin/master/console HTTP/1.1"
我尝试使用命令“goaccess mylog.log --log-format=COMBINED --http-method=no --http-protocol=no -o output.html”来解析它
我收到此错误: ==1== 格式错误 - 验证您的日志/日期/时间格式
实际上:
'$time_iso8601 "$remote_addr" -> "$host" $upstream_response_time $request_time $request_length $upstream_bytes_sent $upstream_bytes_received $bytes_sent $status "$http_x_token_userid" "$request"'