CodeCommitsIssuesPull requestsActionsInsightsSecurity
62f2d4762afc5abc190b8a01a52c44278143e9df

Branches

Tags

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

Clone

HTTPS

Download ZIP

Dashboards/AWS_network_activities.json

2198lines · modecode

1{
2 "name": "AmazonWebServicesNetworkActivities-{Workspace_Name}",
3 "type": "Microsoft.Portal/dashboards",
4 "location": "{Dashboard_Location}",
5 "tags": {
6 "dashboardKey": "AmazonWebServicesNetworkActivities",
7 "hidden-title": "Amazon Web Services Network Activities - {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": 24,
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%;\">AWS network activities</div>",
30 "title": "",
31 "subtitle": ""
32 }
33 }
34 }
35 }
36 },
37 "1": {
38 "position": {
39 "x": 0,
40 "y": 1,
41 "colSpan": 10,
42 "rowSpan": 4
43 },
44 "metadata": {
45 "inputs": [
46 {
47 "name": "ComponentId",
48 "value": {
49 "SubscriptionId": "{Subscription_Id}",
50 "ResourceGroup": "{Resource_Group}",
51 "Name": "{Workspace_Name}"
52 }
53 },
54 {
55 "name": "Query",
56 "value": "AWSCloudTrail\r\n| summarize count() by AWSRegion, TimeGenerated\n"
57 },
58 {
59 "name": "TimeRange",
60 "value": "P1D"
61 },
62 {
63 "name": "Dimensions",
64 "value": {
65 "xAxis": {
66 "name": "TimeGenerated",
67 "type": "DateTime"
68 },
69 "yAxis": [
70 {
71 "name": "count_",
72 "type": "Int64"
73 }
74 ],
75 "splitBy": [
76 {
77 "name": "AWSRegion",
78 "type": "String"
79 }
80 ],
81 "aggregation": "Sum"
82 }
83 },
84 {
85 "name": "Version",
86 "value": "1.0"
87 },
88 {
89 "name": "DashboardId",
90 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/AmazonWebServicesNetworkActivities_{Workspace_Name}"
91 },
92 {
93 "name": "PartId",
94 "value": "03d63029-7b60-4fc0-9069-fa4fffdeb54c"
95 },
96 {
97 "name": "PartTitle",
98 "value": " "
99 },
100 {
101 "name": "PartSubTitle",
102 "value": " "
103 },
104 {
105 "name": "resourceTypeMode",
106 "value": "workspace"
107 },
108 {
109 "name": "ControlType",
110 "value": "AnalyticsChart"
111 },
112 {
113 "name": "SpecificChart",
114 "value": "Line"
115 }
116 ],
117 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
118 "settings": {
119 "content": {
120 "PartTitle": "Activities, by region",
121 "PartSubTitle": " "
122 }
123 },
124 "asset": {
125 "idInputName": "ComponentId",
126 "type": "ApplicationInsights"
127 }
128 }
129 },
130 "2": {
131 "position": {
132 "x": 10,
133 "y": 1,
134 "colSpan": 10,
135 "rowSpan": 4
136 },
137 "metadata": {
138 "inputs": [
139 {
140 "name": "ComponentId",
141 "value": {
142 "SubscriptionId": "{Subscription_Id}",
143 "ResourceGroup": "{Resource_Group}",
144 "Name": "{Workspace_Name}"
145 }
146 },
147 {
148 "name": "Query",
149 "value": "AWSCloudTrail\r\n| extend internalEvent = iff(isempty(VpcEndpointId), \"External\", \"Internal\")\r\n| summarize count() by internalEvent, TimeGenerated\n"
150 },
151 {
152 "name": "TimeRange",
153 "value": "P1D"
154 },
155 {
156 "name": "Dimensions",
157 "value": {
158 "xAxis": {
159 "name": "TimeGenerated",
160 "type": "DateTime"
161 },
162 "yAxis": [
163 {
164 "name": "count_",
165 "type": "Int64"
166 }
167 ],
168 "splitBy": [
169 {
170 "name": "internalEvent",
171 "type": "String"
172 }
173 ],
174 "aggregation": "Sum"
175 }
176 },
177 {
178 "name": "Version",
179 "value": "1.0"
180 },
181 {
182 "name": "DashboardId",
183 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/AmazonWebServicesNetworkActivities_{Workspace_Name}"
184 },
185 {
186 "name": "PartId",
187 "value": "a4790bb3-7034-4549-afda-c48fffc24c09"
188 },
189 {
190 "name": "PartTitle",
191 "value": " "
192 },
193 {
194 "name": "PartSubTitle",
195 "value": " "
196 },
197 {
198 "name": "resourceTypeMode",
199 "value": "workspace"
200 },
201 {
202 "name": "ControlType",
203 "value": "AnalyticsChart"
204 },
205 {
206 "name": "SpecificChart",
207 "value": "Bar"
208 }
209 ],
210 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
211 "settings": {
212 "content": {
213 "PartTitle": "Internal, and external events",
214 "PartSubTitle": " "
215 }
216 },
217 "asset": {
218 "idInputName": "ComponentId",
219 "type": "ApplicationInsights"
220 }
221 }
222 },
223 "3": {
224 "position": {
225 "x": 20,
226 "y": 1,
227 "colSpan": 5,
228 "rowSpan": 4
229 },
230 "metadata": {
231 "inputs": [
232 {
233 "name": "ComponentId",
234 "value": {
235 "SubscriptionId": "{Subscription_Id}",
236 "ResourceGroup": "{Resource_Group}",
237 "Name": "{Workspace_Name}"
238 }
239 },
240 {
241 "name": "Query",
242 "value": "AWSCloudTrail\r\n| summarize NumberOfEvents = count() by UserIdentityAccountId\r\n| where UserIdentityAccountId != \"\"\r\n"
243 },
244 {
245 "name": "TimeRange",
246 "value": "P1D"
247 },
248 {
249 "name": "Version",
250 "value": "1.0"
251 },
252 {
253 "name": "DashboardId",
254 "value": "/subscriptions/{Subscription_Id}/resourceGroups/dashboards/providers/Microsoft.Portal/dashboards/AmazonWebServicesNetworkActivities_{Workspace_Name}"
255 },
256 {
257 "name": "PartId",
258 "value": "429389b1-1258-4d39-aae3-8c470bc9fa9c"
259 },
260 {
261 "name": "PartTitle",
262 "value": " "
263 },
264 {
265 "name": "PartSubTitle",
266 "value": " "
267 },
268 {
269 "name": "resourceTypeMode",
270 "value": "workspace"
271 },
272 {
273 "name": "ControlType",
274 "value": "AnalyticsGrid"
275 },
276 {
277 "name": "Dimensions",
278 "isOptional": true
279 },
280 {
281 "name": "SpecificChart",
282 "isOptional": true
283 }
284 ],
285 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
286 "settings": {
287 "content": {
288 "PartTitle": "Active account IDs",
289 "PartSubTitle": " "
290 }
291 },
292 "asset": {
293 "idInputName": "ComponentId",
294 "type": "ApplicationInsights"
295 }
296 }
297 },
298 "4": {
299 "position": {
300 "x": 0,
301 "y": 5,
302 "colSpan": 10,
303 "rowSpan": 4
304 },
305 "metadata": {
306 "inputs": [
307 {
308 "name": "ComponentId",
309 "value": {
310 "SubscriptionId": "{Subscription_Id}",
311 "ResourceGroup": "{Resource_Group}",
312 "Name": "{Workspace_Name}"
313 }
314 },
315 {
316 "name": "Query",
317 "value": "AWSCloudTrail\n| where EventName contains \"securitygroup\"\n| summarize count() by EventName, TimeGenerated\n"
318 },
319 {
320 "name": "TimeRange",
321 "value": "P1D"
322 },
323 {
324 "name": "Dimensions",
325 "value": {
326 "xAxis": {
327 "name": "TimeGenerated",
328 "type": "DateTime"
329 },
330 "yAxis": [
331 {
332 "name": "count_",
333 "type": "Int64"
334 }
335 ],
336 "splitBy": [
337 {
338 "name": "EventName",
339 "type": "String"
340 }
341 ],
342 "aggregation": "Sum"
343 }
344 },
345 {
346 "name": "Version",
347 "value": "1.0"
348 },
349 {
350 "name": "DashboardId",
351 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
352 },
353 {
354 "name": "PartId",
355 "value": "a1cf52b0-de06-4bcc-9506-c88ec42c9741"
356 },
357 {
358 "name": "PartTitle",
359 "value": " "
360 },
361 {
362 "name": "PartSubTitle",
363 "value": "ws-tccc-use2-0001"
364 },
365 {
366 "name": "resourceTypeMode",
367 "value": "workspace"
368 },
369 {
370 "name": "ControlType",
371 "value": "AnalyticsChart"
372 },
373 {
374 "name": "SpecificChart",
375 "value": "Line"
376 }
377 ],
378 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
379 "settings": {
380 "content": {
381 "PartTitle": "Security group activities",
382 "PartSubTitle": " "
383 }
384 },
385 "asset": {
386 "idInputName": "ComponentId",
387 "type": "ApplicationInsights"
388 }
389 }
390 },
391 "5": {
392 "position": {
393 "x": 10,
394 "y": 5,
395 "colSpan": 15,
396 "rowSpan": 4
397 },
398 "metadata": {
399 "inputs": [
400 {
401 "name": "ComponentId",
402 "value": {
403 "SubscriptionId": "{Subscription_Id}",
404 "ResourceGroup": "{Resource_Group}",
405 "Name": "{Workspace_Name}"
406 }
407 },
408 {
409 "name": "Query",
410 "value": "AWSCloudTrail\n| where EventName in (\"ApplySecurityGroupsToClientVpnTargetNetwork\",\n\"AuthorizeSecurityGroupEgress\",\n\"AuthorizeSecurityGroupIngress\",\n\"CreateSecurityGroup\",\n\"DeleteSecurityGroup\",\n\"RevokeSecurityGroupEgress\",\n\"RevokeSecurityGroupIngress\",\n\"UpdateSecurityGroupRuleDescriptionsEgress\",\n\"UpdateSecurityGroupRuleDescriptionsIngress\")\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last "
411 },
412 {
413 "name": "TimeRange",
414 "value": "P1D"
415 },
416 {
417 "name": "Version",
418 "value": "1.0"
419 },
420 {
421 "name": "DashboardId",
422 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
423 },
424 {
425 "name": "PartId",
426 "value": "bdb92b67-27a8-41a9-99cb-aa6e07b147fc"
427 },
428 {
429 "name": "PartTitle",
430 "value": " "
431 },
432 {
433 "name": "PartSubTitle",
434 "value": "ws-tccc-use2-0001"
435 },
436 {
437 "name": "resourceTypeMode",
438 "value": "workspace"
439 },
440 {
441 "name": "ControlType",
442 "value": "AnalyticsGrid"
443 },
444 {
445 "name": "Dimensions",
446 "isOptional": true
447 },
448 {
449 "name": "SpecificChart",
450 "isOptional": true
451 }
452 ],
453 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
454 "settings": {
455 "content": {
456 "PartTitle": "Security group activities",
457 "PartSubTitle": " "
458 }
459 },
460 "asset": {
461 "idInputName": "ComponentId",
462 "type": "ApplicationInsights"
463 }
464 }
465 },
466 "6": {
467 "position": {
468 "x": 0,
469 "y": 9,
470 "colSpan": 10,
471 "rowSpan": 4
472 },
473 "metadata": {
474 "inputs": [
475 {
476 "name": "ComponentId",
477 "value": {
478 "SubscriptionId": "{Subscription_Id}",
479 "ResourceGroup": "{Resource_Group}",
480 "Name": "{Workspace_Name}"
481
482 }
483 },
484 {
485 "name": "Query",
486 "value": "AWSCloudTrail\n| where EventName contains \"networkacl\"\n| summarize count() by EventName, TimeGenerated\n"
487 },
488 {
489 "name": "TimeRange",
490 "value": "P1D"
491 },
492 {
493 "name": "Dimensions",
494 "value": {
495 "xAxis": {
496 "name": "TimeGenerated",
497 "type": "DateTime"
498 },
499 "yAxis": [
500 {
501 "name": "count_",
502 "type": "Int64"
503 }
504 ],
505 "splitBy": [
506 {
507 "name": "EventName",
508 "type": "String"
509 }
510 ],
511 "aggregation": "Sum"
512 }
513 },
514 {
515 "name": "Version",
516 "value": "1.0"
517 },
518 {
519 "name": "DashboardId",
520 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
521 },
522 {
523 "name": "PartId",
524 "value": "f3583ea8-3383-4dce-bbef-19f5c4ab8871"
525 },
526 {
527 "name": "PartTitle",
528 "value": " "
529 },
530 {
531 "name": "PartSubTitle",
532 "value": "ws-tccc-use2-0001"
533 },
534 {
535 "name": "resourceTypeMode",
536 "value": "workspace"
537 },
538 {
539 "name": "ControlType",
540 "value": "AnalyticsChart"
541 },
542 {
543 "name": "SpecificChart",
544 "value": "Line"
545 }
546 ],
547 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
548 "settings": {
549 "content": {
550 "PartTitle": "Network ACL activities",
551 "PartSubTitle": " "
552 }
553 },
554 "asset": {
555 "idInputName": "ComponentId",
556 "type": "ApplicationInsights"
557 }
558 }
559 },
560 "7": {
561 "position": {
562 "x": 10,
563 "y": 9,
564 "colSpan": 15,
565 "rowSpan": 4
566 },
567 "metadata": {
568 "inputs": [
569 {
570 "name": "ComponentId",
571 "value": {
572 "SubscriptionId": "{Subscription_Id}",
573 "ResourceGroup": "{Resource_Group}",
574 "Name": "{Workspace_Name}"
575 }
576 },
577 {
578 "name": "Query",
579 "value": "AWSCloudTrail\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SessionMfaAuthenticated, SourceIpAddress, AWSRegion\n"
580 },
581 {
582 "name": "TimeRange",
583 "value": "P1D"
584 },
585 {
586 "name": "Version",
587 "value": "1.0"
588 },
589 {
590 "name": "DashboardId",
591 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
592 },
593 {
594 "name": "PartId",
595 "value": "e2b6419f-5d1d-485a-a245-35d2658f81ac"
596 },
597 {
598 "name": "PartTitle",
599 "value": " "
600 },
601 {
602 "name": "PartSubTitle",
603 "value": "ws-tccc-use2-0001"
604 },
605 {
606 "name": "resourceTypeMode",
607 "value": "workspace"
608 },
609 {
610 "name": "ControlType",
611 "value": "AnalyticsGrid"
612 },
613 {
614 "name": "Dimensions",
615 "isOptional": true
616 },
617 {
618 "name": "SpecificChart",
619 "isOptional": true
620 }
621 ],
622 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
623 "settings": {
624 "content": {
625 "PartTitle": "Network ACL activities",
626 "PartSubTitle": " "
627 }
628 },
629 "asset": {
630 "idInputName": "ComponentId",
631 "type": "ApplicationInsights"
632 }
633 }
634 },
635 "8": {
636 "position": {
637 "x": 0,
638 "y": 13,
639 "colSpan": 10,
640 "rowSpan": 4
641 },
642 "metadata": {
643 "inputs": [
644 {
645 "name": "ComponentId",
646 "value": {
647 "SubscriptionId": "{Subscription_Id}",
648 "ResourceGroup": "{Resource_Group}",
649 "Name": "{Workspace_Name}"
650 }
651 },
652 {
653 "name": "Query",
654 "value": "AWSCloudTrail\n| where EventName contains \"loadbalancer\"\n| summarize count() by EventName, TimeGenerated\n"
655 },
656 {
657 "name": "TimeRange",
658 "value": "P1D"
659 },
660 {
661 "name": "Dimensions",
662 "value": {
663 "xAxis": {
664 "name": "TimeGenerated",
665 "type": "DateTime"
666 },
667 "yAxis": [
668 {
669 "name": "count_",
670 "type": "Int64"
671 }
672 ],
673 "splitBy": [
674 {
675 "name": "EventName",
676 "type": "String"
677 }
678 ],
679 "aggregation": "Sum"
680 }
681 },
682 {
683 "name": "Version",
684 "value": "1.0"
685 },
686 {
687 "name": "DashboardId",
688 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
689 },
690 {
691 "name": "PartId",
692 "value": "b92f4ebd-77f8-4798-bfc4-a0ae37c20a9e"
693 },
694 {
695 "name": "PartTitle",
696 "value": " "
697 },
698 {
699 "name": "PartSubTitle",
700 "value": "ws-tccc-use2-0001"
701 },
702 {
703 "name": "resourceTypeMode",
704 "value": "workspace"
705 },
706 {
707 "name": "ControlType",
708 "value": "AnalyticsChart"
709 },
710 {
711 "name": "SpecificChart",
712 "value": "Line"
713 }
714 ],
715 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
716 "settings": {
717 "content": {
718 "PartTitle": "Elastic load balancer activities",
719 "PartSubTitle": " "
720 }
721 },
722 "asset": {
723 "idInputName": "ComponentId",
724 "type": "ApplicationInsights"
725 }
726 }
727 },
728 "9": {
729 "position": {
730 "x": 10,
731 "y": 13,
732 "colSpan": 15,
733 "rowSpan": 4
734 },
735 "metadata": {
736 "inputs": [
737 {
738 "name": "ComponentId",
739 "value": {
740 "SubscriptionId": "{Subscription_Id}",
741 "ResourceGroup": "{Resource_Group}",
742 "Name": "{Workspace_Name}"
743 }
744 },
745 {
746 "name": "Query",
747 "value": "AWSCloudTrail\n| where EventName == \"AuthorizeSecurityGroupEgress\"\n or EventName == \"AuthorizeSecurityGroupIngress\"\n or EventName == \"RevokeSecurityGroupEgress\"\n or EventName == \"RevokeSecurityGroupIngress\"\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last \n"
748 },
749 {
750 "name": "TimeRange",
751 "value": "P1D"
752 },
753 {
754 "name": "Version",
755 "value": "1.0"
756 },
757 {
758 "name": "DashboardId",
759 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
760 },
761 {
762 "name": "PartId",
763 "value": "86daf77e-0c13-4f45-91f5-3a0a1b35fd1b"
764 },
765 {
766 "name": "PartTitle",
767 "value": " "
768 },
769 {
770 "name": "PartSubTitle",
771 "value": "ws-tccc-use2-0001"
772 },
773 {
774 "name": "resourceTypeMode",
775 "value": "workspace"
776 },
777 {
778 "name": "ControlType",
779 "value": "AnalyticsGrid"
780 },
781 {
782 "name": "Dimensions",
783 "isOptional": true
784 },
785 {
786 "name": "SpecificChart",
787 "isOptional": true
788 }
789 ],
790 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
791 "settings": {
792 "content": {
793 "PartTitle": "Elastic load balancer activities",
794 "PartSubTitle": " "
795 }
796 },
797 "asset": {
798 "idInputName": "ComponentId",
799 "type": "ApplicationInsights"
800 }
801 }
802 },
803 "10": {
804 "position": {
805 "x": 0,
806 "y": 17,
807 "colSpan": 10,
808 "rowSpan": 4
809 },
810 "metadata": {
811 "inputs": [
812 {
813 "name": "ComponentId",
814 "value": {
815 "SubscriptionId": "{Subscription_Id}",
816 "ResourceGroup": "{Resource_Group}",
817 "Name": "{Workspace_Name}"
818 }
819 },
820 {
821 "name": "Query",
822 "value": "AWSCloudTrail\n| where EventName contains \"gateway\"\n| summarize count() by EventName, TimeGenerated\n"
823 },
824 {
825 "name": "TimeRange",
826 "value": "P1D"
827 },
828 {
829 "name": "Dimensions",
830 "value": {
831 "xAxis": {
832 "name": "TimeGenerated",
833 "type": "DateTime"
834 },
835 "yAxis": [
836 {
837 "name": "count_",
838 "type": "Int64"
839 }
840 ],
841 "splitBy": [
842 {
843 "name": "EventName",
844 "type": "String"
845 }
846 ],
847 "aggregation": "Sum"
848 }
849 },
850 {
851 "name": "Version",
852 "value": "1.0"
853 },
854 {
855 "name": "DashboardId",
856 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
857 },
858 {
859 "name": "PartId",
860 "value": "4899b9e1-42c4-4eb0-99c4-80872b9b9b86"
861 },
862 {
863 "name": "PartTitle",
864 "value": " "
865 },
866 {
867 "name": "PartSubTitle",
868 "value": "ws-tccc-use2-0001"
869 },
870 {
871 "name": "resourceTypeMode",
872 "value": "workspace"
873 },
874 {
875 "name": "ControlType",
876 "value": "AnalyticsChart"
877 },
878 {
879 "name": "SpecificChart",
880 "value": "Line"
881 }
882 ],
883 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
884 "settings": {
885 "content": {
886 "PartTitle": "Gateway activities",
887 "PartSubTitle": " "
888 }
889 },
890 "asset": {
891 "idInputName": "ComponentId",
892 "type": "ApplicationInsights"
893 }
894 }
895 },
896 "11": {
897 "position": {
898 "x": 10,
899 "y": 17,
900 "colSpan": 15,
901 "rowSpan": 4
902 },
903 "metadata": {
904 "inputs": [
905 {
906 "name": "ComponentId",
907 "value": {
908 "SubscriptionId": "{Subscription_Id}",
909 "ResourceGroup": "{Resource_Group}",
910 "Name": "{Workspace_Name}"
911 }
912 },
913 {
914 "name": "Query",
915 "value": "AWSCloudTrail\n| take 10\n"
916 },
917 {
918 "name": "TimeRange",
919 "value": "P1D"
920 },
921 {
922 "name": "Version",
923 "value": "1.0"
924 },
925 {
926 "name": "DashboardId",
927 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
928 },
929 {
930 "name": "PartId",
931 "value": "ca43ce61-d448-4ce0-9768-81dd77cd7380"
932 },
933 {
934 "name": "PartTitle",
935 "value": " "
936 },
937 {
938 "name": "PartSubTitle",
939 "value": "ws-tccc-use2-0001"
940 },
941 {
942 "name": "resourceTypeMode",
943 "value": "workspace"
944 },
945 {
946 "name": "ControlType",
947 "value": "AnalyticsGrid"
948 },
949 {
950 "name": "Dimensions",
951 "isOptional": true
952 },
953 {
954 "name": "SpecificChart",
955 "isOptional": true
956 }
957 ],
958 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
959 "settings": {
960 "content": {
961 "PartTitle": "Gateway activities",
962 "PartSubTitle": " ",
963 "Query": "AWSCloudTrail\n| where EventName in (\"AcceptTransitGatewayVpcAttachment\",\n\"AssociateTransitGatewayRouteTable\",\n\"AttachInternetGateway\",\n\"AttachVpnGateway\",\n\"CreateCustomerGateway\",\n\"CreateEgressOnlyInternetGateway\",\n\"CreateInternetGateway\",\n\"CreateNatGateway\",\n\"CreateTransitGateway\",\n\"CreateTransitGatewayRoute\",\n\"CreateTransitGatewayRouteTable\",\n\"CreateTransitGatewayVpcAttachment\",\n\"CreateVpnGateway\",\n\"DeleteCustomerGateway\",\n\"DeleteEgressOnlyInternetGateway\",\n\"DeleteInternetGateway\",\n\"DeleteNatGateway\",\n\"DeleteTransitGateway\",\n\"DeleteTransitGatewayRoute\",\n\"DeleteTransitGatewayRouteTable\",\n\"DeleteTransitGatewayVpcAttachment\",\n\"DeleteVpnGateway\",\n\"DetachInternetGateway\",\n\"DetachVpnGateway\",\n\"DisableTransitGatewayRouteTablePropagation\",\n\"DisassociateTransitGatewayRouteTable\",\n\"EnableTransitGatewayRouteTablePropagation\",\n\"ExportTransitGatewayRoutes\",\n\"GetTransitGatewayAttachmentPropagations\",\n\"GetTransitGatewayRouteTableAssociations\",\n\"GetTransitGatewayRouteTablePropagations\",\n\"ModifyTransitGatewayVpcAttachment\",\n\"RejectTransitGatewayVpcAttachment\",\n\"ReplaceTransitGatewayRoute\",\n\"SearchTransitGatewayRoutes\")\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last"
964 }
965 },
966 "asset": {
967 "idInputName": "ComponentId",
968 "type": "ApplicationInsights"
969 }
970 }
971 },
972 "12": {
973 "position": {
974 "x": 0,
975 "y": 21,
976 "colSpan": 10,
977 "rowSpan": 4
978 },
979 "metadata": {
980 "inputs": [
981 {
982 "name": "ComponentId",
983 "value": {
984 "SubscriptionId": "{Subscription_Id}",
985 "ResourceGroup": "{Resource_Group}",
986 "Name": "{Workspace_Name}"
987 }
988 },
989 {
990 "name": "Query",
991 "value": "AWSCloudTrail\n| take 100\n| summarize count() by EventName, TimeGenerated \n"
992 },
993 {
994 "name": "TimeRange",
995 "value": "P1D"
996 },
997 {
998 "name": "Dimensions",
999 "value": {
1000 "xAxis": {
1001 "name": "TimeGenerated",
1002 "type": "DateTime"
1003 },
1004 "yAxis": [
1005 {
1006 "name": "count_",
1007 "type": "Int64"
1008 }
1009 ],
1010 "splitBy": [
1011 {
1012 "name": "EventName",
1013 "type": "String"
1014 }
1015 ],
1016 "aggregation": "Sum"
1017 }
1018 },
1019 {
1020 "name": "Version",
1021 "value": "1.0"
1022 },
1023 {
1024 "name": "DashboardId",
1025 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1026 },
1027 {
1028 "name": "PartId",
1029 "value": "fb59bbc5-9930-44b1-b559-84c1a09ea27f"
1030 },
1031 {
1032 "name": "PartTitle",
1033 "value": " "
1034 },
1035 {
1036 "name": "PartSubTitle",
1037 "value": "ws-tccc-use2-0001"
1038 },
1039 {
1040 "name": "resourceTypeMode",
1041 "value": "workspace"
1042 },
1043 {
1044 "name": "ControlType",
1045 "value": "AnalyticsChart"
1046 },
1047 {
1048 "name": "SpecificChart",
1049 "value": "Line"
1050 }
1051 ],
1052 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1053 "settings": {
1054 "content": {
1055 "PartTitle": "Route activities",
1056 "PartSubTitle": " "
1057 }
1058 },
1059 "asset": {
1060 "idInputName": "ComponentId",
1061 "type": "ApplicationInsights"
1062 }
1063 }
1064 },
1065 "13": {
1066 "position": {
1067 "x": 10,
1068 "y": 21,
1069 "colSpan": 15,
1070 "rowSpan": 4
1071 },
1072 "metadata": {
1073 "inputs": [
1074 {
1075 "name": "ComponentId",
1076 "value": {
1077 "SubscriptionId": "{Subscription_Id}",
1078 "ResourceGroup": "{Resource_Group}",
1079 "Name": "{Workspace_Name}"
1080
1081 }
1082 },
1083 {
1084 "name": "Query",
1085 "value": "AWSCloudTrail\n| where EventName in (\"AssociateRouteTable\",\n\"AssociateTransitGatewayRouteTable\",\n\"CreateClientVpnRoute\",\n\"CreateRoute\",\n\"CreateRouteTable\",\n\"CreateTransitGatewayRoute\",\n\"CreateTransitGatewayRouteTable\",\n\"CreateVpnConnectionRoute\",\n\"DeleteClientVpnRoute\",\n\"DeleteRoute\",\n\"DeleteRouteTable\",\n\"DeleteTransitGatewayRoute\",\n\"DeleteTransitGatewayRouteTable\",\n\"DeleteVpnConnectionRoute\",\n\"DisableTransitGatewayRouteTablePropagation\",\n\"DisableVgwRoutePropagation\",\n\"DisassociateRouteTable\",\n\"DisassociateTransitGatewayRouteTable\",\n\"EnableTransitGatewayRouteTablePropagation\",\n\"EnableVgwRoutePropagation\",\n\"ExportTransitGatewayRoutes\",\n\"GetTransitGatewayRouteTableAssociations\",\n\"GetTransitGatewayRouteTablePropagations\",\n\"ReplaceRoute\",\n\"ReplaceRouteTableAssociation\",\n\"ReplaceTransitGatewayRoute\",\n\"SearchTransitGatewayRoutes\")\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last"
1086 },
1087 {
1088 "name": "TimeRange",
1089 "value": "P1D"
1090 },
1091 {
1092 "name": "Version",
1093 "value": "1.0"
1094 },
1095 {
1096 "name": "DashboardId",
1097 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1098 },
1099 {
1100 "name": "PartId",
1101 "value": "cb1ac9d7-0576-47fd-a7ab-6b00c559482b"
1102 },
1103 {
1104 "name": "PartTitle",
1105 "value": " "
1106 },
1107 {
1108 "name": "PartSubTitle",
1109 "value": "ws-tccc-use2-0001"
1110 },
1111 {
1112 "name": "resourceTypeMode",
1113 "value": "workspace"
1114 },
1115 {
1116 "name": "ControlType",
1117 "value": "AnalyticsGrid"
1118 },
1119 {
1120 "name": "Dimensions",
1121 "isOptional": true
1122 },
1123 {
1124 "name": "SpecificChart",
1125 "isOptional": true
1126 }
1127 ],
1128 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1129 "settings": {
1130 "content": {
1131 "PartTitle": "Route activities",
1132 "PartSubTitle": " "
1133 }
1134 },
1135 "asset": {
1136 "idInputName": "ComponentId",
1137 "type": "ApplicationInsights"
1138 }
1139 }
1140 },
1141 "14": {
1142 "position": {
1143 "x": 0,
1144 "y": 25,
1145 "colSpan": 10,
1146 "rowSpan": 4
1147 },
1148 "metadata": {
1149 "inputs": [
1150 {
1151 "name": "ComponentId",
1152 "value": {
1153 "SubscriptionId": "{Subscription_Id}",
1154 "ResourceGroup": "{Resource_Group}",
1155 "Name": "{Workspace_Name}"
1156
1157 }
1158 },
1159 {
1160 "name": "Query",
1161 "value": "AWSCloudTrail\n| take 100\n| summarize count() by EventName, TimeGenerated \n"
1162 },
1163 {
1164 "name": "TimeRange",
1165 "value": "P1D"
1166 },
1167 {
1168 "name": "Dimensions",
1169 "value": {
1170 "xAxis": {
1171 "name": "TimeGenerated",
1172 "type": "DateTime"
1173 },
1174 "yAxis": [
1175 {
1176 "name": "count_",
1177 "type": "Int64"
1178 }
1179 ],
1180 "splitBy": [
1181 {
1182 "name": "EventName",
1183 "type": "String"
1184 }
1185 ],
1186 "aggregation": "Sum"
1187 }
1188 },
1189 {
1190 "name": "Version",
1191 "value": "1.0"
1192 },
1193 {
1194 "name": "DashboardId",
1195 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1196 },
1197 {
1198 "name": "PartId",
1199 "value": "00a58d4c-c374-405b-948f-17aee21b6719"
1200 },
1201 {
1202 "name": "PartTitle",
1203 "value": " "
1204 },
1205 {
1206 "name": "PartSubTitle",
1207 "value": "ws-tccc-use2-0001"
1208 },
1209 {
1210 "name": "resourceTypeMode",
1211 "value": "workspace"
1212 },
1213 {
1214 "name": "ControlType",
1215 "value": "AnalyticsChart"
1216 },
1217 {
1218 "name": "SpecificChart",
1219 "value": "Line"
1220 }
1221 ],
1222 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1223 "settings": {
1224 "content": {
1225 "PartTitle": "VPC activities",
1226 "PartSubTitle": " "
1227 }
1228 },
1229 "asset": {
1230 "idInputName": "ComponentId",
1231 "type": "ApplicationInsights"
1232 }
1233 }
1234 },
1235 "15": {
1236 "position": {
1237 "x": 10,
1238 "y": 25,
1239 "colSpan": 15,
1240 "rowSpan": 4
1241 },
1242 "metadata": {
1243 "inputs": [
1244 {
1245 "name": "ComponentId",
1246 "value": {
1247 "SubscriptionId": "{Subscription_Id}",
1248 "ResourceGroup": "{Resource_Group}",
1249 "Name": "{Workspace_Name}"
1250 }
1251 },
1252 {
1253 "name": "Query",
1254 "value": "AWSCloudTrail\n| where EventName in (\"AcceptTransitGatewayVpcAttachment\",\n\"AcceptVpcEndpointConnections\",\n\"AcceptVpcPeeringConnection\",\n\"AssociateVpcCidrBlock\",\n\"AttachClassicLinkVpc\",\n\"CreateDefaultVpc\",\n\"CreateTransitGatewayVpcAttachment\",\n\"CreateVpc\",\n\"CreateVpcEndpoint\",\n\"CreateVpcEndpointConnectionNotification\",\n\"CreateVpcEndpointServiceConfiguration\",\n\"CreateVpcPeeringConnection\",\n\"DeleteTransitGatewayVpcAttachment\",\n\"DeleteVpc\",\n\"DeleteVpcEndpointConnectionNotifications\",\n\"DeleteVpcEndpoints\",\n\"DeleteVpcEndpointServiceConfigurations\",\n\"DeleteVpcPeeringConnection\",\n\"DetachClassicLinkVpc\",\n\"DisableVpcClassicLink\",\n\"DisableVpcClassicLinkDnsSupport\",\n\"DisassociateVpcCidrBlock\",\n\"EnableVpcClassicLink\",\n\"EnableVpcClassicLinkDnsSupport\",\n\"ModifyTransitGatewayVpcAttachment\",\n\"ModifyVpcAttribute\",\n\"ModifyVpcEndpoint\",\n\"ModifyVpcEndpointConnectionNotification\",\n\"ModifyVpcEndpointServiceConfiguration\",\n\"ModifyVpcEndpointServicePermissions\",\n\"ModifyVpcPeeringConnectionOptions\",\n\"ModifyVpcTenancy\",\n\"MoveAddressToVpc\",\n\"RejectTransitGatewayVpcAttachment\",\n\"RejectVpcEndpointConnections\",\n\"RejectVpcPeeringConnection\")\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last"
1255 },
1256 {
1257 "name": "TimeRange",
1258 "value": "P1D"
1259 },
1260 {
1261 "name": "Version",
1262 "value": "1.0"
1263 },
1264 {
1265 "name": "DashboardId",
1266 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1267 },
1268 {
1269 "name": "PartId",
1270 "value": "281b6a04-9106-4c41-b2e7-80959f56dfaa"
1271 },
1272 {
1273 "name": "PartTitle",
1274 "value": " "
1275 },
1276 {
1277 "name": "PartSubTitle",
1278 "value": "ws-tccc-use2-0001"
1279 },
1280 {
1281 "name": "resourceTypeMode",
1282 "value": "workspace"
1283 },
1284 {
1285 "name": "ControlType",
1286 "value": "AnalyticsGrid"
1287 },
1288 {
1289 "name": "Dimensions",
1290 "isOptional": true
1291 },
1292 {
1293 "name": "SpecificChart",
1294 "isOptional": true
1295 }
1296 ],
1297 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1298 "settings": {
1299 "content": {
1300 "PartTitle": "VPC activities",
1301 "PartSubTitle": " "
1302 }
1303 },
1304 "asset": {
1305 "idInputName": "ComponentId",
1306 "type": "ApplicationInsights"
1307 }
1308 }
1309 },
1310 "16": {
1311 "position": {
1312 "x": 0,
1313 "y": 29,
1314 "colSpan": 10,
1315 "rowSpan": 4
1316 },
1317 "metadata": {
1318 "inputs": [
1319 {
1320 "name": "ComponentId",
1321 "value": {
1322 "SubscriptionId": "{Subscription_Id}",
1323 "ResourceGroup": "{Resource_Group}",
1324 "Name": "{Workspace_Name}"
1325
1326 }
1327 },
1328 {
1329 "name": "Query",
1330 "value": "AWSCloudTrail\n| where EventName contains \"subnet\"\n| summarize count() by EventName, TimeGenerated\n"
1331 },
1332 {
1333 "name": "TimeRange",
1334 "value": "P1D"
1335 },
1336 {
1337 "name": "Dimensions",
1338 "value": {
1339 "xAxis": {
1340 "name": "TimeGenerated",
1341 "type": "DateTime"
1342 },
1343 "yAxis": [
1344 {
1345 "name": "count_",
1346 "type": "Int64"
1347 }
1348 ],
1349 "splitBy": [
1350 {
1351 "name": "EventName",
1352 "type": "String"
1353 }
1354 ],
1355 "aggregation": "Sum"
1356 }
1357 },
1358 {
1359 "name": "Version",
1360 "value": "1.0"
1361 },
1362 {
1363 "name": "DashboardId",
1364 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
1365 },
1366 {
1367 "name": "PartId",
1368 "value": "be7b5348-49a5-479e-8e63-403169ba1ac7"
1369 },
1370 {
1371 "name": "PartTitle",
1372 "value": " "
1373 },
1374 {
1375 "name": "PartSubTitle",
1376 "value": "ws-tccc-use2-0001"
1377 },
1378 {
1379 "name": "resourceTypeMode",
1380 "value": "workspace"
1381 },
1382 {
1383 "name": "ControlType",
1384 "value": "AnalyticsChart"
1385 },
1386 {
1387 "name": "SpecificChart",
1388 "value": "Line"
1389 }
1390 ],
1391 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1392 "settings": {
1393 "content": {
1394 "PartTitle": "Subnet activities",
1395 "PartSubTitle": " "
1396 }
1397 },
1398 "asset": {
1399 "idInputName": "ComponentId",
1400 "type": "ApplicationInsights"
1401 }
1402 }
1403 },
1404 "17": {
1405 "position": {
1406 "x": 10,
1407 "y": 29,
1408 "colSpan": 15,
1409 "rowSpan": 4
1410 },
1411 "metadata": {
1412 "inputs": [
1413 {
1414 "name": "ComponentId",
1415 "value": {
1416 "SubscriptionId": "{Subscription_Id}",
1417 "ResourceGroup": "{Resource_Group}",
1418 "Name": "{Workspace_Name}"
1419
1420 }
1421 },
1422 {
1423 "name": "Query",
1424 "value": "AWSCloudTrail\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last\n"
1425 },
1426 {
1427 "name": "TimeRange",
1428 "value": "P1D"
1429 },
1430 {
1431 "name": "Version",
1432 "value": "1.0"
1433 },
1434 {
1435 "name": "DashboardId",
1436 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1437 },
1438 {
1439 "name": "PartId",
1440 "value": "a9edfb81-a957-4783-898b-fad74326463d"
1441 },
1442 {
1443 "name": "PartTitle",
1444 "value": " "
1445 },
1446 {
1447 "name": "PartSubTitle",
1448 "value": "ws-tccc-use2-0001"
1449 },
1450 {
1451 "name": "resourceTypeMode",
1452 "value": "workspace"
1453 },
1454 {
1455 "name": "ControlType",
1456 "value": "AnalyticsGrid"
1457 },
1458 {
1459 "name": "Dimensions",
1460 "isOptional": true
1461 },
1462 {
1463 "name": "SpecificChart",
1464 "isOptional": true
1465 }
1466 ],
1467 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1468 "settings": {
1469 "content": {
1470 "PartTitle": "Subnet activities",
1471 "PartSubTitle": " "
1472 }
1473 },
1474 "asset": {
1475 "idInputName": "ComponentId",
1476 "type": "ApplicationInsights"
1477 }
1478 }
1479 },
1480 "18": {
1481 "position": {
1482 "x": 0,
1483 "y": 33,
1484 "colSpan": 10,
1485 "rowSpan": 4
1486 },
1487 "metadata": {
1488 "inputs": [
1489 {
1490 "name": "ComponentId",
1491 "value": {
1492 "SubscriptionId": "{Subscription_Id}",
1493 "ResourceGroup": "{Resource_Group}",
1494 "Name": "{Workspace_Name}"
1495
1496 }
1497 },
1498 {
1499 "name": "Query",
1500 "value": "AWSCloudTrail\n| where EventName contains \"network\"\n| summarize count() by EventName, TimeGenerated\n"
1501 },
1502 {
1503 "name": "TimeRange",
1504 "value": "P1D"
1505 },
1506 {
1507 "name": "Dimensions",
1508 "value": {
1509 "xAxis": {
1510 "name": "TimeGenerated",
1511 "type": "DateTime"
1512 },
1513 "yAxis": [
1514 {
1515 "name": "count_",
1516 "type": "Int64"
1517 }
1518 ],
1519 "splitBy": [
1520 {
1521 "name": "EventName",
1522 "type": "String"
1523 }
1524 ],
1525 "aggregation": "Sum"
1526 }
1527 },
1528 {
1529 "name": "Version",
1530 "value": "1.0"
1531 },
1532 {
1533 "name": "DashboardId",
1534 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
1535 },
1536 {
1537 "name": "PartId",
1538 "value": "4d0423a4-f2d3-4e51-9df5-52d856aec09c"
1539 },
1540 {
1541 "name": "PartTitle",
1542 "value": " "
1543 },
1544 {
1545 "name": "PartSubTitle",
1546 "value": "ws-tccc-use2-0001"
1547 },
1548 {
1549 "name": "resourceTypeMode",
1550 "value": "workspace"
1551 },
1552 {
1553 "name": "ControlType",
1554 "value": "AnalyticsChart"
1555 },
1556 {
1557 "name": "SpecificChart",
1558 "value": "Line"
1559 }
1560 ],
1561 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1562 "settings": {
1563 "content": {
1564 "PartTitle": "Network interface activities",
1565 "PartSubTitle": " "
1566 }
1567 },
1568 "asset": {
1569 "idInputName": "ComponentId",
1570 "type": "ApplicationInsights"
1571 }
1572 }
1573 },
1574 "19": {
1575 "position": {
1576 "x": 10,
1577 "y": 33,
1578 "colSpan": 15,
1579 "rowSpan": 4
1580 },
1581 "metadata": {
1582 "inputs": [
1583 {
1584 "name": "ComponentId",
1585 "value": {
1586 "SubscriptionId": "{Subscription_Id}",
1587 "ResourceGroup": "{Resource_Group}",
1588 "Name": "{Workspace_Name}"
1589
1590 }
1591 },
1592 {
1593 "name": "Query",
1594 "value": "AWSCloudTrail\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last\n"
1595 },
1596 {
1597 "name": "TimeRange",
1598 "value": "P1D"
1599 },
1600 {
1601 "name": "Version",
1602 "value": "1.0"
1603 },
1604 {
1605 "name": "DashboardId",
1606 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1607 },
1608 {
1609 "name": "PartId",
1610 "value": "6ec7e4cf-fe7e-422a-910f-74f75fb93db0"
1611 },
1612 {
1613 "name": "PartTitle",
1614 "value": " "
1615 },
1616 {
1617 "name": "PartSubTitle",
1618 "value": "ws-tccc-use2-0001"
1619 },
1620 {
1621 "name": "resourceTypeMode",
1622 "value": "workspace"
1623 },
1624 {
1625 "name": "ControlType",
1626 "value": "AnalyticsGrid"
1627 },
1628 {
1629 "name": "Dimensions",
1630 "isOptional": true
1631 },
1632 {
1633 "name": "SpecificChart",
1634 "isOptional": true
1635 }
1636 ],
1637 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1638 "settings": {
1639 "content": {
1640 "PartTitle": "Network interface activities",
1641 "PartSubTitle": " "
1642 }
1643 },
1644 "asset": {
1645 "idInputName": "ComponentId",
1646 "type": "ApplicationInsights"
1647 }
1648 }
1649 },
1650 "20": {
1651 "position": {
1652 "x": 0,
1653 "y": 37,
1654 "colSpan": 10,
1655 "rowSpan": 4
1656 },
1657 "metadata": {
1658 "inputs": [
1659 {
1660 "name": "ComponentId",
1661 "value": {
1662 "SubscriptionId": "{Subscription_Id}",
1663 "ResourceGroup": "{Resource_Group}",
1664 "Name": "{Workspace_Name}"
1665
1666 }
1667 },
1668 {
1669 "name": "Query",
1670 "value": "AWSCloudTrail\n| take 100\n| summarize count() by EventName, TimeGenerated \n"
1671 },
1672 {
1673 "name": "TimeRange",
1674 "value": "P1D"
1675 },
1676 {
1677 "name": "Dimensions",
1678 "value": {
1679 "xAxis": {
1680 "name": "TimeGenerated",
1681 "type": "DateTime"
1682 },
1683 "yAxis": [
1684 {
1685 "name": "count_",
1686 "type": "Int64"
1687 }
1688 ],
1689 "splitBy": [
1690 {
1691 "name": "EventName",
1692 "type": "String"
1693 }
1694 ],
1695 "aggregation": "Sum"
1696 }
1697 },
1698 {
1699 "name": "Version",
1700 "value": "1.0"
1701 },
1702 {
1703 "name": "DashboardId",
1704 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1705 },
1706 {
1707 "name": "PartId",
1708 "value": "23ad2978-9823-4996-9f9f-6aedf6ca891e"
1709 },
1710 {
1711 "name": "PartTitle",
1712 "value": " "
1713 },
1714 {
1715 "name": "PartSubTitle",
1716 "value": "ws-tccc-use2-0001"
1717 },
1718 {
1719 "name": "resourceTypeMode",
1720 "value": "workspace"
1721 },
1722 {
1723 "name": "ControlType",
1724 "value": "AnalyticsChart"
1725 },
1726 {
1727 "name": "SpecificChart",
1728 "value": "Line"
1729 }
1730 ],
1731 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1732 "settings": {
1733 "content": {
1734 "PartTitle": "Connection activities",
1735 "PartSubTitle": " "
1736 }
1737 },
1738 "asset": {
1739 "idInputName": "ComponentId",
1740 "type": "ApplicationInsights"
1741 }
1742 }
1743 },
1744 "21": {
1745 "position": {
1746 "x": 10,
1747 "y": 37,
1748 "colSpan": 15,
1749 "rowSpan": 4
1750 },
1751 "metadata": {
1752 "inputs": [
1753 {
1754 "name": "ComponentId",
1755 "value": {
1756 "SubscriptionId": "{Subscription_Id}",
1757 "ResourceGroup": "{Resource_Group}",
1758 "Name": "{Workspace_Name}"
1759
1760 }
1761 },
1762 {
1763 "name": "Query",
1764 "value": "AWSCloudTrail\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last\n"
1765 },
1766 {
1767 "name": "TimeRange",
1768 "value": "P1D"
1769 },
1770 {
1771 "name": "Version",
1772 "value": "1.0"
1773 },
1774 {
1775 "name": "DashboardId",
1776 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1777 },
1778 {
1779 "name": "PartId",
1780 "value": "a5e64a57-e436-41e7-a885-0bb4bd49bb58"
1781 },
1782 {
1783 "name": "PartTitle",
1784 "value": " "
1785 },
1786 {
1787 "name": "PartSubTitle",
1788 "value": "ws-tccc-use2-0001"
1789 },
1790 {
1791 "name": "resourceTypeMode",
1792 "value": "workspace"
1793 },
1794 {
1795 "name": "ControlType",
1796 "value": "AnalyticsGrid"
1797 },
1798 {
1799 "name": "Dimensions",
1800 "isOptional": true
1801 },
1802 {
1803 "name": "SpecificChart",
1804 "isOptional": true
1805 }
1806 ],
1807 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1808 "settings": {
1809 "content": {
1810 "PartTitle": "Connection activities",
1811 "PartSubTitle": " "
1812 }
1813 },
1814 "asset": {
1815 "idInputName": "ComponentId",
1816 "type": "ApplicationInsights"
1817 }
1818 }
1819 },
1820 "22": {
1821 "position": {
1822 "x": 0,
1823 "y": 41,
1824 "colSpan": 10,
1825 "rowSpan": 4
1826 },
1827 "metadata": {
1828 "inputs": [
1829 {
1830 "name": "ComponentId",
1831 "value": {
1832 "SubscriptionId": "{Subscription_Id}",
1833 "ResourceGroup": "{Resource_Group}",
1834 "Name": "{Workspace_Name}"
1835
1836 }
1837 },
1838 {
1839 "name": "Query",
1840 "value": "AWSCloudTrail\n| where EventName contains \"dns\" or EventName contains \"domainname\"\n| summarize count() by EventName, TimeGenerated\n"
1841 },
1842 {
1843 "name": "TimeRange",
1844 "value": "P1D"
1845 },
1846 {
1847 "name": "Dimensions",
1848 "value": {
1849 "xAxis": {
1850 "name": "TimeGenerated",
1851 "type": "DateTime"
1852 },
1853 "yAxis": [
1854 {
1855 "name": "count_",
1856 "type": "Int64"
1857 }
1858 ],
1859 "splitBy": [
1860 {
1861 "name": "EventName",
1862 "type": "String"
1863 }
1864 ],
1865 "aggregation": "Sum"
1866 }
1867 },
1868 {
1869 "name": "Version",
1870 "value": "1.0"
1871 },
1872 {
1873 "name": "DashboardId",
1874 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
1875 },
1876 {
1877 "name": "PartId",
1878 "value": "393de054-c228-4284-9a27-c0e7b85ad9e5"
1879 },
1880 {
1881 "name": "PartTitle",
1882 "value": " "
1883 },
1884 {
1885 "name": "PartSubTitle",
1886 "value": "ws-tccc-use2-0001"
1887 },
1888 {
1889 "name": "resourceTypeMode",
1890 "value": "workspace"
1891 },
1892 {
1893 "name": "ControlType",
1894 "value": "AnalyticsChart"
1895 },
1896 {
1897 "name": "SpecificChart",
1898 "value": "Line"
1899 }
1900 ],
1901 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1902 "settings": {
1903 "content": {
1904 "PartTitle": "DNS activities",
1905 "PartSubTitle": " "
1906 }
1907 },
1908 "asset": {
1909 "idInputName": "ComponentId",
1910 "type": "ApplicationInsights"
1911 }
1912 }
1913 },
1914 "23": {
1915 "position": {
1916 "x": 10,
1917 "y": 41,
1918 "colSpan": 15,
1919 "rowSpan": 4
1920 },
1921 "metadata": {
1922 "inputs": [
1923 {
1924 "name": "ComponentId",
1925 "value": {
1926 "SubscriptionId": "{Subscription_Id}",
1927 "ResourceGroup": "{Resource_Group}",
1928 "Name": "{Workspace_Name}"
1929
1930 }
1931 },
1932 {
1933 "name": "Query",
1934 "value": "AWSCloudTrail\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last\n"
1935 },
1936 {
1937 "name": "TimeRange",
1938 "value": "P1D"
1939 },
1940 {
1941 "name": "Version",
1942 "value": "1.0"
1943 },
1944 {
1945 "name": "DashboardId",
1946 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
1947 },
1948 {
1949 "name": "PartId",
1950 "value": "c99821ae-13b8-4da0-a37f-6fbb63e5a2e3"
1951 },
1952 {
1953 "name": "PartTitle",
1954 "value": " "
1955 },
1956 {
1957 "name": "PartSubTitle",
1958 "value": "ws-tccc-use2-0001"
1959 },
1960 {
1961 "name": "resourceTypeMode",
1962 "value": "workspace"
1963 },
1964 {
1965 "name": "ControlType",
1966 "value": "AnalyticsGrid"
1967 },
1968 {
1969 "name": "Dimensions",
1970 "isOptional": true
1971 },
1972 {
1973 "name": "SpecificChart",
1974 "isOptional": true
1975 }
1976 ],
1977 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
1978 "settings": {
1979 "content": {
1980 "PartTitle": "DNS activities",
1981 "PartSubTitle": " "
1982 }
1983 },
1984 "asset": {
1985 "idInputName": "ComponentId",
1986 "type": "ApplicationInsights"
1987 }
1988 }
1989 },
1990 "24": {
1991 "position": {
1992 "x": 0,
1993 "y": 45,
1994 "colSpan": 10,
1995 "rowSpan": 4
1996 },
1997 "metadata": {
1998 "inputs": [
1999 {
2000 "name": "ComponentId",
2001 "value": {
2002 "SubscriptionId": "{Subscription_Id}",
2003 "ResourceGroup": "{Resource_Group}",
2004 "Name": "{Workspace_Name}"
2005
2006 }
2007 },
2008 {
2009 "name": "Query",
2010 "value": "AWSCloudTrail\n| where EventName contains \"flowlog\"\n| summarize count() by EventName, TimeGenerated\n"
2011 },
2012 {
2013 "name": "TimeRange",
2014 "value": "P1D"
2015 },
2016 {
2017 "name": "Dimensions",
2018 "value": {
2019 "xAxis": {
2020 "name": "TimeGenerated",
2021 "type": "DateTime"
2022 },
2023 "yAxis": [
2024 {
2025 "name": "count_",
2026 "type": "Int64"
2027 }
2028 ],
2029 "splitBy": [
2030 {
2031 "name": "EventName",
2032 "type": "String"
2033 }
2034 ],
2035 "aggregation": "Sum"
2036 }
2037 },
2038 {
2039 "name": "Version",
2040 "value": "1.0"
2041 },
2042 {
2043 "name": "DashboardId",
2044 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/47b51dbc-d870-45fc-bec7-0a93dd24b47e"
2045 },
2046 {
2047 "name": "PartId",
2048 "value": "273e6850-886d-4439-8615-5fc445a44f9e"
2049 },
2050 {
2051 "name": "PartTitle",
2052 "value": " "
2053 },
2054 {
2055 "name": "PartSubTitle",
2056 "value": "ws-tccc-use2-0001"
2057 },
2058 {
2059 "name": "resourceTypeMode",
2060 "value": "workspace"
2061 },
2062 {
2063 "name": "ControlType",
2064 "value": "AnalyticsChart"
2065 },
2066 {
2067 "name": "SpecificChart",
2068 "value": "Line"
2069 }
2070 ],
2071 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
2072 "settings": {
2073 "content": {
2074 "PartTitle": "Flowlog activities",
2075 "PartSubTitle": " "
2076 }
2077 },
2078 "asset": {
2079 "idInputName": "ComponentId",
2080 "type": "ApplicationInsights"
2081 }
2082 }
2083 },
2084 "25": {
2085 "position": {
2086 "x": 10,
2087 "y": 45,
2088 "colSpan": 15,
2089 "rowSpan": 4
2090 },
2091 "metadata": {
2092 "inputs": [
2093 {
2094 "name": "ComponentId",
2095 "value": {
2096 "SubscriptionId": "{Subscription_Id}",
2097 "ResourceGroup": "{Resource_Group}",
2098 "Name": "{Workspace_Name}"
2099
2100 }
2101 },
2102 {
2103 "name": "Query",
2104 "value": "AWSCloudTrail\n| project TimeGenerated, EventName, UserIdentityAccountId, UserIdentityPrincipalid, UserAgent, UserIdentityUserName, SourceIpAddress, AWSRegion\n| sort by TimeGenerated desc nulls last\n"
2105 },
2106 {
2107 "name": "TimeRange",
2108 "value": "P1D"
2109 },
2110 {
2111 "name": "Version",
2112 "value": "1.0"
2113 },
2114 {
2115 "name": "DashboardId",
2116 "value": "/subscriptions/{Subscription_Id}/resourceGroups/rg-tccc-prod-ops-mgmt/providers/Microsoft.Portal/dashboards/326f7ab8-68d9-4b43-bda3-25006a34d0d2"
2117 },
2118 {
2119 "name": "PartId",
2120 "value": "8e7cbb96-dbbd-4369-a24d-a9c91fb2008c"
2121 },
2122 {
2123 "name": "PartTitle",
2124 "value": " "
2125 },
2126 {
2127 "name": "PartSubTitle",
2128 "value": "ws-tccc-use2-0001"
2129 },
2130 {
2131 "name": "resourceTypeMode",
2132 "value": "workspace"
2133 },
2134 {
2135 "name": "ControlType",
2136 "value": "AnalyticsGrid"
2137 },
2138 {
2139 "name": "Dimensions",
2140 "isOptional": true
2141 },
2142 {
2143 "name": "SpecificChart",
2144 "isOptional": true
2145 }
2146 ],
2147 "type": "Extension/AppInsightsExtension/PartType/AnalyticsPart",
2148 "settings": {
2149 "content": {
2150 "PartTitle": "Flowlog activities",
2151 "PartSubTitle": " "
2152 }
2153 },
2154 "asset": {
2155 "idInputName": "ComponentId",
2156 "type": "ApplicationInsights"
2157 }
2158 }
2159 },
2160 "26": {
2161 "position": {
2162 "x": 0,
2163 "y": 0,
2164 "colSpan": 1,
2165 "rowSpan": 1
2166 },
2167 "metadata": {
2168 "inputs": [
2169 {
2170 "name": "subscriptionId",
2171 "value": "{Subscription_Id}"
2172 },
2173 {
2174 "name": "resourceGroup",
2175 "value": "{Resource_Group}"
2176 },
2177 {
2178 "name": "workspaceName",
2179 "value": "{Workspace_Name}"
2180 },
2181 {
2182 "name": "dashboardName",
2183 "value": "AmazonWebServicesNetworkActivities"
2184 },
2185 {
2186 "name": "menuItemToOpen",
2187 "value": "Dashboards"
2188 }
2189 ],
2190 "type": "Extension/Microsoft_Azure_Security_Insights/PartType/AsiOverviewPart",
2191 "defaultMenuItemId": "0"
2192 }
2193 }
2194 }
2195 }
2196 }
2197 }
2198}