Logo

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 CSV

Preview

timestampipmethodpathstatus_coderesponse_time_ms
2026-01-15T08:00:12Z203.0.113.14GET/index.html20042
2026-01-15T08:00:15Z203.0.113.55GET/api/products200128
2026-01-15T08:00:19Z198.51.100.23POST/api/login40188
2026-01-15T08:00:24Z203.0.113.14GET/about.html20035
2026-01-15T08:00:31Z192.0.2.88GET/api/orders200210

What's in This File

  • timestamp β€” Request timestamp, ISO 8601
  • ip β€” Client IP address
  • method β€” HTTP method (GET, POST, DELETE)
  • path β€” Requested path
  • status_code β€” HTTP response status code
  • response_time_ms β€” Response time, milliseconds
  • user_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.

Sign in for free