main
json 99 lines 2.44 KB
Raw
1 {
2 "id": "O365_FORMS",
3 "title": "Office 365 - Forms",
4 "description": "Microsoft Forms activity: form creation, responses, sharing events, per-form breakdowns, user activity, and source country tracking.",
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:MicrosoftForms 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:MicrosoftForms"
21 },
22 {
23 "id": "max_severity",
24 "title": "Max Severity",
25 "type": "stat",
26 "w": 4,
27 "h": 100,
28 "lucene": "data_office365_Workload:MicrosoftForms"
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:MicrosoftForms"
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:MicrosoftForms",
45 "field": "data_office365_Operation",
46 "size": 10
47 },
48 {
49 "id": "by_form_name",
50 "title": "Events by Form Name",
51 "type": "pie",
52 "w": 6,
53 "h": 300,
54 "lucene": "data_office365_Workload:MicrosoftForms",
55 "field": "data_office365_FormName",
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:MicrosoftForms",
65 "field": "data_office365_Operation",
66 "size": 15
67 },
68 {
69 "id": "top_users",
70 "title": "Top Users",
71 "type": "bar_h",
72 "w": 6,
73 "h": 320,
74 "lucene": "data_office365_Workload:MicrosoftForms",
75 "field": "data_office365_UserId",
76 "size": 15
77 },
78 {
79 "id": "by_country",
80 "title": "Events by Source Country",
81 "type": "bar_h",
82 "w": 6,
83 "h": 320,
84 "lucene": "data_office365_Workload:MicrosoftForms",
85 "field": "data_office365_ClientIP_country_code",
86 "size": 15
87 },
88 {
89 "id": "top_form_names",
90 "title": "Top Form Names",
91 "type": "bar_h",
92 "w": 6,
93 "h": 320,
94 "lucene": "data_office365_Workload:MicrosoftForms",
95 "field": "data_office365_FormName",
96 "size": 15
97 }
98 ]
99 }