| 1 | { |
| 2 | "id": "O365_POWERBI", |
| 3 | "title": "Office 365 - Power BI", |
| 4 | "description": "Power BI activity monitoring: report access, dashboard views, dataset operations, user activity, source country analysis, and alert tracking.", |
| 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:PowerBI 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:PowerBI" |
| 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:PowerBI" |
| 29 | }, |
| 30 | { |
| 31 | "id": "unique_users", |
| 32 | "title": "Unique Users", |
| 33 | "type": "stat", |
| 34 | "w": 3, |
| 35 | "h": 100, |
| 36 | "lucene": "data_office365_Workload:PowerBI" |
| 37 | }, |
| 38 | { |
| 39 | "id": "activity_over_time", |
| 40 | "title": "Activity Over Time", |
| 41 | "type": "histogram", |
| 42 | "w": 12, |
| 43 | "h": 200, |
| 44 | "lucene": "data_office365_Workload:PowerBI" |
| 45 | }, |
| 46 | { |
| 47 | "id": "by_activity", |
| 48 | "title": "Events by Activity (Top 10)", |
| 49 | "type": "pie", |
| 50 | "w": 6, |
| 51 | "h": 300, |
| 52 | "lucene": "data_office365_Workload:PowerBI", |
| 53 | "field": "data_office365_Activity", |
| 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:PowerBI", |
| 63 | "field": "data_office365_UserId", |
| 64 | "size": 10 |
| 65 | }, |
| 66 | { |
| 67 | "id": "top_activities", |
| 68 | "title": "Top Activities", |
| 69 | "type": "bar_h", |
| 70 | "w": 6, |
| 71 | "h": 320, |
| 72 | "lucene": "data_office365_Workload:PowerBI", |
| 73 | "field": "data_office365_Activity", |
| 74 | "size": 15 |
| 75 | }, |
| 76 | { |
| 77 | "id": "top_artifacts", |
| 78 | "title": "Top Artifact Names", |
| 79 | "type": "bar_h", |
| 80 | "w": 6, |
| 81 | "h": 320, |
| 82 | "lucene": "data_office365_Workload:PowerBI", |
| 83 | "field": "data_office365_ArtifactName", |
| 84 | "size": 15 |
| 85 | }, |
| 86 | { |
| 87 | "id": "top_users", |
| 88 | "title": "Top Users", |
| 89 | "type": "bar_h", |
| 90 | "w": 6, |
| 91 | "h": 320, |
| 92 | "lucene": "data_office365_Workload:PowerBI", |
| 93 | "field": "data_office365_UserId", |
| 94 | "size": 15 |
| 95 | }, |
| 96 | { |
| 97 | "id": "by_country", |
| 98 | "title": "Events by Source Country", |
| 99 | "type": "bar_h", |
| 100 | "w": 6, |
| 101 | "h": 320, |
| 102 | "lucene": "data_office365_Workload:PowerBI", |
| 103 | "field": "data_office365_ClientIP_country_code", |
| 104 | "size": 15 |
| 105 | } |
| 106 | ] |
| 107 | } |