eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
369 stars 120 forks source link

awstat Log format #126

Open happy7228194 opened 5 years ago

happy7228194 commented 5 years ago

NGINX LOG format: log_format my_format '"$time_iso8601" "$http_x_forwarded_for" "$remote_addr" "$remote_user" "$request" "$status" "$body_bytes_sent" "$request_time" "$http_host" "$http_referer" "$httpuser agent" "$request_body"';

awstats LOG format :

How to Write Format

Thank you