| 1 | { |
| 2 | "id": "O365_DLP", |
| 3 | "title": "Office 365 - Data Loss Prevention", |
| 4 | "description": "Data Loss Prevention (DLP) policy events: rule matches, policy violations, DLP operations, and affected content across the DLP workload.", |
| 5 | "panels": [ |
| 6 | { |
| 7 | "id": "alerts", |
| 8 | "title": "Alerts (rule level ≥ 12)", |
| 9 | "type": "stat", |
| 10 | "w": 4, |
| 11 | "h": 100, |
| 12 | "lucene": "data_office365_Workload:DLP AND rule_level:>=12" |
| 13 | }, |
| 14 | { |
| 15 | "id": "total_events", |
| 16 | "title": "Total Events", |
| 17 | "type": "stat", |
| 18 | "w": 4, |
| 19 | "h": 100, |
| 20 | "lucene": "data_office365_Workload:DLP" |
| 21 | }, |
| 22 | { |
| 23 | "id": "max_severity", |
| 24 | "title": "Max Severity", |
| 25 | "type": "stat", |
| 26 | "w": 4, |
| 27 | "h": 100, |
| 28 | "lucene": "data_office365_Workload:DLP" |
| 29 | }, |
| 30 | { |
| 31 | "id": "operations_over_time", |
| 32 | "title": "Operations Over Time", |
| 33 | "type": "histogram", |
| 34 | "w": 12, |
| 35 | "h": 200, |
| 36 | "lucene": "data_office365_Workload:DLP" |
| 37 | }, |
| 38 | { |
| 39 | "id": "by_operation", |
| 40 | "title": "Events by Operation (Top 10)", |
| 41 | "type": "pie", |
| 42 | "w": 6, |
| 43 | "h": 300, |
| 44 | "lucene": "data_office365_Workload:DLP", |
| 45 | "field": "data_office365_Operation", |
| 46 | "size": 10 |
| 47 | }, |
| 48 | { |
| 49 | "id": "by_rule", |
| 50 | "title": "Events by DLP Rule", |
| 51 | "type": "pie", |
| 52 | "w": 6, |
| 53 | "h": 300, |
| 54 | "lucene": "data_office365_Workload:DLP", |
| 55 | "field": "data_office365_RuleName", |
| 56 | "size": 10 |
| 57 | }, |
| 58 | { |
| 59 | "id": "top_operations", |
| 60 | "title": "Top Operations", |
| 61 | "type": "bar_h", |
| 62 | "w": 6, |
| 63 | "h": 320, |
| 64 | "lucene": "data_office365_Workload:DLP", |
| 65 | "field": "data_office365_Operation", |
| 66 | "size": 15 |
| 67 | }, |
| 68 | { |
| 69 | "id": "top_rules_dlp", |
| 70 | "title": "Top DLP Rules", |
| 71 | "type": "bar_h", |
| 72 | "w": 6, |
| 73 | "h": 320, |
| 74 | "lucene": "data_office365_Workload:DLP", |
| 75 | "field": "data_office365_RuleName", |
| 76 | "size": 15 |
| 77 | }, |
| 78 | { |
| 79 | "id": "top_rules", |
| 80 | "title": "Top Detection Rules Triggered", |
| 81 | "type": "bar_h", |
| 82 | "w": 6, |
| 83 | "h": 320, |
| 84 | "lucene": "data_office365_Workload:DLP AND rule_level:>=12", |
| 85 | "field": "rule_description", |
| 86 | "size": 10 |
| 87 | } |
| 88 | ] |
| 89 | } |