Upload folder using huggingface_hub
Browse files- ._README.md +0 -0
- ._data +0 -0
- README.md +71 -0
- data/._access_logs.csv +0 -0
- data/._servers.csv +0 -0
- data/access_logs.csv +0 -0
- data/servers.csv +4 -0
._README.md
ADDED
|
Binary file (4.1 kB). View file
|
|
|
._data
ADDED
|
Binary file (4.1 kB). View file
|
|
|
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- synthetic-data
|
| 10 |
+
- web-server
|
| 11 |
+
- siem
|
| 12 |
+
- access-logs
|
| 13 |
+
- devops
|
| 14 |
+
- observability
|
| 15 |
+
- http
|
| 16 |
+
- server-logs
|
| 17 |
+
- monitoring
|
| 18 |
+
- log-analysis
|
| 19 |
+
- api-logs
|
| 20 |
+
- mindweave
|
| 21 |
+
- test-data
|
| 22 |
+
- anomaly-detection
|
| 23 |
+
- nginx
|
| 24 |
+
- apache
|
| 25 |
+
pretty_name: Web Server Access Logs (Synthetic)
|
| 26 |
+
size_categories:
|
| 27 |
+
- 10K<n<100K
|
| 28 |
+
configs:
|
| 29 |
+
- config_name: access_logs
|
| 30 |
+
data_files: data/access_logs.csv
|
| 31 |
+
default: true
|
| 32 |
+
- config_name: servers
|
| 33 |
+
data_files: data/servers.csv
|
| 34 |
+
---
|
| 35 |
+
|
| 36 |
+
# Web Server Access Logs (Synthetic)
|
| 37 |
+
|
| 38 |
+
Realistic HTTP access logs from a simulated SaaS company running an
|
| 39 |
+
e-commerce API and marketing website. 50,000 requests across 3 servers
|
| 40 |
+
over 12 months.
|
| 41 |
+
|
| 42 |
+
Includes realistic patterns: weekday/weekend traffic variation, peak hours,
|
| 43 |
+
seasonal trends, bot traffic, and two injected anomalies (DDoS attempt and
|
| 44 |
+
database outage) for anomaly detection training.
|
| 45 |
+
|
| 46 |
+
Each log entry includes: timestamp, server, HTTP method, path, status code,
|
| 47 |
+
response time, bytes sent, user agent, IP address, and referrer.
|
| 48 |
+
|
| 49 |
+
Ideal for: DevOps monitoring dashboards, log analysis pipelines, anomaly
|
| 50 |
+
detection ML models, SIEM testing, and observability tool development.
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
## Tables
|
| 54 |
+
|
| 55 |
+
| Table | Rows |
|
| 56 |
+
|-------|------|
|
| 57 |
+
| access_logs | 50,000 |
|
| 58 |
+
| servers | 3 |
|
| 59 |
+
| **Total** | **50,003** |
|
| 60 |
+
|
| 61 |
+
## Formats
|
| 62 |
+
|
| 63 |
+
- CSV (in `data/` directory)
|
| 64 |
+
- Parquet (available in full version)
|
| 65 |
+
- SQLite (available in full version)
|
| 66 |
+
|
| 67 |
+
## About
|
| 68 |
+
|
| 69 |
+
Generated by [Mindweave Technologies](https://mindweave.tech) — realistic synthetic datasets for developers, QA teams, and data engineers.
|
| 70 |
+
|
| 71 |
+
Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
data/._access_logs.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/._servers.csv
ADDED
|
Binary file (4.1 kB). View file
|
|
|
data/access_logs.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/servers.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,region,role
|
| 2 |
+
1,web-prod-01,us-east-1,api
|
| 3 |
+
2,web-prod-02,us-east-1,api
|
| 4 |
+
3,web-prod-03,us-west-2,static
|