Raw access logs contain every HTTP request to your website in a standard log format — useful for detailed analysis, security audits, and troubleshooting.
Download raw logs
- Go to Metrics → Raw Access or Raw Access Logs.
- Select the domain and log period you need.
- Click Download to save the log file to your computer.
Analyze log files
Open downloaded logs in a text editor or import them into log analysis tools. Each line typically includes the IP address, timestamp, HTTP method, URL, status code, and user agent.
Common uses
- Investigating suspicious traffic or brute-force attempts.
- Identifying broken links and crawler behavior.
- Providing evidence for support tickets or security reviews.
Logs can be large on busy sites. Download only the periods you need and delete old copies from your computer when finished.