Sample Web Server Logs CSV File β Free Download
A sample web access log converted to CSV, IPs, HTTP methods, paths, status codes, and response times, useful for testing regex extraction, filtering, and traffic analysis workflows.
Download the sample file
15-30 rows of realistic, synthetic data, ready to use immediately.
Download Sample CSVPreview
| timestamp | ip | method | path | status_code | response_time_ms |
|---|---|---|---|---|---|
| 2026-01-15T08:00:12Z | 203.0.113.14 | GET | /index.html | 200 | 42 |
| 2026-01-15T08:00:15Z | 203.0.113.55 | GET | /api/products | 200 | 128 |
| 2026-01-15T08:00:19Z | 198.51.100.23 | POST | /api/login | 401 | 88 |
| 2026-01-15T08:00:24Z | 203.0.113.14 | GET | /about.html | 200 | 35 |
| 2026-01-15T08:00:31Z | 192.0.2.88 | GET | /api/orders | 200 | 210 |
What's in This File
timestampβ Request timestamp, ISO 8601ipβ Client IP addressmethodβ HTTP method (GET, POST, DELETE)pathβ Requested pathstatus_codeβ HTTP response status coderesponse_time_msβ Response time, millisecondsuser_agentβ Client user agent string
Use Cases
- Practice extracting unique IP addresses or paths with a regex-based transform
- Test filtering for error responses (4xx/5xx status codes) to spot problem endpoints
- Try aggregating average response time by path or method
Frequently Asked Questions
Is this sample web log data real?
No. IP addresses use reserved documentation ranges (RFC 5737) and all requests are synthetic, generated for testing only.
Can I use this sample CSV commercially?
Yes, it is free to download and reuse for any purpose, including log analysis tooling demos.
Now try it on your own data
Load this sample, or your own file, into a real tool and see the results instantly, entirely client-side.
Turn this into a saved workflow
Create a free account to save the steps from this guide as a reusable workflow and re-run it on any file, from any device.