| 1 | { |
| 2 | "id": "O365_SHAREPOINT", |
| 3 | "title": "Office 365 - SharePoint", |
| 4 | "description": "SharePoint Online activity: file operations, sharing events, site administration, user agents, authentication types, 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:SharePoint 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:SharePoint" |
| 21 | }, |
| 22 | { |
| 23 | "id": "max_severity", |
| 24 | "title": "Max Rule Severity", |
| 25 | "type": "stat", |
| 26 | "w": 3, |
| 27 | "h": 100, |
| 28 | "lucene": "data_office365_Workload:SharePoint" |
| 29 | }, |
| 30 | { |
| 31 | "id": "unique_users", |
| 32 | "title": "Unique Users", |
| 33 | "type": "stat", |
| 34 | "w": 3, |
| 35 | "h": 100, |
| 36 | "lucene": "data_office365_Workload:SharePoint" |
| 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:SharePoint" |
| 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:SharePoint", |
| 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:SharePoint", |
| 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:SharePoint", |
| 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:SharePoint", |
| 83 | "field": "data_office365_UserId", |
| 84 | "size": 15 |
| 85 | }, |
| 86 | { |
| 87 | "id": "by_user_agent", |
| 88 | "title": "Top User Agents", |
| 89 | "type": "bar_h", |
| 90 | "w": 6, |
| 91 | "h": 320, |
| 92 | "lucene": "data_office365_Workload:SharePoint", |
| 93 | "field": "data_office365_UserAgent", |
| 94 | "size": 15 |
| 95 | }, |
| 96 | { |
| 97 | "id": "by_auth_type", |
| 98 | "title": "By Authentication Type", |
| 99 | "type": "bar_h", |
| 100 | "w": 6, |
| 101 | "h": 320, |
| 102 | "lucene": "data_office365_Workload:SharePoint", |
| 103 | "field": "data_office365_AuthenticationType", |
| 104 | "size": 10 |
| 105 | }, |
| 106 | { |
| 107 | "id": "by_country", |
| 108 | "title": "Events by Source Country", |
| 109 | "type": "bar_h", |
| 110 | "w": 6, |
| 111 | "h": 320, |
| 112 | "lucene": "data_office365_Workload:SharePoint", |
| 113 | "field": "data_office365_ClientIP_country_code", |
| 114 | "size": 15 |
| 115 | }, |
| 116 | { |
| 117 | "id": "top_rules", |
| 118 | "title": "Top Rules Triggered", |
| 119 | "type": "bar_h", |
| 120 | "w": 6, |
| 121 | "h": 320, |
| 122 | "lucene": "data_office365_Workload:SharePoint AND rule_level:>=12", |
| 123 | "field": "rule_description", |
| 124 | "size": 10 |
| 125 | } |
| 126 | ] |
| 127 | } |