-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummary.json
More file actions
33 lines (33 loc) · 936 Bytes
/
summary.json
File metadata and controls
33 lines (33 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"input_path": "data/raw/sample_events.jsonl",
"output_dir": "data/processed",
"normalized_event_count": 41,
"window_count": 24,
"feature_row_count": 24,
"alert_count": 12,
"triggered_rule_names": [
"high_error_rate",
"high_severity_spike",
"login_fail_burst",
"persistent_high_error",
"rare_event_repeat_malware_alert",
"source_spread_spike"
],
"triggered_rule_counts": {
"high_error_rate": 3,
"high_severity_spike": 2,
"login_fail_burst": 2,
"persistent_high_error": 3,
"rare_event_repeat_malware_alert": 1,
"source_spread_spike": 1
},
"cooldown_seconds": 60,
"generated_artifacts": [
"data/processed/features.csv",
"data/processed/alerts.csv",
"data/processed/summary.json",
"data/processed/event_count_timeline.png",
"data/processed/error_rate_timeline.png",
"data/processed/alerts_timeline.png"
]
}