CodeCommitsIssuesPull requestsActionsInsightsSecurity
394e62599c260c2c08ab831efc0c4766358d958f

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Dashboards/Exchange_Online.json

967lines · modecode

1{
2 "name": "ExchangeOnlineDashboard_{Workspace_Name}",
3 "type": "Microsoft.Portal/dashboards",
4 "location": "{Dashboard_Location}",
5 "tags": {
6 "dashboardKey": "ExchangeOnlineDashboard",
7 "hidden-title": "Exchange Online - {Workspace_Name}",
8 "version": "1.1",
9 "workspaceName": "{Workspace_Name}"
10 },
11 "properties": {
12 "lenses": {
13 "0": {
14 "order": 0,
15 "parts": {
16 "0": {
17 "position": {
18 "x": 1,
19 "y": 0,
20 "colSpan": 17,
21 "rowSpan": 1
22 },
23 "metadata": {
24 "inputs": [],
25 "type": "Extension/HubsExtension/PartType/MarkdownPart",
26 "settings": {
27 "content": {
28 "settings": {
29 "content": "<div style='font-size:300%;'>Mailbox logins</div>",
30 "title": "",
31 "subtitle": ""
32 }
33 }
34 }
35 }
36 },
37 "1": {
38 "position": {
39 "x": 18,
40 "y": 0,
41 "colSpan": 6,
42 "rowSpan": 1
43 },
44 "metadata": {
45 "inputs": [],
46 "type": "Extension/HubsExtension/PartType/MarkdownPart",
47 "settings": {
48 "content": {
49 "settings": {
50 "content": "<div style='font-size:300%;'>Users activity</div>",
51 "title": "",
52 "subtitle": ""
53 }
54 }
55 }
56 }
57 },
58 "2": {
59 "position": {
60 "x": 0,
61 "y": 1,
62 "colSpan": 12,
63 "rowSpan": 4
64 },
65 "metadata": {
66 "inputs": [
67 {
68 "name": "ComponentId",
69 "value": {
70 "SubscriptionId": "{Subscription_Id}",
71 "ResourceGroup": "{Resource_Group}",
72 "Name": "{Workspace_Name}"
73 }
74 },
75 {
76 "name": "Query",
77 "value": "//Mailbox Logins by hour\nOfficeActivity\n| where OfficeWorkload == 'Exchange' and Operation == 'MailboxLogin'\n| summarize Logins = count() by bin_at(TimeGenerated, 1h, now())\n"
78 },
79 {
80 "name": "TimeRange",
81 "value": "P1D"
82 },
83 {
84 "name": "Dimensions",
85 "value": {
86 "xAxis": {
87 "name": "TimeGenerated",
88 "type": "DateTime"
89 },
90 "yAxis": [
91 {
92 "name": "Logins",
93 "type": "Int64"
94 }
95 ],
96 "splitBy": [],
97 "aggregation": "Sum"
98 }
99 },
100 {
101 "name": "Version",
102 "value": "1.0"
103 },
104 {
105 "name": "DashboardId",
106 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
107 },
108 {
109 "name": "PartId",
110 "value": "d11717df-99bd-48ee-9e9b-2d2a341f7365"
111 },
112 {
113 "name": "PartTitle",
114 "value": "Analytics"
115 },
116 {
117 "name": "PartSubTitle",
118 "value": "{Workspace_Name}"
119 },
120 {
121 "name": "resourceTypeMode",
122 "value": "workspace"
123 },
124 {
125 "name": "ControlType",
126 "value": "AnalyticsChart"
127 },
128 {
129 "name": "SpecificChart",
130 "value": "Line"
131 }
132 ],
133 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
134 "settings": {
135 "content": {
136 "PartTitle": "Mailbox logins, by hour",
137 "PartSubTitle": " "
138 }
139 },
140 "asset": {
141 "idInputName": "ComponentId",
142 "type": "ApplicationInsights"
143 }
144 }
145 },
146 "3": {
147 "position": {
148 "x": 12,
149 "y": 1,
150 "colSpan": 6,
151 "rowSpan": 4
152 },
153 "metadata": {
154 "inputs": [
155 {
156 "name": "ComponentId",
157 "value": {
158 "SubscriptionId": "{Subscription_Id}",
159 "ResourceGroup": "{Resource_Group}",
160 "Name": "{Workspace_Name}"
161 }
162 },
163 {
164 "name": "Query",
165 "value": "//The type of mailbox access. (type of user who accessed the mailbox) \nOfficeActivity \n| where OfficeWorkload == 'Exchange' and Operation == 'MailboxLogin' \n| summarize count() by Logon_Type\n"
166 },
167 {
168 "name": "TimeRange",
169 "value": "P1D"
170 },
171 {
172 "name": "Dimensions",
173 "value": {
174 "xAxis": {
175 "name": "Logon_Type",
176 "type": "String"
177 },
178 "yAxis": [
179 {
180 "name": "count_",
181 "type": "Int64"
182 }
183 ],
184 "splitBy": [],
185 "aggregation": "Sum"
186 }
187 },
188 {
189 "name": "Version",
190 "value": "1.0"
191 },
192 {
193 "name": "DashboardId",
194 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
195 },
196 {
197 "name": "PartId",
198 "value": "bdc89c9b-4b11-4b59-8b2c-054cac414964"
199 },
200 {
201 "name": "PartTitle",
202 "value": "Analytics"
203 },
204 {
205 "name": "PartSubTitle",
206 "value": "{Workspace_Name}"
207 },
208 {
209 "name": "resourceTypeMode",
210 "value": "workspace"
211 },
212 {
213 "name": "ControlType",
214 "value": "AnalyticsDonut"
215 },
216 {
217 "name": "SpecificChart",
218 "isOptional": true
219 }
220 ],
221 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
222 "settings": {
223 "content": {
224 "PartTitle": "Mailbox logins, by user type",
225 "PartSubTitle": " "
226 }
227 },
228 "asset": {
229 "idInputName": "ComponentId",
230 "type": "ApplicationInsights"
231 }
232 }
233 },
234 "4": {
235 "position": {
236 "x": 18,
237 "y": 1,
238 "colSpan": 6,
239 "rowSpan": 4
240 },
241 "metadata": {
242 "inputs": [
243 {
244 "name": "ComponentId",
245 "value": {
246 "SubscriptionId": "{Subscription_Id}",
247 "ResourceGroup": "{Resource_Group}",
248 "Name": "{Workspace_Name}"
249 }
250 },
251 {
252 "name": "Query",
253 "value": "OfficeActivity\n| where OfficeWorkload == 'Exchange'\n| summarize Number = count() by UserId\n| top 10 by Number"
254 },
255 {
256 "name": "TimeRange",
257 "value": "P1D"
258 },
259 {
260 "name": "Version",
261 "value": "1.0"
262 },
263 {
264 "name": "DashboardId",
265 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
266 },
267 {
268 "name": "PartId",
269 "value": "f5aa2ea8-3d95-4ac7-8a1e-16eedf713d7d"
270 },
271 {
272 "name": "PartTitle",
273 "value": "Analytics"
274 },
275 {
276 "name": "PartSubTitle",
277 "value": "{Workspace_Name}"
278 },
279 {
280 "name": "resourceTypeMode",
281 "value": "workspace"
282 },
283 {
284 "name": "ControlType",
285 "value": "AnalyticsGrid"
286 },
287 {
288 "name": "Dimensions",
289 "isOptional": true
290 },
291 {
292 "name": "SpecificChart",
293 "isOptional": true
294 }
295 ],
296 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
297 "settings": {
298 "content": {
299 "PartTitle": "Top 10 users",
300 "PartSubTitle": " "
301 }
302 },
303 "asset": {
304 "idInputName": "ComponentId",
305 "type": "ApplicationInsights"
306 }
307 }
308 },
309 "5": {
310 "position": {
311 "x": 0,
312 "y": 5,
313 "colSpan": 6,
314 "rowSpan": 1
315 },
316 "metadata": {
317 "inputs": [],
318 "type": "Extension/HubsExtension/PartType/MarkdownPart",
319 "settings": {
320 "content": {
321 "settings": {
322 "content": "<div style='font-size:300%;'>New mailboxes created</div>",
323 "title": "",
324 "subtitle": ""
325 }
326 }
327 }
328 }
329 },
330 "6": {
331 "position": {
332 "x": 6,
333 "y": 5,
334 "colSpan": 6,
335 "rowSpan": 1
336 },
337 "metadata": {
338 "inputs": [],
339 "type": "Extension/HubsExtension/PartType/MarkdownPart",
340 "settings": {
341 "content": {
342 "settings": {
343 "content": "<div style='font-size:300%;'>Mailbox permissions</div>",
344 "title": "",
345 "subtitle": ""
346 }
347 }
348 }
349 }
350 },
351 "7": {
352 "position": {
353 "x": 12,
354 "y": 5,
355 "colSpan": 12,
356 "rowSpan": 1
357 },
358 "metadata": {
359 "inputs": [],
360 "type": "Extension/HubsExtension/PartType/MarkdownPart",
361 "settings": {
362 "content": {
363 "settings": {
364 "content": "<div style='font-size:300%;'>Suspicious activities</div>",
365 "title": "",
366 "subtitle": ""
367 }
368 }
369 }
370 }
371 },
372 "8": {
373 "position": {
374 "x": 0,
375 "y": 6,
376 "colSpan": 6,
377 "rowSpan": 4
378 },
379 "metadata": {
380 "inputs": [
381 {
382 "name": "ComponentId",
383 "value": {
384 "SubscriptionId": "{Subscription_Id}",
385 "ResourceGroup": "{Resource_Group}",
386 "Name": "{Workspace_Name}"
387 }
388 },
389 {
390 "name": "Query",
391 "value": "OfficeActivity \n| where OfficeWorkload == 'Exchange' and Operation == 'Set-Mailbox' \n| project TimeGenerated , Operation , UserId , UserType \n"
392 },
393 {
394 "name": "TimeRange",
395 "value": "P1D"
396 },
397 {
398 "name": "Version",
399 "value": "1.0"
400 },
401 {
402 "name": "DashboardId",
403 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
404 },
405 {
406 "name": "PartId",
407 "value": "f4cb8b64-4411-4f68-aa11-fbedc110fd69"
408 },
409 {
410 "name": "PartTitle",
411 "value": "Analytics"
412 },
413 {
414 "name": "PartSubTitle",
415 "value": "{Workspace_Name}"
416 },
417 {
418 "name": "resourceTypeMode",
419 "value": "workspace"
420 },
421 {
422 "name": "ControlType",
423 "value": "AnalyticsGrid"
424 },
425 {
426 "name": "Dimensions",
427 "isOptional": true
428 },
429 {
430 "name": "SpecificChart",
431 "isOptional": true
432 }
433 ],
434 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
435 "settings": {
436 "content": {
437 "PartTitle": "New mailboxes",
438 "PartSubTitle": " "
439 }
440 },
441 "asset": {
442 "idInputName": "ComponentId",
443 "type": "ApplicationInsights"
444 }
445 }
446 },
447 "9": {
448 "position": {
449 "x": 6,
450 "y": 6,
451 "colSpan": 6,
452 "rowSpan": 4
453 },
454 "metadata": {
455 "inputs": [
456 {
457 "name": "ComponentId",
458 "value": {
459 "SubscriptionId": "{Subscription_Id}",
460 "ResourceGroup": "{Resource_Group}",
461 "Name": "{Workspace_Name}"
462 }
463 },
464 {
465 "name": "Query",
466 "value": "//Mailbox permissions changes\nOfficeActivity\n| where OfficeWorkload == 'Exchange' and Operation in ('Add-MailboxPermission', 'UpdateFolderPermissions', 'Remove-MailboxPermission')\n| summarize count() by Operation \n | sort by count_"
467 },
468 {
469 "name": "TimeRange",
470 "value": "P1D"
471 },
472 {
473 "name": "Dimensions",
474 "value": {
475 "xAxis": {
476 "name": "Operation",
477 "type": "String"
478 },
479 "yAxis": [
480 {
481 "name": "count_",
482 "type": "Int64"
483 }
484 ],
485 "splitBy": [],
486 "aggregation": "Sum"
487 }
488 },
489 {
490 "name": "Version",
491 "value": "1.0"
492 },
493 {
494 "name": "DashboardId",
495 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
496 },
497 {
498 "name": "PartId",
499 "value": "f6e4f3bd-043b-4b57-a9f5-45d2952d2671"
500 },
501 {
502 "name": "PartTitle",
503 "value": "Analytics"
504 },
505 {
506 "name": "PartSubTitle",
507 "value": "{Workspace_Name}"
508 },
509 {
510 "name": "resourceTypeMode",
511 "value": "workspace"
512 },
513 {
514 "name": "ControlType",
515 "value": "AnalyticsDonut"
516 },
517 {
518 "name": "SpecificChart",
519 "isOptional": true
520 }
521 ],
522 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
523 "settings": {
524 "content": {
525 "PartTitle": "Mailbox permissions changes, by reason",
526 "PartSubTitle": " "
527 }
528 },
529 "asset": {
530 "idInputName": "ComponentId",
531 "type": "ApplicationInsights"
532 }
533 }
534 },
535 "10": {
536 "position": {
537 "x": 12,
538 "y": 6,
539 "colSpan": 6,
540 "rowSpan": 4
541 },
542 "metadata": {
543 "inputs": [
544 {
545 "name": "ComponentId",
546 "value": {
547 "SubscriptionId": "{Subscription_Id}",
548 "ResourceGroup": "{Resource_Group}",
549 "Name": "{Workspace_Name}"
550 }
551 },
552 {
553 "name": "Query",
554 "value": "//Exchange activities that are performed by actors outside your organization - external\nOfficeActivity\n| where OfficeWorkload == 'Exchange'\n| where ExternalAccess == 'True' \n| summarize count() by Operation\n | sort by count_"
555 },
556 {
557 "name": "TimeRange",
558 "value": "P1D"
559 },
560 {
561 "name": "Dimensions",
562 "value": {
563 "xAxis": {
564 "name": "Operation",
565 "type": "String"
566 },
567 "yAxis": [
568 {
569 "name": "count_",
570 "type": "Int64"
571 }
572 ],
573 "splitBy": [],
574 "aggregation": "Sum"
575 }
576 },
577 {
578 "name": "Version",
579 "value": "1.0"
580 },
581 {
582 "name": "DashboardId",
583 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
584 },
585 {
586 "name": "PartId",
587 "value": "10ee2ef8-774a-490d-b3ef-8587286f9242"
588 },
589 {
590 "name": "PartTitle",
591 "value": "Analytics"
592 },
593 {
594 "name": "PartSubTitle",
595 "value": "{Workspace_Name}"
596 },
597 {
598 "name": "resourceTypeMode",
599 "value": "workspace"
600 },
601 {
602 "name": "ControlType",
603 "value": "AnalyticsDonut"
604 },
605 {
606 "name": "SpecificChart",
607 "isOptional": true
608 }
609 ],
610 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
611 "settings": {
612 "content": {
613 "PartTitle": "External access activities, by activities",
614 "PartSubTitle": "Activities performed, by users outside your organization"
615 }
616 },
617 "asset": {
618 "idInputName": "ComponentId",
619 "type": "ApplicationInsights"
620 }
621 }
622 },
623 "11": {
624 "position": {
625 "x": 18,
626 "y": 6,
627 "colSpan": 6,
628 "rowSpan": 4
629 },
630 "metadata": {
631 "inputs": [
632 {
633 "name": "ComponentId",
634 "value": {
635 "SubscriptionId": "{Subscription_Id}",
636 "ResourceGroup": "{Resource_Group}",
637 "Name": "{Workspace_Name}"
638 }
639 },
640 {
641 "name": "Query",
642 "value": "//Hard delete operations over time\nOfficeActivity\n| where OfficeWorkload == 'Exchange' and Operation contains 'HardDelete'\n| summarize count() by bin_at(TimeGenerated, 1h, now()), Operation "
643 },
644 {
645 "name": "TimeRange",
646 "value": "P1D"
647 },
648 {
649 "name": "Dimensions",
650 "value": {
651 "xAxis": {
652 "name": "Operation",
653 "type": "String"
654 },
655 "yAxis": [
656 {
657 "name": "count_",
658 "type": "Int64"
659 }
660 ],
661 "splitBy": [],
662 "aggregation": "Sum"
663 }
664 },
665 {
666 "name": "Version",
667 "value": "1.0"
668 },
669 {
670 "name": "DashboardId",
671 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
672 },
673 {
674 "name": "PartId",
675 "value": "01c85bd3-2270-4536-b128-6a901d28f009"
676 },
677 {
678 "name": "PartTitle",
679 "value": "Analytics"
680 },
681 {
682 "name": "PartSubTitle",
683 "value": "{Workspace_Name}"
684 },
685 {
686 "name": "resourceTypeMode",
687 "value": "workspace"
688 },
689 {
690 "name": "ControlType",
691 "value": "AnalyticsDonut"
692 },
693 {
694 "name": "SpecificChart",
695 "isOptional": true
696 }
697 ],
698 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
699 "settings": {
700 "content": {
701 "PartTitle": "Hard delete activities",
702 "PartSubTitle": "over time"
703 }
704 },
705 "asset": {
706 "idInputName": "ComponentId",
707 "type": "ApplicationInsights"
708 }
709 }
710 },
711 "12": {
712 "position": {
713 "x": 0,
714 "y": 10,
715 "colSpan": 6,
716 "rowSpan": 1
717 },
718 "metadata": {
719 "inputs": [],
720 "type": "Extension/HubsExtension/PartType/MarkdownPart",
721 "settings": {
722 "content": {
723 "settings": {
724 "content": "<div style='font-size:300%;'>Activities by user types</div>",
725 "title": "",
726 "subtitle": ""
727 }
728 }
729 }
730 }
731 },
732 "13": {
733 "position": {
734 "x": 6,
735 "y": 10,
736 "colSpan": 6,
737 "rowSpan": 1
738 },
739 "metadata": {
740 "inputs": [],
741 "type": "Extension/HubsExtension/PartType/MarkdownPart",
742 "settings": {
743 "content": {
744 "settings": {
745 "content": "<div style='font-size:300%;'>Admin activities by Type</div>",
746 "title": "",
747 "subtitle": ""
748 }
749 }
750 }
751 }
752 },
753 "14": {
754 "position": {
755 "x": 0,
756 "y": 11,
757 "colSpan": 6,
758 "rowSpan": 4
759 },
760 "metadata": {
761 "inputs": [
762 {
763 "name": "ComponentId",
764 "value": {
765 "SubscriptionId": "{Subscription_Id}",
766 "ResourceGroup": "{Resource_Group}",
767 "Name": "{Workspace_Name}"
768 }
769 },
770 {
771 "name": "Query",
772 "value": "OfficeActivity \n| where OfficeWorkload == 'Exchange' \n| summarize count() by UserType \n | sort by count_"
773 },
774 {
775 "name": "TimeRange",
776 "value": "P1D"
777 },
778 {
779 "name": "Dimensions",
780 "value": {
781 "xAxis": {
782 "name": "UserType",
783 "type": "String"
784 },
785 "yAxis": [
786 {
787 "name": "count_",
788 "type": "Int64"
789 }
790 ],
791 "splitBy": [],
792 "aggregation": "Sum"
793 }
794 },
795 {
796 "name": "Version",
797 "value": "1.0"
798 },
799 {
800 "name": "DashboardId",
801 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
802 },
803 {
804 "name": "PartId",
805 "value": "84a205cf-9e9c-4a42-861c-d5d320efa707"
806 },
807 {
808 "name": "PartTitle",
809 "value": "Analytics"
810 },
811 {
812 "name": "PartSubTitle",
813 "value": "{Workspace_Name}"
814 },
815 {
816 "name": "resourceTypeMode",
817 "value": "workspace"
818 },
819 {
820 "name": "ControlType",
821 "value": "AnalyticsDonut"
822 },
823 {
824 "name": "SpecificChart",
825 "isOptional": true
826 }
827 ],
828 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
829 "settings": {
830 "content": {
831 "PartTitle": "Activities by user type",
832 "PartSubTitle": " "
833 }
834 },
835 "asset": {
836 "idInputName": "ComponentId",
837 "type": "ApplicationInsights"
838 }
839 }
840 },
841 "15": {
842 "position": {
843 "x": 6,
844 "y": 11,
845 "colSpan": 6,
846 "rowSpan": 4
847 },
848 "metadata": {
849 "inputs": [
850 {
851 "name": "ComponentId",
852 "value": {
853 "SubscriptionId": "{Subscription_Id}",
854 "ResourceGroup": "{Resource_Group}",
855 "Name": "{Workspace_Name}"
856 }
857 },
858 {
859 "name": "Query",
860 "value": "OfficeActivity \n| where OfficeWorkload == 'Exchange' and UserType == 'Admin' \n| summarize count() by Operation \n"
861 },
862 {
863 "name": "TimeRange",
864 "value": "P1D"
865 },
866 {
867 "name": "Dimensions",
868 "value": {
869 "xAxis": {
870 "name": "Operation",
871 "type": "String"
872 },
873 "yAxis": [
874 {
875 "name": "count_",
876 "type": "Int64"
877 }
878 ],
879 "splitBy": [],
880 "aggregation": "Sum"
881 }
882 },
883 {
884 "name": "Version",
885 "value": "1.0"
886 },
887 {
888 "name": "DashboardId",
889 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/ExchangeOnlineDashboard_{Workspace_Name}"
890 },
891 {
892 "name": "PartId",
893 "value": "fab9f64c-02f1-464a-81de-950b3bbf61cf"
894 },
895 {
896 "name": "PartTitle",
897 "value": "Analytics"
898 },
899 {
900 "name": "PartSubTitle",
901 "value": "{Workspace_Name}"
902 },
903 {
904 "name": "resourceTypeMode",
905 "value": "workspace"
906 },
907 {
908 "name": "ControlType",
909 "value": "AnalyticsDonut"
910 },
911 {
912 "name": "SpecificChart",
913 "isOptional": true
914 }
915 ],
916 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
917 "settings": {
918 "content": {
919 "PartTitle": "Admin activities, by type",
920 "PartSubTitle": " "
921 }
922 },
923 "asset": {
924 "idInputName": "ComponentId",
925 "type": "ApplicationInsights"
926 }
927 }
928 },
929 "16": {
930 "position": {
931 "x": 0,
932 "y": 0,
933 "colSpan": 1,
934 "rowSpan": 1
935 },
936 "metadata": {
937 "inputs": [
938 {
939 "name": "subscriptionId",
940 "value": "{Subscription_Id}"
941 },
942 {
943 "name": "resourceGroup",
944 "value": "{Resource_Group}"
945 },
946 {
947 "name": "workspaceName",
948 "value": "{Workspace_Name}"
949 },
950 {
951 "name": "menuItemToOpen",
952 "value": "Dashboards"
953 },
954 {
955 "name": "menuItemToOpen",
956 "value": "Dashboards"
957 }
958 ],
959 "type": "Extension/Microsoft_Azure_Security_Insights/PartType/AsiOverviewPart",
960 "defaultMenuItemId": "0"
961 }
962 }
963 }
964 }
965 }
966 }
967}