| 1 | { |
| 2 | "id": "EDR_OVERVIEW", |
| 3 | "title": "Wazuh EDR - Overview", |
| 4 | "description": "High-level overview of all EDR endpoint activity: total events, severity distribution, most active agents, Sysmon event type breakdown, and top triggered detection rules.", |
| 5 | "panels": [ |
| 6 | { |
| 7 | "id": "total_events", |
| 8 | "title": "Total Events", |
| 9 | "type": "stat", |
| 10 | "w": 3, |
| 11 | "h": 100, |
| 12 | "lucene": "*" |
| 13 | }, |
| 14 | { |
| 15 | "id": "high_severity", |
| 16 | "title": "High Severity (≥ 12)", |
| 17 | "type": "stat", |
| 18 | "w": 3, |
| 19 | "h": 100, |
| 20 | "lucene": "rule_level:>11" |
| 21 | }, |
| 22 | { |
| 23 | "id": "critical", |
| 24 | "title": "Critical (≥ 15)", |
| 25 | "type": "stat", |
| 26 | "w": 3, |
| 27 | "h": 100, |
| 28 | "lucene": "rule_level:>14" |
| 29 | }, |
| 30 | { |
| 31 | "id": "process_events", |
| 32 | "title": "Process Create Events", |
| 33 | "type": "stat", |
| 34 | "w": 3, |
| 35 | "h": 100, |
| 36 | "lucene": "data_win_system_eventID:1" |
| 37 | }, |
| 38 | { |
| 39 | "id": "events_over_time", |
| 40 | "title": "Events Over Time", |
| 41 | "type": "histogram", |
| 42 | "w": 12, |
| 43 | "h": 200, |
| 44 | "lucene": "*" |
| 45 | }, |
| 46 | { |
| 47 | "id": "by_rule_level", |
| 48 | "title": "By Rule Severity Level", |
| 49 | "type": "pie", |
| 50 | "w": 4, |
| 51 | "h": 300, |
| 52 | "lucene": "*", |
| 53 | "field": "rule_level", |
| 54 | "size": 10 |
| 55 | }, |
| 56 | { |
| 57 | "id": "by_sysmon_type", |
| 58 | "title": "By Sysmon Event Type", |
| 59 | "type": "pie", |
| 60 | "w": 4, |
| 61 | "h": 300, |
| 62 | "lucene": "data_win_system_eventID:*", |
| 63 | "field": "data_win_system_eventID", |
| 64 | "size": 15 |
| 65 | }, |
| 66 | { |
| 67 | "id": "by_agent", |
| 68 | "title": "By Agent", |
| 69 | "type": "pie", |
| 70 | "w": 4, |
| 71 | "h": 300, |
| 72 | "lucene": "*", |
| 73 | "field": "agent_name", |
| 74 | "size": 10 |
| 75 | }, |
| 76 | { |
| 77 | "id": "top_rules", |
| 78 | "title": "Top Rules Triggered", |
| 79 | "type": "bar_h", |
| 80 | "w": 6, |
| 81 | "h": 320, |
| 82 | "lucene": "*", |
| 83 | "field": "rule_description", |
| 84 | "size": 10 |
| 85 | }, |
| 86 | { |
| 87 | "id": "top_agents", |
| 88 | "title": "Most Active Agents", |
| 89 | "type": "bar_h", |
| 90 | "w": 6, |
| 91 | "h": 320, |
| 92 | "lucene": "*", |
| 93 | "field": "agent_name", |
| 94 | "size": 10 |
| 95 | } |
| 96 | ] |
| 97 | } |