main
json 99 lines 2.65 KB
Raw
1 {
2 "id": "O365_APPLICATIONS",
3 "title": "Office 365 - Applications",
4 "description": "Cross-workload O365 application activity: events by workload, operations, user access patterns, source country analysis, and alert tracking (excludes Azure Active Directory).",
5 "panels": [
6 {
7 "id": "alerts",
8 "title": "Alerts (rule level ≥ 12)",
9 "type": "stat",
10 "w": 4,
11 "h": 100,
12 "lucene": "NOT data_office365_Workload:AzureActiveDirectory 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": "NOT data_office365_Workload:AzureActiveDirectory"
21 },
22 {
23 "id": "max_severity",
24 "title": "Max Severity (0 - 15)",
25 "type": "stat",
26 "w": 4,
27 "h": 100,
28 "lucene": "NOT data_office365_Workload:AzureActiveDirectory"
29 },
30 {
31 "id": "by_workload",
32 "title": "Events by Workload (Top 10)",
33 "type": "pie",
34 "w": 6,
35 "h": 300,
36 "lucene": "NOT data_office365_Workload:AzureActiveDirectory",
37 "field": "data_office365_Workload",
38 "size": 10
39 },
40 {
41 "id": "by_operation",
42 "title": "Events by Operation (Top 10)",
43 "type": "pie",
44 "w": 6,
45 "h": 300,
46 "lucene": "NOT data_office365_Workload:AzureActiveDirectory",
47 "field": "data_office365_Operation",
48 "size": 10
49 },
50 {
51 "id": "operations_over_time",
52 "title": "Top 10 Operations - Histogram",
53 "type": "histogram",
54 "w": 12,
55 "h": 200,
56 "lucene": "NOT data_office365_Workload:AzureActiveDirectory"
57 },
58 {
59 "id": "top_workloads",
60 "title": "Events by Workload",
61 "type": "bar_h",
62 "w": 6,
63 "h": 320,
64 "lucene": "NOT data_office365_Workload:AzureActiveDirectory",
65 "field": "data_office365_Workload",
66 "size": 15
67 },
68 {
69 "id": "top_operations",
70 "title": "Events by Operation",
71 "type": "bar_h",
72 "w": 6,
73 "h": 320,
74 "lucene": "NOT data_office365_Workload:AzureActiveDirectory",
75 "field": "data_office365_Operation",
76 "size": 15
77 },
78 {
79 "id": "by_country",
80 "title": "Applications Access by Source Country",
81 "type": "bar_h",
82 "w": 6,
83 "h": 320,
84 "lucene": "NOT data_office365_Workload:AzureActiveDirectory",
85 "field": "data_office365_ClientIP_country_code",
86 "size": 15
87 },
88 {
89 "id": "top_users",
90 "title": "Apps Access by Account",
91 "type": "bar_h",
92 "w": 6,
93 "h": 320,
94 "lucene": "NOT data_office365_Workload:AzureActiveDirectory",
95 "field": "data_office365_UserId",
96 "size": 15
97 }
98 ]
99 }