main
json 89 lines 2.21 KB
Raw
1 {
2 "id": "O365_COMPLIANCE_CENTER",
3 "title": "Office 365 - Compliance Center",
4 "description": "Microsoft Compliance Center activity: compliance operations, content-level events, policy actions, and audit log searches across the compliance 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:Compliance 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:Compliance"
21 },
22 {
23 "id": "max_severity",
24 "title": "Max Severity",
25 "type": "stat",
26 "w": 4,
27 "h": 100,
28 "lucene": "data_office365_Workload:Compliance"
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:Compliance"
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:Compliance",
45 "field": "data_office365_Operation",
46 "size": 10
47 },
48 {
49 "id": "by_content",
50 "title": "Events by Content",
51 "type": "pie",
52 "w": 6,
53 "h": 300,
54 "lucene": "data_office365_Workload:Compliance",
55 "field": "data_office365_ItemName",
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:Compliance",
65 "field": "data_office365_Operation",
66 "size": 15
67 },
68 {
69 "id": "top_content",
70 "title": "Top Content Items",
71 "type": "bar_h",
72 "w": 6,
73 "h": 320,
74 "lucene": "data_office365_Workload:Compliance",
75 "field": "data_office365_ItemName",
76 "size": 15
77 },
78 {
79 "id": "top_rules",
80 "title": "Top Rules Triggered",
81 "type": "bar_h",
82 "w": 6,
83 "h": 320,
84 "lucene": "data_office365_Workload:Compliance AND rule_level:>=12",
85 "field": "rule_description",
86 "size": 10
87 }
88 ]
89 }