| 1 | { |
| 2 | "id": "O365_ONEDRIVE", |
| 3 | "title": "Office 365 - OneDrive", |
| 4 | "description": "OneDrive for Business activity: file operations, sharing events, link-containing messages, session tracking, user activity, and source country analysis.", |
| 5 | "panels": [ |
| 6 | { |
| 7 | "id": "alerts", |
| 8 | "title": "Alerts (rule level ≥ 12)", |
| 9 | "type": "stat", |
| 10 | "w": 3, |
| 11 | "h": 100, |
| 12 | "lucene": "data_office365_Workload:OneDrive AND rule_level:>=12" |
| 13 | }, |
| 14 | { |
| 15 | "id": "total_events", |
| 16 | "title": "Total Events", |
| 17 | "type": "stat", |
| 18 | "w": 3, |
| 19 | "h": 100, |
| 20 | "lucene": "data_office365_Workload:OneDrive" |
| 21 | }, |
| 22 | { |
| 23 | "id": "messages_with_links", |
| 24 | "title": "Messages Containing Links", |
| 25 | "type": "stat", |
| 26 | "w": 3, |
| 27 | "h": 100, |
| 28 | "lucene": "data_office365_Workload:OneDrive AND data_office365_Operation:MessageCreatedHasLink" |
| 29 | }, |
| 30 | { |
| 31 | "id": "sessions_started", |
| 32 | "title": "Sessions Started", |
| 33 | "type": "stat", |
| 34 | "w": 3, |
| 35 | "h": 100, |
| 36 | "lucene": "data_office365_Workload:OneDrive AND data_office365_Operation:TeamsSessionStarted" |
| 37 | }, |
| 38 | { |
| 39 | "id": "operations_over_time", |
| 40 | "title": "Operations Over Time", |
| 41 | "type": "histogram", |
| 42 | "w": 12, |
| 43 | "h": 200, |
| 44 | "lucene": "data_office365_Workload:OneDrive" |
| 45 | }, |
| 46 | { |
| 47 | "id": "by_operation", |
| 48 | "title": "Events by Operation (Top 10)", |
| 49 | "type": "pie", |
| 50 | "w": 6, |
| 51 | "h": 300, |
| 52 | "lucene": "data_office365_Workload:OneDrive", |
| 53 | "field": "data_office365_Operation", |
| 54 | "size": 10 |
| 55 | }, |
| 56 | { |
| 57 | "id": "by_user", |
| 58 | "title": "Events by User", |
| 59 | "type": "pie", |
| 60 | "w": 6, |
| 61 | "h": 300, |
| 62 | "lucene": "data_office365_Workload:OneDrive", |
| 63 | "field": "data_office365_UserId", |
| 64 | "size": 10 |
| 65 | }, |
| 66 | { |
| 67 | "id": "top_operations", |
| 68 | "title": "Top Operations", |
| 69 | "type": "bar_h", |
| 70 | "w": 6, |
| 71 | "h": 320, |
| 72 | "lucene": "data_office365_Workload:OneDrive", |
| 73 | "field": "data_office365_Operation", |
| 74 | "size": 15 |
| 75 | }, |
| 76 | { |
| 77 | "id": "top_users", |
| 78 | "title": "Top Users", |
| 79 | "type": "bar_h", |
| 80 | "w": 6, |
| 81 | "h": 320, |
| 82 | "lucene": "data_office365_Workload:OneDrive", |
| 83 | "field": "data_office365_UserId", |
| 84 | "size": 15 |
| 85 | }, |
| 86 | { |
| 87 | "id": "by_country", |
| 88 | "title": "Events by Source Country", |
| 89 | "type": "bar_h", |
| 90 | "w": 6, |
| 91 | "h": 320, |
| 92 | "lucene": "data_office365_Workload:OneDrive", |
| 93 | "field": "data_office365_ClientIP_country_code", |
| 94 | "size": 15 |
| 95 | }, |
| 96 | { |
| 97 | "id": "top_rules", |
| 98 | "title": "Top Rules Triggered", |
| 99 | "type": "bar_h", |
| 100 | "w": 6, |
| 101 | "h": 320, |
| 102 | "lucene": "data_office365_Workload:OneDrive AND rule_level:>=12", |
| 103 | "field": "rule_description", |
| 104 | "size": 10 |
| 105 | } |
| 106 | ] |
| 107 | } |