main
json 2,467 lines 61.9 KB
Raw
1 {
2 "annotations": {
3 "list": [
4 {
5 "builtIn": 1,
6 "datasource": {
7 "type": "datasource",
8 "uid": "grafana"
9 },
10 "enable": true,
11 "hide": true,
12 "iconColor": "rgba(0, 211, 255, 1)",
13 "name": "Annotations & Alerts",
14 "target": {
15 "limit": 100,
16 "matchAny": false,
17 "tags": [],
18 "type": "dashboard"
19 },
20 "type": "dashboard"
21 }
22 ]
23 },
24 "editable": false,
25 "fiscalYearStartMonth": 0,
26 "graphTooltip": 0,
27 "id": null,
28 "links": [
29 {
30 "asDropdown": true,
31 "icon": "external link",
32 "includeVars": true,
33 "keepTime": true,
34 "tags": ["O365"],
35 "targetBlank": true,
36 "title": "",
37 "type": "dashboards"
38 }
39 ],
40 "liveNow": false,
41 "panels": [
42 {
43 "datasource": {
44 "type": "grafana-opensearch-datasource",
45 "uid": "replace_datasource_uid"
46 },
47 "fieldConfig": {
48 "defaults": {
49 "mappings": [
50 {
51 "options": {
52 "match": "null",
53 "result": {
54 "text": "N/A"
55 }
56 },
57 "type": "special"
58 }
59 ],
60 "thresholds": {
61 "mode": "absolute",
62 "steps": [
63 {
64 "color": "red",
65 "value": null
66 }
67 ]
68 },
69 "unit": "locale"
70 },
71 "overrides": []
72 },
73 "gridPos": {
74 "h": 7,
75 "w": 4,
76 "x": 0,
77 "y": 0
78 },
79 "id": 43,
80 "options": {
81 "colorMode": "value",
82 "graphMode": "area",
83 "justifyMode": "auto",
84 "orientation": "horizontal",
85 "reduceOptions": {
86 "calcs": ["sum"],
87 "fields": "",
88 "values": false
89 },
90 "showPercentChange": false,
91 "text": {},
92 "textMode": "auto",
93 "wideLayout": true
94 },
95 "pluginVersion": "10.4.0",
96 "targets": [
97 {
98 "bucketAggs": [
99 {
100 "field": "timestamp",
101 "id": "2",
102 "settings": {
103 "interval": "auto",
104 "min_doc_count": 0,
105 "trimEdges": 0
106 },
107 "type": "date_histogram"
108 }
109 ],
110 "datasource": {
111 "type": "grafana-opensearch-datasource",
112 "uid": "replace_datasource_uid"
113 },
114 "metrics": [
115 {
116 "field": "select field",
117 "id": "1",
118 "type": "count"
119 }
120 ],
121 "query": "rule_level:>=12 AND data_office365_Operation:$operation AND data_office365_Workload:PowerBI",
122 "refId": "A",
123 "timeField": "timestamp"
124 }
125 ],
126 "title": "ALERTS",
127 "type": "stat"
128 },
129 {
130 "datasource": {
131 "type": "grafana-opensearch-datasource",
132 "uid": "replace_datasource_uid"
133 },
134 "fieldConfig": {
135 "defaults": {
136 "color": {
137 "mode": "palette-classic"
138 },
139 "custom": {
140 "hideFrom": {
141 "legend": false,
142 "tooltip": false,
143 "viz": false
144 }
145 },
146 "mappings": []
147 },
148 "overrides": [
149 {
150 "matcher": {
151 "id": "byName",
152 "options": "Count"
153 },
154 "properties": [
155 {
156 "id": "displayName",
157 "value": "EVENTS"
158 },
159 {
160 "id": "unit",
161 "value": "short"
162 },
163 {
164 "id": "decimals",
165 "value": -1
166 }
167 ]
168 }
169 ]
170 },
171 "gridPos": {
172 "h": 7,
173 "w": 4,
174 "x": 4,
175 "y": 0
176 },
177 "id": 53,
178 "options": {
179 "legend": {
180 "displayMode": "list",
181 "placement": "bottom",
182 "showLegend": false
183 },
184 "pieType": "donut",
185 "reduceOptions": {
186 "calcs": ["sum"],
187 "fields": "",
188 "values": false
189 },
190 "tooltip": {
191 "mode": "single",
192 "sort": "none"
193 }
194 },
195 "pluginVersion": "8.5.1",
196 "targets": [
197 {
198 "bucketAggs": [
199 {
200 "fake": true,
201 "field": "data_office365_Operation",
202 "id": "4",
203 "settings": {
204 "min_doc_count": 1,
205 "order": "desc",
206 "orderBy": "_count",
207 "size": "10"
208 },
209 "type": "terms"
210 },
211 {
212 "field": "data_office365_CreationTime",
213 "id": "5",
214 "settings": {
215 "interval": "auto",
216 "min_doc_count": "0",
217 "timeZone": "utc",
218 "trimEdges": "0"
219 },
220 "type": "date_histogram"
221 }
222 ],
223 "datasource": {
224 "type": "grafana-opensearch-datasource",
225 "uid": "replace_datasource_uid"
226 },
227 "metrics": [
228 {
229 "field": "select field",
230 "id": "1",
231 "type": "count"
232 }
233 ],
234 "query": "data_office365_Operation:$operation AND rule_level:$rule_level AND data_office365_Workload:PowerBI",
235 "refId": "A",
236 "timeField": "timestamp"
237 }
238 ],
239 "title": "EVENTS BY OPERATION (Top 10)",
240 "type": "piechart"
241 },
242 {
243 "datasource": {
244 "type": "grafana-opensearch-datasource",
245 "uid": "replace_datasource_uid"
246 },
247 "fieldConfig": {
248 "defaults": {
249 "color": {
250 "mode": "thresholds"
251 },
252 "custom": {
253 "align": "auto",
254 "cellOptions": {
255 "type": "auto"
256 },
257 "inspect": false
258 },
259 "mappings": [],
260 "thresholds": {
261 "mode": "absolute",
262 "steps": [
263 {
264 "color": "red",
265 "value": null
266 }
267 ]
268 }
269 },
270 "overrides": [
271 {
272 "matcher": {
273 "id": "byName",
274 "options": "Count"
275 },
276 "properties": [
277 {
278 "id": "displayName",
279 "value": "EVENTS"
280 },
281 {
282 "id": "unit",
283 "value": "short"
284 },
285 {
286 "id": "decimals",
287 "value": -1
288 },
289 {
290 "id": "custom.align"
291 },
292 {
293 "id": "thresholds",
294 "value": {
295 "mode": "absolute",
296 "steps": [
297 {
298 "color": "red",
299 "value": null
300 }
301 ]
302 }
303 }
304 ]
305 }
306 ]
307 },
308 "gridPos": {
309 "h": 7,
310 "w": 6,
311 "x": 8,
312 "y": 0
313 },
314 "id": 54,
315 "options": {
316 "cellHeight": "sm",
317 "footer": {
318 "countRows": false,
319 "fields": "",
320 "reducer": ["sum"],
321 "show": false
322 },
323 "showHeader": true
324 },
325 "pluginVersion": "10.4.0",
326 "targets": [
327 {
328 "bucketAggs": [
329 {
330 "fake": true,
331 "field": "data_office365_Operation",
332 "id": "4",
333 "settings": {
334 "min_doc_count": 1,
335 "order": "desc",
336 "orderBy": "_count",
337 "size": "0"
338 },
339 "type": "terms"
340 }
341 ],
342 "datasource": {
343 "type": "grafana-opensearch-datasource",
344 "uid": "replace_datasource_uid"
345 },
346 "metrics": [
347 {
348 "field": "select field",
349 "id": "1",
350 "type": "count"
351 }
352 ],
353 "query": "data_office365_Operation:$operation AND rule_level:$rule_level AND data_office365_Workload:PowerBI",
354 "refId": "A",
355 "timeField": "timestamp"
356 }
357 ],
358 "title": "EVENTS BY OPERATION",
359 "transformations": [
360 {
361 "id": "merge",
362 "options": {
363 "reducers": []
364 }
365 },
366 {
367 "id": "organize",
368 "options": {
369 "excludeByName": {},
370 "indexByName": {},
371 "renameByName": {
372 "Count": "EVENTS",
373 "data_office365_Operation": "OPERATION"
374 }
375 }
376 }
377 ],
378 "type": "table"
379 },
380 {
381 "datasource": {
382 "type": "grafana-opensearch-datasource",
383 "uid": "replace_datasource_uid"
384 },
385 "fieldConfig": {
386 "defaults": {
387 "color": {
388 "mode": "thresholds"
389 },
390 "custom": {
391 "align": "auto",
392 "cellOptions": {
393 "type": "auto"
394 },
395 "inspect": false
396 },
397 "mappings": [],
398 "thresholds": {
399 "mode": "absolute",
400 "steps": [
401 {
402 "color": "red",
403 "value": null
404 }
405 ]
406 }
407 },
408 "overrides": [
409 {
410 "matcher": {
411 "id": "byName",
412 "options": "Count"
413 },
414 "properties": [
415 {
416 "id": "displayName",
417 "value": "EVENTS"
418 },
419 {
420 "id": "unit",
421 "value": "short"
422 },
423 {
424 "id": "decimals",
425 "value": -1
426 },
427 {
428 "id": "custom.align"
429 },
430 {
431 "id": "thresholds",
432 "value": {
433 "mode": "absolute",
434 "steps": [
435 {
436 "color": "red",
437 "value": null
438 }
439 ]
440 }
441 }
442 ]
443 }
444 ]
445 },
446 "gridPos": {
447 "h": 7,
448 "w": 6,
449 "x": 14,
450 "y": 0
451 },
452 "id": 62,
453 "options": {
454 "cellHeight": "sm",
455 "footer": {
456 "countRows": false,
457 "fields": "",
458 "reducer": ["sum"],
459 "show": false
460 },
461 "showHeader": true
462 },
463 "pluginVersion": "10.4.0",
464 "targets": [
465 {
466 "bucketAggs": [
467 {
468 "fake": true,
469 "field": "data_office365_Activity",
470 "id": "4",
471 "settings": {
472 "min_doc_count": 1,
473 "order": "desc",
474 "orderBy": "_count",
475 "size": "0"
476 },
477 "type": "terms"
478 }
479 ],
480 "datasource": {
481 "type": "grafana-opensearch-datasource",
482 "uid": "replace_datasource_uid"
483 },
484 "metrics": [
485 {
486 "field": "select field",
487 "id": "1",
488 "type": "count"
489 }
490 ],
491 "query": "data_office365_Operation:$operation AND rule_level:$rule_level AND data_office365_Workload:PowerBI",
492 "refId": "A",
493 "timeField": "timestamp"
494 }
495 ],
496 "title": "EVENTS BY ACTIVITY",
497 "transformations": [
498 {
499 "id": "merge",
500 "options": {
501 "reducers": []
502 }
503 },
504 {
505 "id": "organize",
506 "options": {
507 "excludeByName": {},
508 "indexByName": {},
509 "renameByName": {
510 "Count": "EVENTS",
511 "data_office365_Activity": "ACTIVITY",
512 "data_office365_Operation": "OPERATION",
513 "data_office365_SourceApp": "SOURCE APP",
514 "data_office365_UserAgent": "USER AGENT"
515 }
516 }
517 }
518 ],
519 "type": "table"
520 },
521 {
522 "datasource": {
523 "type": "grafana-opensearch-datasource",
524 "uid": "replace_datasource_uid"
525 },
526 "fieldConfig": {
527 "defaults": {
528 "color": {
529 "mode": "thresholds"
530 },
531 "mappings": [
532 {
533 "options": {
534 "match": "null",
535 "result": {
536 "text": "N/A"
537 }
538 },
539 "type": "special"
540 }
541 ],
542 "max": 15,
543 "min": 0,
544 "thresholds": {
545 "mode": "absolute",
546 "steps": [
547 {
548 "color": "#299c46",
549 "value": null
550 },
551 {
552 "color": "rgba(237, 129, 40, 0.89)",
553 "value": 8
554 },
555 {
556 "color": "#d44a3a",
557 "value": 12
558 }
559 ]
560 },
561 "unit": "none"
562 },
563 "overrides": []
564 },
565 "gridPos": {
566 "h": 7,
567 "w": 4,
568 "x": 0,
569 "y": 7
570 },
571 "id": 16,
572 "options": {
573 "minVizHeight": 75,
574 "minVizWidth": 75,
575 "orientation": "horizontal",
576 "reduceOptions": {
577 "calcs": ["max"],
578 "fields": "",
579 "values": false
580 },
581 "showThresholdLabels": false,
582 "showThresholdMarkers": true,
583 "sizing": "auto",
584 "text": {}
585 },
586 "pluginVersion": "10.4.0",
587 "targets": [
588 {
589 "bucketAggs": [
590 {
591 "field": "timestamp",
592 "id": "2",
593 "settings": {
594 "interval": "auto",
595 "min_doc_count": 0,
596 "trimEdges": 0
597 },
598 "type": "date_histogram"
599 }
600 ],
601 "datasource": {
602 "type": "grafana-opensearch-datasource",
603 "uid": "replace_datasource_uid"
604 },
605 "metrics": [
606 {
607 "field": "rule_level",
608 "id": "1",
609 "meta": {},
610 "settings": {},
611 "type": "max"
612 }
613 ],
614 "query": "data_office365_Operation:$operation AND data_office365_Workload:PowerBI",
615 "refId": "A",
616 "timeField": "timestamp"
617 }
618 ],
619 "title": "MAX SEVERITY (0 - 15)",
620 "type": "gauge"
621 },
622 {
623 "datasource": {
624 "type": "grafana-opensearch-datasource",
625 "uid": "replace_datasource_uid"
626 },
627 "fieldConfig": {
628 "defaults": {
629 "color": {
630 "mode": "palette-classic"
631 },
632 "custom": {
633 "axisBorderShow": false,
634 "axisCenteredZero": false,
635 "axisColorMode": "text",
636 "axisLabel": "",
637 "axisPlacement": "auto",
638 "barAlignment": 0,
639 "drawStyle": "bars",
640 "fillOpacity": 0,
641 "gradientMode": "none",
642 "hideFrom": {
643 "legend": false,
644 "tooltip": false,
645 "viz": false
646 },
647 "insertNulls": false,
648 "lineInterpolation": "linear",
649 "lineWidth": 1,
650 "pointSize": 5,
651 "scaleDistribution": {
652 "type": "linear"
653 },
654 "showPoints": "auto",
655 "spanNulls": false,
656 "stacking": {
657 "group": "A",
658 "mode": "normal"
659 },
660 "thresholdsStyle": {
661 "mode": "off"
662 }
663 },
664 "mappings": [],
665 "thresholds": {
666 "mode": "absolute",
667 "steps": [
668 {
669 "color": "green",
670 "value": null
671 },
672 {
673 "color": "red",
674 "value": 80
675 }
676 ]
677 }
678 },
679 "overrides": []
680 },
681 "gridPos": {
682 "h": 13,
683 "w": 20,
684 "x": 4,
685 "y": 7
686 },
687 "id": 60,
688 "options": {
689 "legend": {
690 "calcs": [],
691 "displayMode": "table",
692 "placement": "right",
693 "showLegend": true
694 },
695 "tooltip": {
696 "mode": "single",
697 "sort": "none"
698 }
699 },
700 "targets": [
701 {
702 "alias": "",
703 "bucketAggs": [
704 {
705 "field": "data_office365_Operation",
706 "id": "3",
707 "settings": {
708 "min_doc_count": "1",
709 "order": "desc",
710 "orderBy": "_count",
711 "size": "10"
712 },
713 "type": "terms"
714 },
715 {
716 "field": "timestamp",
717 "id": "2",
718 "settings": {
719 "interval": "auto"
720 },
721 "type": "date_histogram"
722 }
723 ],
724 "datasource": {
725 "type": "grafana-opensearch-datasource",
726 "uid": "replace_datasource_uid"
727 },
728 "metrics": [
729 {
730 "id": "1",
731 "type": "count"
732 }
733 ],
734 "query": "data_office365_Operation:$operation AND rule_level:$rule_level AND data_office365_Workload:PowerBI",
735 "refId": "A",
736 "timeField": "timestamp"
737 }
738 ],
739 "title": "TOP 10 OPERATIONS - HISTOGRAM",
740 "transparent": true,
741 "type": "timeseries"
742 },
743 {
744 "datasource": {
745 "type": "grafana-opensearch-datasource",
746 "uid": "replace_datasource_uid"
747 },
748 "fieldConfig": {
749 "defaults": {
750 "mappings": [
751 {
752 "options": {
753 "match": "null",
754 "result": {
755 "text": "N/A"
756 }
757 },
758 "type": "special"
759 }
760 ],
761 "thresholds": {
762 "mode": "absolute",
763 "steps": [
764 {
765 "color": "blue",
766 "value": null
767 }
768 ]
769 },
770 "unit": "locale"
771 },
772 "overrides": []
773 },
774 "gridPos": {
775 "h": 6,
776 "w": 4,
777 "x": 0,
778 "y": 14
779 },
780 "id": 51,
781 "options": {
782 "colorMode": "value",
783 "graphMode": "area",
784 "justifyMode": "auto",
785 "orientation": "horizontal",
786 "reduceOptions": {
787 "calcs": ["sum"],
788 "fields": "",
789 "values": false
790 },
791 "showPercentChange": false,
792 "text": {},
793 "textMode": "auto",
794 "wideLayout": true
795 },
796 "pluginVersion": "10.4.0",
797 "targets": [
798 {
799 "bucketAggs": [
800 {
801 "$$hashKey": "object:331",
802 "field": "timestamp",
803 "id": "2",
804 "settings": {
805 "interval": "auto",
806 "min_doc_count": 0,
807 "trimEdges": 0
808 },
809 "type": "date_histogram"
810 }
811 ],
812 "datasource": {
813 "type": "grafana-opensearch-datasource",
814 "uid": "replace_datasource_uid"
815 },
816 "metrics": [
817 {
818 "$$hashKey": "object:329",
819 "field": "select field",
820 "id": "1",
821 "type": "count"
822 }
823 ],
824 "query": "data_office365_Operation:$operation AND rule_level:$rule_level AND data_office365_Workload:PowerBI",
825 "refId": "A",
826 "timeField": "timestamp"
827 }
828 ],
829 "title": "EVENTS (Total)",
830 "type": "stat"
831 },
832 {
833 "datasource": {
834 "type": "grafana-opensearch-datasource",
835 "uid": "replace_datasource_uid"
836 },
837 "fieldConfig": {
838 "defaults": {
839 "color": {
840 "mode": "thresholds"
841 },
842 "custom": {
843 "align": "auto",
844 "cellOptions": {
845 "type": "auto"
846 },
847 "inspect": false
848 },
849 "mappings": [],
850 "thresholds": {
851 "mode": "absolute",
852 "steps": [
853 {
854 "color": "orange",
855 "value": null
856 }
857 ]
858 }
859 },
860 "overrides": [
861 {
862 "matcher": {
863 "id": "byName",
864 "options": "Count"
865 },
866 "properties": [
867 {
868 "id": "displayName",
869 "value": "EVENTS"
870 },
871 {
872 "id": "unit",
873 "value": "short"
874 },
875 {
876 "id": "decimals",
877 "value": -1
878 },
879 {
880 "id": "custom.align"
881 }
882 ]
883 },
884 {
885 "matcher": {
886 "id": "byName",
887 "options": "AD ACCOUNT"
888 },
889 "properties": [
890 {
891 "id": "custom.width",
892 "value": 377
893 }
894 ]
895 }
896 ]
897 },
898 "gridPos": {
899 "h": 12,
900 "w": 8,
901 "x": 0,
902 "y": 20
903 },
904 "id": 61,
905 "options": {
906 "cellHeight": "sm",
907 "footer": {
908 "countRows": false,
909 "fields": "",
910 "reducer": ["sum"],
911 "show": false
912 },
913 "showHeader": true,
914 "sortBy": []
915 },
916 "pluginVersion": "10.4.0",
917 "targets": [
918 {
919 "bucketAggs": [
920 {
921 "fake": true,
922 "field": "data_office365_ArtifactName",
923 "id": "4",
924 "settings": {
925 "min_doc_count": 1,
926 "order": "desc",
927 "orderBy": "_count",
928 "size": "0"
929 },
930 "type": "terms"
931 }
932 ],
933 "datasource": {
934 "type": "grafana-opensearch-datasource",
935 "uid": "replace_datasource_uid"
936 },
937 "metrics": [
938 {
939 "field": "select field",
940 "id": "1",
941 "type": "count"
942 }
943 ],
944 "query": "data_office365_Operation:$operation AND rule_level:$rule_level AND data_office365_Workload:PowerBI",
945 "refId": "A",
946 "timeField": "timestamp"
947 }
948 ],
949 "title": "MS-PowerBI EVENTS BY ARTIFACT",
950 "transformations": [
951 {
952 "id": "merge",
953 "options": {
954 "reducers": []
955 }
956 },
957 {
958 "id": "organize",
959 "options": {
960 "excludeByName": {},
961 "indexByName": {},
962 "renameByName": {
963 "Count": "EVENTS",
964 "data_office365_ArtifactName": "ARTIFACT",
965 "data_office365_AuthenticationType": "AUTH TYPE",
966 "data_office365_ClientIP_country_code": "COUNTRY",
967 "data_office365_FormName": "FORM NAME",
968 "data_office365_LogonError": "ERROR",
969 "data_office365_Operation": "WORKLOAD",
970 "data_office365_UserId": "AD ACCOUNT"
971 }
972 }
973 }
974 ],
975 "type": "table"
976 },
977 {
978 "datasource": {
979 "type": "grafana-opensearch-datasource",
980 "uid": "replace_datasource_uid"
981 },
982 "fieldConfig": {
983 "defaults": {
984 "color": {
985 "mode": "thresholds"
986 },
987 "custom": {
988 "hideFrom": {
989 "legend": false,
990 "tooltip": false,
991 "viz": false
992 }
993 },
994 "mappings": [],
995 "thresholds": {
996 "mode": "absolute",
997 "steps": [
998 {
999 "color": "rgba(245, 54, 54, 0.9)",
1000 "value": null
1001 },
1002 {
1003 "color": "rgba(237, 129, 40, 0.89)",
1004 "value": 0
1005 },
1006 {
1007 "color": "rgba(50, 172, 45, 0.97)",
1008 "value": 10
1009 }
1010 ]
1011 }
1012 },
1013 "overrides": []
1014 },
1015 "gridPos": {
1016 "h": 12,
1017 "w": 8,
1018 "x": 8,
1019 "y": 20
1020 },
1021 "id": 50,
1022 "maxDataPoints": 1,
1023 "options": {
1024 "basemap": {
1025 "name": "Basemap",
1026 "type": "default"
1027 },
1028 "controls": {
1029 "mouseWheelZoom": false,
1030 "showAttribution": true,
1031 "showDebug": false,
1032 "showMeasure": false,
1033 "showScale": false,
1034 "showZoom": true
1035 },
1036 "layers": [
1037 {
1038 "config": {
1039 "showLegend": true,
1040 "style": {
1041 "color": {
1042 "fixed": "dark-green"
1043 },
1044 "opacity": 0.4,
1045 "rotation": {
1046 "fixed": 0,
1047 "max": 360,
1048 "min": -360,
1049 "mode": "mod"
1050 },
1051 "size": {
1052 "fixed": 5,
1053 "max": 30,
1054 "min": 2
1055 },
1056 "symbol": {
1057 "fixed": "img/icons/marker/circle.svg",
1058 "mode": "fixed"
1059 },
1060 "symbolAlign": {
1061 "horizontal": "center",
1062 "vertical": "center"
1063 },
1064 "textConfig": {
1065 "fontSize": 12,
1066 "offsetX": 0,
1067 "offsetY": 0,
1068 "textAlign": "center",
1069 "textBaseline": "middle"
1070 }
1071 }
1072 },
1073 "location": {
1074 "gazetteer": "public/gazetteer/countries.json",
1075 "mode": "lookup"
1076 },
1077 "name": "Layer 0",
1078 "tooltip": true,
1079 "type": "markers"
1080 }
1081 ],
1082 "tooltip": {
1083 "mode": "details"
1084 },
1085 "view": {
1086 "allLayers": true,
1087 "id": "zero",
1088 "lat": 0,
1089 "lon": 0,
1090 "zoom": 1
1091 }
1092 },
1093 "pluginVersion": "10.4.0",
1094 "targets": [
1095 {
1096 "bucketAggs": [
1097 {
1098 "fake": true,
1099 "field": "data_office365_ClientIP_country_code",
1100 "id": "3",
1101 "settings": {
1102 "min_doc_count": 1,
1103 "order": "desc",
1104 "orderBy": "_term",
1105 "size": "0"
1106 },
1107 "type": "terms"
1108 },
1109 {
1110 "field": "timestamp",
1111 "id": "2",
1112 "settings": {
1113 "interval": "auto",
1114 "min_doc_count": 0,
1115 "trimEdges": 0
1116 },
1117 "type": "date_histogram"
1118 }
1119 ],
1120 "datasource": {
1121 "type": "grafana-opensearch-datasource",
1122 "uid": "replace_datasource_uid"
1123 },
1124 "metrics": [
1125 {
1126 "field": "select field",
1127 "id": "1",
1128 "type": "count"
1129 }
1130 ],
1131 "query": "data_office365_Workload:PowerBI AND rule_level:$rule_level",
1132 "refId": "A",
1133 "timeField": "timestamp"
1134 }
1135 ],
1136 "title": "MS-PowerBI - ALL EVENTS BY SRC COUNTRY",
1137 "transformations": [
1138 {
1139 "id": "reduce",
1140 "options": {
1141 "reducers": ["sum"]
1142 }
1143 }
1144 ],
1145 "type": "geomap"
1146 },
1147 {
1148 "datasource": {
1149 "type": "grafana-opensearch-datasource",
1150 "uid": "replace_datasource_uid"
1151 },
1152 "fieldConfig": {
1153 "defaults": {
1154 "color": {
1155 "mode": "thresholds"
1156 },
1157 "custom": {
1158 "align": "auto",
1159 "cellOptions": {
1160 "type": "auto"
1161 },
1162 "inspect": false
1163 },
1164 "mappings": [],
1165 "thresholds": {
1166 "mode": "absolute",
1167 "steps": [
1168 {
1169 "color": "orange",
1170 "value": null
1171 }
1172 ]
1173 }
1174 },
1175 "overrides": [
1176 {
1177 "matcher": {
1178 "id": "byName",
1179 "options": "Count"
1180 },
1181 "properties": [
1182 {
1183 "id": "displayName",
1184 "value": "EVENTS"
1185 },
1186 {
1187 "id": "unit",
1188 "value": "short"
1189 },
1190 {
1191 "id": "decimals",
1192 "value": -1
1193 },
1194 {
1195 "id": "custom.align"
1196 }
1197 ]
1198 },
1199 {
1200 "matcher": {
1201 "id": "byName",
1202 "options": "AD ACCOUNT"
1203 },
1204 "properties": [
1205 {
1206 "id": "custom.width",
1207 "value": 377
1208 }
1209 ]
1210 }
1211 ]
1212 },
1213 "gridPos": {
1214 "h": 12,
1215 "w": 8,
1216 "x": 16,
1217 "y": 20
1218 },
1219 "id": 58,
1220 "options": {
1221 "cellHeight": "sm",
1222 "footer": {
1223 "countRows": false,
1224 "fields": "",
1225 "reducer": ["sum"],
1226 "show": false
1227 },
1228 "showHeader": true,
1229 "sortBy": []
1230 },
1231 "pluginVersion": "10.4.0",
1232 "targets": [
1233 {
1234 "bucketAggs": [
1235 {
1236 "fake": true,
1237 "field": "data_office365_UserId",
1238 "id": "4",
1239 "settings": {
1240 "min_doc_count": 1,
1241 "order": "desc",
1242 "orderBy": "_count",
1243 "size": "0"
1244 },
1245 "type": "terms"
1246 },
1247 {
1248 "field": "data_office365_ClientIP_country_code",
1249 "id": "5",
1250 "settings": {
1251 "min_doc_count": "1",
1252 "order": "desc",
1253 "orderBy": "_term",
1254 "size": "10"
1255 },
1256 "type": "terms"
1257 }
1258 ],
1259 "datasource": {
1260 "type": "grafana-opensearch-datasource",
1261 "uid": "replace_datasource_uid"
1262 },
1263 "metrics": [
1264 {
1265 "field": "select field",
1266 "id": "1",
1267 "type": "count"
1268 }
1269 ],
1270 "query": "data_office365_Operation:$operation AND rule_level:$rule_level AND data_office365_Workload:PowerBI",
1271 "refId": "A",
1272 "timeField": "timestamp"
1273 }
1274 ],
1275 "title": "MS-PowerBI EVENTS BY ACCOUNT",
1276 "transformations": [
1277 {
1278 "id": "merge",
1279 "options": {
1280 "reducers": []
1281 }
1282 },
1283 {
1284 "id": "organize",
1285 "options": {
1286 "excludeByName": {},
1287 "indexByName": {},
1288 "renameByName": {
1289 "Count": "EVENTS",
1290 "data_office365_ClientIP_country_code": "COUNTRY",
1291 "data_office365_LogonError": "ERROR",
1292 "data_office365_Operation": "WORKLOAD",
1293 "data_office365_UserId": "AD ACCOUNT"
1294 }
1295 }
1296 }
1297 ],
1298 "type": "table"
1299 },
1300 {
1301 "datasource": {
1302 "type": "grafana-opensearch-datasource",
1303 "uid": "replace_datasource_uid"
1304 },
1305 "fieldConfig": {
1306 "defaults": {
1307 "color": {
1308 "mode": "thresholds"
1309 },
1310 "custom": {
1311 "align": "auto",
1312 "cellOptions": {
1313 "type": "auto"
1314 },
1315 "filterable": true,
1316 "inspect": false
1317 },
1318 "mappings": [],
1319 "thresholds": {
1320 "mode": "absolute",
1321 "steps": [
1322 {
1323 "color": "green"
1324 },
1325 {
1326 "color": "red",
1327 "value": 80
1328 }
1329 ]
1330 }
1331 },
1332 "overrides": [
1333 {
1334 "matcher": {
1335 "id": "byName",
1336 "options": "rule_level"
1337 },
1338 "properties": [
1339 {
1340 "id": "displayName",
1341 "value": "RULE LEVEL"
1342 },
1343 {
1344 "id": "unit",
1345 "value": "short"
1346 },
1347 {
1348 "id": "decimals",
1349 "value": -1
1350 },
1351 {
1352 "id": "custom.cellOptions",
1353 "value": {
1354 "mode": "gradient",
1355 "type": "color-background"
1356 }
1357 },
1358 {
1359 "id": "custom.align"
1360 },
1361 {
1362 "id": "thresholds",
1363 "value": {
1364 "mode": "absolute",
1365 "steps": [
1366 {
1367 "color": "#37872D"
1368 },
1369 {
1370 "color": "rgba(237, 129, 40, 0.89)",
1371 "value": 7
1372 },
1373 {
1374 "color": "rgba(245, 54, 54, 0.9)",
1375 "value": 12
1376 }
1377 ]
1378 }
1379 }
1380 ]
1381 },
1382 {
1383 "matcher": {
1384 "id": "byName",
1385 "options": "Date/Time"
1386 },
1387 "properties": [
1388 {
1389 "id": "custom.width",
1390 "value": 242
1391 }
1392 ]
1393 },
1394 {
1395 "matcher": {
1396 "id": "byName",
1397 "options": "MITRE TACTIC"
1398 },
1399 "properties": [
1400 {
1401 "id": "custom.width",
1402 "value": 332
1403 }
1404 ]
1405 },
1406 {
1407 "matcher": {
1408 "id": "byName",
1409 "options": "IP ADDRESS"
1410 },
1411 "properties": [
1412 {
1413 "id": "custom.width",
1414 "value": 163
1415 }
1416 ]
1417 },
1418 {
1419 "matcher": {
1420 "id": "byName",
1421 "options": "MITRE TECHNIQUE"
1422 },
1423 "properties": [
1424 {
1425 "id": "custom.width",
1426 "value": 312
1427 }
1428 ]
1429 },
1430 {
1431 "matcher": {
1432 "id": "byName",
1433 "options": "EVENT ID"
1434 },
1435 "properties": [
1436 {
1437 "id": "links",
1438 "value": [
1439 {
1440 "targetBlank": true,
1441 "title": "VIEW EVENT DETAILS",
1442 "url": "https://grafana.company.local/explore?left=%7B%22datasource%22:%22O365%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22query%22:%22_id:${__value.text}%22,%22alias%22:%22%22,%22metrics%22:%5B%7B%22id%22:%221%22,%22type%22:%22logs%22,%22settings%22:%7B%22limit%22:%22500%22%7D%7D%5D,%22bucketAggs%22:%5B%7B%22type%22:%22date_histogram%22,%22id%22:%221%22,%22settings%22:%7B%22interval%22:%22auto%22%7D%7D%5D,%22timeField%22:%22timestamp%22%7D%5D,%22range%22:%7B%22from%22:%22now-6h%22,%22to%22:%22now%22%7D%7D"
1443 }
1444 ]
1445 },
1446 {
1447 "id": "custom.width",
1448 "value": 265
1449 }
1450 ]
1451 },
1452 {
1453 "matcher": {
1454 "id": "byName",
1455 "options": "RESULT"
1456 },
1457 "properties": [
1458 {
1459 "id": "custom.width",
1460 "value": 118
1461 },
1462 {
1463 "id": "mappings",
1464 "value": [
1465 {
1466 "options": {
1467 "Failed": {
1468 "color": "orange",
1469 "index": 1
1470 },
1471 "Success": {
1472 "color": "green",
1473 "index": 0
1474 }
1475 },
1476 "type": "value"
1477 }
1478 ]
1479 },
1480 {
1481 "id": "custom.cellOptions",
1482 "value": {
1483 "type": "color-text"
1484 }
1485 }
1486 ]
1487 },
1488 {
1489 "matcher": {
1490 "id": "byName",
1491 "options": "SRC IP"
1492 },
1493 "properties": [
1494 {
1495 "id": "custom.width",
1496 "value": 265
1497 }
1498 ]
1499 },
1500 {
1501 "matcher": {
1502 "id": "byName",
1503 "options": "ACCOUNT"
1504 },
1505 "properties": [
1506 {
1507 "id": "custom.width",
1508 "value": 227
1509 }
1510 ]
1511 },
1512 {
1513 "matcher": {
1514 "id": "byName",
1515 "options": "EVENT TIME"
1516 },
1517 "properties": [
1518 {
1519 "id": "custom.width",
1520 "value": 195
1521 }
1522 ]
1523 },
1524 {
1525 "matcher": {
1526 "id": "byName",
1527 "options": "CLIENT IP"
1528 },
1529 "properties": [
1530 {
1531 "id": "custom.width",
1532 "value": 191
1533 }
1534 ]
1535 },
1536 {
1537 "matcher": {
1538 "id": "byName",
1539 "options": "DESCRIPTION"
1540 },
1541 "properties": [
1542 {
1543 "id": "custom.width",
1544 "value": 367
1545 }
1546 ]
1547 },
1548 {
1549 "matcher": {
1550 "id": "byName",
1551 "options": "FILE"
1552 },
1553 "properties": [
1554 {
1555 "id": "custom.width",
1556 "value": 855
1557 }
1558 ]
1559 },
1560 {
1561 "matcher": {
1562 "id": "byName",
1563 "options": "BROWSER"
1564 },
1565 "properties": [
1566 {
1567 "id": "custom.width",
1568 "value": 205
1569 }
1570 ]
1571 },
1572 {
1573 "matcher": {
1574 "id": "byName",
1575 "options": "RULE LEVEL"
1576 },
1577 "properties": [
1578 {
1579 "id": "custom.width",
1580 "value": 197
1581 }
1582 ]
1583 }
1584 ]
1585 },
1586 "gridPos": {
1587 "h": 16,
1588 "w": 24,
1589 "x": 0,
1590 "y": 32
1591 },
1592 "id": 27,
1593 "options": {
1594 "cellHeight": "sm",
1595 "footer": {
1596 "countRows": false,
1597 "enablePagination": true,
1598 "fields": "",
1599 "reducer": ["sum"],
1600 "show": false
1601 },
1602 "showHeader": true,
1603 "sortBy": []
1604 },
1605 "pluginVersion": "10.4.0",
1606 "targets": [
1607 {
1608 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
1609 "datasource": {
1610 "type": "grafana-opensearch-datasource",
1611 "uid": "replace_datasource_uid"
1612 },
1613 "metrics": [
1614 {
1615 "id": "1",
1616 "settings": {
1617 "size": "250"
1618 },
1619 "type": "raw_data"
1620 }
1621 ],
1622 "query": "data_office365_Operation:$operation AND rule_level:$rule_level AND data_office365_Workload:PowerBI",
1623 "refId": "A",
1624 "timeField": "timestamp"
1625 }
1626 ],
1627 "title": "EVENTS",
1628 "transformations": [
1629 {
1630 "id": "organize",
1631 "options": {
1632 "excludeByName": {
1633 "@metadata_beat": true,
1634 "@metadata_type": true,
1635 "@metadata_version": true,
1636 "IMPHASH": true,
1637 "MD5": true,
1638 "SHA1": true,
1639 "SHA256": true,
1640 "_id": false,
1641 "_index": true,
1642 "_type": true,
1643 "agent_ephemeral_id": true,
1644 "agent_hostname": true,
1645 "agent_id": true,
1646 "agent_ip_city_name": true,
1647 "agent_ip_country_code": true,
1648 "agent_ip_geolocation": true,
1649 "agent_name": true,
1650 "agent_type": true,
1651 "agent_version": true,
1652 "beats_type": true,
1653 "cluster_name": true,
1654 "cluster_node": true,
1655 "collector_node_id": true,
1656 "data_alert_action": true,
1657 "data_alert_category": true,
1658 "data_alert_gid": true,
1659 "data_alert_rev": true,
1660 "data_alert_severity": true,
1661 "data_alert_signature": true,
1662 "data_alert_signature_id": true,
1663 "data_app_proto": true,
1664 "data_audit_auid": true,
1665 "data_audit_command": true,
1666 "data_audit_euid": true,
1667 "data_audit_exe": true,
1668 "data_audit_gid": true,
1669 "data_audit_id": true,
1670 "data_audit_pid": true,
1671 "data_audit_res": true,
1672 "data_audit_session": true,
1673 "data_audit_type": true,
1674 "data_audit_uid": true,
1675 "data_dest_ip": true,
1676 "data_dest_port": true,
1677 "data_dstuser": true,
1678 "data_event_type": true,
1679 "data_extra_data": true,
1680 "data_file": true,
1681 "data_flow_bytes_toclient": true,
1682 "data_flow_bytes_toserver": true,
1683 "data_flow_id": true,
1684 "data_flow_pkts_toclient": true,
1685 "data_flow_pkts_toserver": true,
1686 "data_flow_start": true,
1687 "data_http_http_content_type": true,
1688 "data_http_http_port": true,
1689 "data_http_length": true,
1690 "data_http_status": true,
1691 "data_http_url": true,
1692 "data_id": true,
1693 "data_in_iface": true,
1694 "data_integration": true,
1695 "data_metadata_flowbits": true,
1696 "data_metadata_flowints_http_anomaly_count": true,
1697 "data_metadata_flowints_tcp_retransmission_count": true,
1698 "data_office365_AADGroupId": true,
1699 "data_office365_ActivityId": true,
1700 "data_office365_ActivityParameters": true,
1701 "data_office365_Actor": true,
1702 "data_office365_ActorContextId": true,
1703 "data_office365_ActorIpAddress": false,
1704 "data_office365_ActorIpAddress_city_name": true,
1705 "data_office365_ActorIpAddress_country_code": true,
1706 "data_office365_ActorIpAddress_geolocation": true,
1707 "data_office365_AppAccessContext_AADSessionId": true,
1708 "data_office365_AppAccessContext_APIId": true,
1709 "data_office365_AppAccessContext_ClientAppId": true,
1710 "data_office365_AppAccessContext_ClientAppName": true,
1711 "data_office365_AppAccessContext_CorrelationId": true,
1712 "data_office365_AppAccessContext_TokenIssuedAtTime": true,
1713 "data_office365_AppAccessContext_UniqueTokenId": true,
1714 "data_office365_AppId": true,
1715 "data_office365_ApplicationDisplayName": true,
1716 "data_office365_ApplicationId": true,
1717 "data_office365_ArtifactId": true,
1718 "data_office365_ArtifactKind": true,
1719 "data_office365_ArtifactsShared": true,
1720 "data_office365_AssertingApplicationId": true,
1721 "data_office365_Attendees": true,
1722 "data_office365_AuthenticationType": true,
1723 "data_office365_AzureActiveDirectoryEventType": true,
1724 "data_office365_BrowserVersion": true,
1725 "data_office365_BrowserVersion_city_name": true,
1726 "data_office365_BrowserVersion_country_code": true,
1727 "data_office365_BrowserVersion_geolocation": true,
1728 "data_office365_CapacityId": true,
1729 "data_office365_CapacityName": true,
1730 "data_office365_ChannelGuid": true,
1731 "data_office365_ChannelName": true,
1732 "data_office365_ChatName": true,
1733 "data_office365_ChatThreadId": true,
1734 "data_office365_ClientAppId": true,
1735 "data_office365_ClientIP": false,
1736 "data_office365_ClientIPAddress": true,
1737 "data_office365_ClientIPAddress_city_name": true,
1738 "data_office365_ClientIPAddress_country_code": true,
1739 "data_office365_ClientIPAddress_geolocation": true,
1740 "data_office365_ClientIP_city_name": true,
1741 "data_office365_ClientIP_country_code": true,
1742 "data_office365_ClientIP_geolocation": true,
1743 "data_office365_ClientIP_reserved_ip": true,
1744 "data_office365_ClientInfoString": true,
1745 "data_office365_ClientProcessName": true,
1746 "data_office365_ClientRequestId": true,
1747 "data_office365_ClientVersion": true,
1748 "data_office365_CommunicationSubType": true,
1749 "data_office365_CommunicationType": true,
1750 "data_office365_ConsumptionMethod": true,
1751 "data_office365_CorrelationId": true,
1752 "data_office365_CreationTime": false,
1753 "data_office365_CrossMailboxOperation": true,
1754 "data_office365_CustomUniqueId": true,
1755 "data_office365_CustomizedDoclib": true,
1756 "data_office365_DashboardId": true,
1757 "data_office365_DashboardName": true,
1758 "data_office365_DatasetId": true,
1759 "data_office365_DatasetName": true,
1760 "data_office365_Datasets": true,
1761 "data_office365_DestFolder_Id": true,
1762 "data_office365_DestFolder_Path": true,
1763 "data_office365_DestinationFileExtension": true,
1764 "data_office365_DestinationFileName": true,
1765 "data_office365_DestinationRelativeUrl": true,
1766 "data_office365_DeviceDisplayName": true,
1767 "data_office365_DeviceDisplayName_city_name": true,
1768 "data_office365_DeviceDisplayName_country_code": true,
1769 "data_office365_DeviceDisplayName_geolocation": true,
1770 "data_office365_DeviceId": true,
1771 "data_office365_DeviceInformation": true,
1772 "data_office365_DeviceProperties": true,
1773 "data_office365_DistributionMethod": true,
1774 "data_office365_DoNotDistributeEvent": true,
1775 "data_office365_EndTime": true,
1776 "data_office365_ErrorNumber": true,
1777 "data_office365_EventData": true,
1778 "data_office365_EventSource": true,
1779 "data_office365_ExchangeId": true,
1780 "data_office365_ExtendedProperties": true,
1781 "data_office365_ExternalAccess": true,
1782 "data_office365_ExtraProperties": true,
1783 "data_office365_FileSizeBytes": true,
1784 "data_office365_FileSyncBytesCommitted": true,
1785 "data_office365_Folder_Id": true,
1786 "data_office365_Folder_Path": true,
1787 "data_office365_FormId": true,
1788 "data_office365_FormsUserType": true,
1789 "data_office365_FromApp": true,
1790 "data_office365_HighPriorityMediaProcessing": true,
1791 "data_office365_HostedContents": true,
1792 "data_office365_ICalUid": true,
1793 "data_office365_Id": true,
1794 "data_office365_ImplicitShare": true,
1795 "data_office365_InterSystemsId": true,
1796 "data_office365_InternalLogonType": true,
1797 "data_office365_IntraSystemId": true,
1798 "data_office365_IsManagedDevice": true,
1799 "data_office365_IsSuccess": true,
1800 "data_office365_ItemCount": true,
1801 "data_office365_ItemName": true,
1802 "data_office365_ItemType": true,
1803 "data_office365_Item_Id": true,
1804 "data_office365_Item_InternetMessageId": true,
1805 "data_office365_Item_IsRecord": true,
1806 "data_office365_Item_ParentFolder_Id": true,
1807 "data_office365_Item_SizeInBytes": true,
1808 "data_office365_JoinTime": true,
1809 "data_office365_LeaveTime": true,
1810 "data_office365_ListBaseTemplateType": true,
1811 "data_office365_ListBaseType": true,
1812 "data_office365_ListId": true,
1813 "data_office365_ListItemUniqueId": true,
1814 "data_office365_ListServerTemplate": true,
1815 "data_office365_ListTitle": true,
1816 "data_office365_LogonError": true,
1817 "data_office365_LogonType": true,
1818 "data_office365_LogonUserSid": true,
1819 "data_office365_MachineId": true,
1820 "data_office365_MailboxGuid": true,
1821 "data_office365_MailboxOwnerSid": true,
1822 "data_office365_MailboxOwnerUPN": true,
1823 "data_office365_MeetingDetailId": true,
1824 "data_office365_MeetingURL": true,
1825 "data_office365_Members": true,
1826 "data_office365_MessageId": true,
1827 "data_office365_MessageSizeInBytes": true,
1828 "data_office365_MessageURLs": true,
1829 "data_office365_MessageVersion": true,
1830 "data_office365_Modalities": true,
1831 "data_office365_ModifiedProperties": true,
1832 "data_office365_Name": true,
1833 "data_office365_NewValue": true,
1834 "data_office365_ObjectId": true,
1835 "data_office365_Operation": true,
1836 "data_office365_OperationScope": true,
1837 "data_office365_OrganizationId": true,
1838 "data_office365_OrganizationName": true,
1839 "data_office365_Organizer_OrganizationId": true,
1840 "data_office365_Organizer_RecipientType": true,
1841 "data_office365_Organizer_Role": true,
1842 "data_office365_Organizer_UserObjectId": true,
1843 "data_office365_OriginatingServer": true,
1844 "data_office365_Parameters": true,
1845 "data_office365_ParentMessageId": true,
1846 "data_office365_Platform": true,
1847 "data_office365_ProviderTypes": true,
1848 "data_office365_RecordType": true,
1849 "data_office365_RefreshEnforcementPolicy": true,
1850 "data_office365_ReportId": true,
1851 "data_office365_ReportName": true,
1852 "data_office365_ReportType": true,
1853 "data_office365_RequestId": true,
1854 "data_office365_ResultStatus": false,
1855 "data_office365_SearchQueryText": true,
1856 "data_office365_SessionId": true,
1857 "data_office365_Site": true,
1858 "data_office365_SiteUrl": true,
1859 "data_office365_SkipForServiceWorker": true,
1860 "data_office365_Source": true,
1861 "data_office365_SourceFileExtension": true,
1862 "data_office365_SourceRelativeUrl": true,
1863 "data_office365_StartTime": true,
1864 "data_office365_Subscription": true,
1865 "data_office365_SubscriptionId": true,
1866 "data_office365_Target": true,
1867 "data_office365_TargetContextId": true,
1868 "data_office365_TargetUserOrGroupName": true,
1869 "data_office365_TargetUserOrGroupType": true,
1870 "data_office365_TeamGuid": true,
1871 "data_office365_TeamName": true,
1872 "data_office365_UniqueSharingId": true,
1873 "data_office365_UserAgent": false,
1874 "data_office365_UserId": false,
1875 "data_office365_UserKey": true,
1876 "data_office365_UserType": true,
1877 "data_office365_Version": true,
1878 "data_office365_WebId": true,
1879 "data_office365_WorkSpaceName": true,
1880 "data_office365_Workload": true,
1881 "data_office365_WorkspaceId": true,
1882 "data_osquery_action": true,
1883 "data_osquery_calendarTime": true,
1884 "data_osquery_columns_address": true,
1885 "data_osquery_columns_address_city_name": true,
1886 "data_osquery_columns_address_country_code": true,
1887 "data_osquery_columns_address_geolocation": true,
1888 "data_osquery_columns_cmdline": true,
1889 "data_osquery_columns_cwd": true,
1890 "data_osquery_columns_description": true,
1891 "data_osquery_columns_directory": true,
1892 "data_osquery_columns_disk_bytes_read": true,
1893 "data_osquery_columns_disk_bytes_written": true,
1894 "data_osquery_columns_egid": true,
1895 "data_osquery_columns_euid": true,
1896 "data_osquery_columns_family": true,
1897 "data_osquery_columns_fd": true,
1898 "data_osquery_columns_gid": true,
1899 "data_osquery_columns_gid_signed": true,
1900 "data_osquery_columns_host": true,
1901 "data_osquery_columns_interface": true,
1902 "data_osquery_columns_local_address": true,
1903 "data_osquery_columns_local_address_city_name": true,
1904 "data_osquery_columns_local_address_country_code": true,
1905 "data_osquery_columns_local_address_geolocation": true,
1906 "data_osquery_columns_local_port": true,
1907 "data_osquery_columns_mac": true,
1908 "data_osquery_columns_name": true,
1909 "data_osquery_columns_net_namespace": true,
1910 "data_osquery_columns_nice": true,
1911 "data_osquery_columns_on_disk": true,
1912 "data_osquery_columns_parent": true,
1913 "data_osquery_columns_path": true,
1914 "data_osquery_columns_pgroup": true,
1915 "data_osquery_columns_pid": true,
1916 "data_osquery_columns_port": true,
1917 "data_osquery_columns_protocol": true,
1918 "data_osquery_columns_remote_address": true,
1919 "data_osquery_columns_remote_address_city_name": true,
1920 "data_osquery_columns_remote_address_country_code": true,
1921 "data_osquery_columns_remote_address_geolocation": true,
1922 "data_osquery_columns_remote_port": true,
1923 "data_osquery_columns_resident_size": true,
1924 "data_osquery_columns_root": true,
1925 "data_osquery_columns_sgid": true,
1926 "data_osquery_columns_shell": true,
1927 "data_osquery_columns_socket": true,
1928 "data_osquery_columns_start_time": true,
1929 "data_osquery_columns_state": true,
1930 "data_osquery_columns_suid": true,
1931 "data_osquery_columns_system_time": true,
1932 "data_osquery_columns_threads": true,
1933 "data_osquery_columns_time_utc": true,
1934 "data_osquery_columns_total_size": true,
1935 "data_osquery_columns_tty": true,
1936 "data_osquery_columns_type": true,
1937 "data_osquery_columns_uid": true,
1938 "data_osquery_columns_uid_signed": true,
1939 "data_osquery_columns_user": true,
1940 "data_osquery_columns_user_time": true,
1941 "data_osquery_columns_username": true,
1942 "data_osquery_columns_wired_size": true,
1943 "data_osquery_counter": true,
1944 "data_osquery_decorations_host_uuid": true,
1945 "data_osquery_decorations_hostname": true,
1946 "data_osquery_epoch": true,
1947 "data_osquery_hostIdentifier": true,
1948 "data_osquery_name": true,
1949 "data_osquery_numerics": true,
1950 "data_osquery_unixTime": true,
1951 "data_proto": true,
1952 "data_sca_check_command": true,
1953 "data_sca_check_compliance_cis": true,
1954 "data_sca_check_compliance_cis_csc": true,
1955 "data_sca_check_compliance_gdpr_IV": true,
1956 "data_sca_check_compliance_gpg_13": true,
1957 "data_sca_check_compliance_hipaa": true,
1958 "data_sca_check_compliance_nist_800_53": true,
1959 "data_sca_check_compliance_pci_dss": true,
1960 "data_sca_check_compliance_tsc": true,
1961 "data_sca_check_description": true,
1962 "data_sca_check_id": true,
1963 "data_sca_check_previous_result": true,
1964 "data_sca_check_rationale": true,
1965 "data_sca_check_remediation": true,
1966 "data_sca_check_result": true,
1967 "data_sca_check_title": true,
1968 "data_sca_description": true,
1969 "data_sca_failed": true,
1970 "data_sca_file": true,
1971 "data_sca_invalid": true,
1972 "data_sca_passed": true,
1973 "data_sca_policy": true,
1974 "data_sca_policy_id": true,
1975 "data_sca_scan_id": true,
1976 "data_sca_score": true,
1977 "data_sca_total_checks": true,
1978 "data_sca_type": true,
1979 "data_script": true,
1980 "data_src_ip": true,
1981 "data_src_ip_city_name": true,
1982 "data_src_ip_country_code": true,
1983 "data_src_ip_geolocation": true,
1984 "data_src_port": true,
1985 "data_srcip": true,
1986 "data_srcip_city_name": true,
1987 "data_srcip_country_code": true,
1988 "data_srcip_geolocation": true,
1989 "data_srcuser": true,
1990 "data_timestamp": true,
1991 "data_title": true,
1992 "data_tls_session_resumed": true,
1993 "data_tls_version": true,
1994 "data_tx_id": true,
1995 "data_type": true,
1996 "data_win_eventXML_binaryData": true,
1997 "data_win_eventXML_binaryDataSize": true,
1998 "data_win_eventXML_param1": true,
1999 "data_win_eventdata_authenticationPackageName": true,
2000 "data_win_eventdata_callTrace": true,
2001 "data_win_eventdata_commandLine": true,
2002 "data_win_eventdata_company": true,
2003 "data_win_eventdata_creationUtcTime": true,
2004 "data_win_eventdata_currentDirectory": true,
2005 "data_win_eventdata_description": true,
2006 "data_win_eventdata_destinationHostname": true,
2007 "data_win_eventdata_destinationIp": true,
2008 "data_win_eventdata_destinationIp_city_name": true,
2009 "data_win_eventdata_destinationIp_country_code": true,
2010 "data_win_eventdata_destinationIp_geolocation": true,
2011 "data_win_eventdata_destinationIsIpv6": true,
2012 "data_win_eventdata_destinationPort": true,
2013 "data_win_eventdata_destinationPortName": true,
2014 "data_win_eventdata_details": true,
2015 "data_win_eventdata_elevatedToken": true,
2016 "data_win_eventdata_eventType": true,
2017 "data_win_eventdata_fileVersion": true,
2018 "data_win_eventdata_fileVersion_city_name": true,
2019 "data_win_eventdata_fileVersion_country_code": true,
2020 "data_win_eventdata_fileVersion_geolocation": true,
2021 "data_win_eventdata_grantedAccess": true,
2022 "data_win_eventdata_hashes": true,
2023 "data_win_eventdata_image": true,
2024 "data_win_eventdata_imageLoaded": true,
2025 "data_win_eventdata_impersonationLevel": true,
2026 "data_win_eventdata_initiated": true,
2027 "data_win_eventdata_integrityLevel": true,
2028 "data_win_eventdata_ipAddress": true,
2029 "data_win_eventdata_ipPort": true,
2030 "data_win_eventdata_keyLength": true,
2031 "data_win_eventdata_logonGuid": true,
2032 "data_win_eventdata_logonId": true,
2033 "data_win_eventdata_logonProcessName": true,
2034 "data_win_eventdata_logonType": true,
2035 "data_win_eventdata_originalFileName": true,
2036 "data_win_eventdata_param1": true,
2037 "data_win_eventdata_param2": true,
2038 "data_win_eventdata_param3": true,
2039 "data_win_eventdata_param4": true,
2040 "data_win_eventdata_parentCommandLine": true,
2041 "data_win_eventdata_parentImage": true,
2042 "data_win_eventdata_parentProcessGuid": true,
2043 "data_win_eventdata_parentProcessId": true,
2044 "data_win_eventdata_processGuid": true,
2045 "data_win_eventdata_processId": true,
2046 "data_win_eventdata_processName": true,
2047 "data_win_eventdata_product": true,
2048 "data_win_eventdata_protocol": true,
2049 "data_win_eventdata_queryName": true,
2050 "data_win_eventdata_queryResults": true,
2051 "data_win_eventdata_queryStatus": true,
2052 "data_win_eventdata_ruleName": true,
2053 "data_win_eventdata_serviceName": true,
2054 "data_win_eventdata_serviceSid": true,
2055 "data_win_eventdata_signature": true,
2056 "data_win_eventdata_signatureStatus": true,
2057 "data_win_eventdata_signed": true,
2058 "data_win_eventdata_sourceHostname": true,
2059 "data_win_eventdata_sourceImage": true,
2060 "data_win_eventdata_sourceIp": true,
2061 "data_win_eventdata_sourceIp_city_name": true,
2062 "data_win_eventdata_sourceIp_country_code": true,
2063 "data_win_eventdata_sourceIp_geolocation": true,
2064 "data_win_eventdata_sourceIsIpv6": true,
2065 "data_win_eventdata_sourcePort": true,
2066 "data_win_eventdata_sourceProcessGUID": true,
2067 "data_win_eventdata_sourceProcessId": true,
2068 "data_win_eventdata_sourceThreadId": true,
2069 "data_win_eventdata_status": true,
2070 "data_win_eventdata_subjectDomainName": true,
2071 "data_win_eventdata_subjectLogonId": true,
2072 "data_win_eventdata_subjectUserName": true,
2073 "data_win_eventdata_subjectUserSid": true,
2074 "data_win_eventdata_targetDomainName": true,
2075 "data_win_eventdata_targetFilename": true,
2076 "data_win_eventdata_targetImage": true,
2077 "data_win_eventdata_targetLinkedLogonId": true,
2078 "data_win_eventdata_targetLogonId": true,
2079 "data_win_eventdata_targetObject": true,
2080 "data_win_eventdata_targetProcessGUID": true,
2081 "data_win_eventdata_targetProcessId": true,
2082 "data_win_eventdata_targetUserName": true,
2083 "data_win_eventdata_targetUserSid": true,
2084 "data_win_eventdata_terminalSessionId": true,
2085 "data_win_eventdata_ticketEncryptionType": true,
2086 "data_win_eventdata_ticketOptions": true,
2087 "data_win_eventdata_user": true,
2088 "data_win_eventdata_utcTime": true,
2089 "data_win_eventdata_virtualAccount": true,
2090 "data_win_system_channel": true,
2091 "data_win_system_computer": true,
2092 "data_win_system_eventID": true,
2093 "data_win_system_eventRecordID": true,
2094 "data_win_system_eventSourceName": true,
2095 "data_win_system_keywords": true,
2096 "data_win_system_level": true,
2097 "data_win_system_message": true,
2098 "data_win_system_opcode": true,
2099 "data_win_system_processID": true,
2100 "data_win_system_providerGuid": true,
2101 "data_win_system_providerName": true,
2102 "data_win_system_severityValue": true,
2103 "data_win_system_systemTime": true,
2104 "data_win_system_task": true,
2105 "data_win_system_threadID": true,
2106 "data_win_system_version": true,
2107 "decoder_name": true,
2108 "decoder_parent": true,
2109 "dns_query": true,
2110 "dns_query_threat_indicated": true,
2111 "dst_ip": true,
2112 "dst_ip_city_name": true,
2113 "dst_ip_country_code": true,
2114 "dst_ip_geolocation": true,
2115 "dst_ip_threat_indicated": true,
2116 "dst_port": true,
2117 "ecs_version": true,
2118 "error": true,
2119 "event_hash": true,
2120 "file_path": true,
2121 "firewall_rule_name": true,
2122 "full_log": false,
2123 "gl2_accounted_message_size": true,
2124 "gl2_message_id": true,
2125 "gl2_processing_error": true,
2126 "gl2_remote_ip": true,
2127 "gl2_remote_port": true,
2128 "gl2_source_collector": true,
2129 "gl2_source_input": true,
2130 "gl2_source_node": true,
2131 "hash_md5": true,
2132 "hash_sha1": true,
2133 "hash_sha256": true,
2134 "highlight": true,
2135 "host_architecture": true,
2136 "host_containerized": true,
2137 "host_hostname": true,
2138 "host_id": true,
2139 "host_ip": true,
2140 "host_mac": true,
2141 "host_name": true,
2142 "host_os_codename": true,
2143 "host_os_kernel": true,
2144 "host_os_name": true,
2145 "host_os_platform": true,
2146 "host_os_version": true,
2147 "hostname": true,
2148 "id": true,
2149 "input_type": true,
2150 "level": true,
2151 "location": true,
2152 "log_file_path": true,
2153 "log_offset": true,
2154 "manager_name": true,
2155 "message": true,
2156 "module": true,
2157 "msg_timestamp": true,
2158 "parent_process_cmd_line": true,
2159 "parent_process_id": true,
2160 "parent_process_image": true,
2161 "pid": true,
2162 "predecoder_hostname": true,
2163 "predecoder_program_name": true,
2164 "predecoder_timestamp": true,
2165 "previous_log": true,
2166 "previous_output": true,
2167 "process_cmd_line": true,
2168 "process_id": true,
2169 "process_image": true,
2170 "process_name": true,
2171 "protocol": true,
2172 "rule_cis": true,
2173 "rule_cis_csc": true,
2174 "rule_firedtimes": true,
2175 "rule_gdpr": true,
2176 "rule_gdpr_IV": true,
2177 "rule_gpg13": true,
2178 "rule_gpg_13": true,
2179 "rule_group1": true,
2180 "rule_group2": true,
2181 "rule_group3": true,
2182 "rule_groups": true,
2183 "rule_hipaa": true,
2184 "rule_id": true,
2185 "rule_info": true,
2186 "rule_mail": true,
2187 "rule_mitre_id": true,
2188 "rule_mitre_tactic": false,
2189 "rule_nist_800_53": true,
2190 "rule_pci_dss": true,
2191 "rule_tsc": true,
2192 "scanid": true,
2193 "service": true,
2194 "software_package": true,
2195 "software_vendor": true,
2196 "sort": true,
2197 "source": true,
2198 "source_reserved_ip": true,
2199 "src_ip": true,
2200 "src_ip_city_name": true,
2201 "src_ip_country_code": true,
2202 "src_ip_geolocation": true,
2203 "src_port": true,
2204 "streams": true,
2205 "syscheck_attrs_after": true,
2206 "syscheck_audit_effective_user_id": true,
2207 "syscheck_audit_effective_user_name": true,
2208 "syscheck_audit_group_id": true,
2209 "syscheck_audit_group_name": true,
2210 "syscheck_audit_login_user_id": true,
2211 "syscheck_audit_login_user_name": true,
2212 "syscheck_audit_process_cwd": true,
2213 "syscheck_audit_process_id": true,
2214 "syscheck_audit_process_name": true,
2215 "syscheck_audit_process_parent_cwd": true,
2216 "syscheck_audit_process_parent_name": true,
2217 "syscheck_audit_process_ppid": true,
2218 "syscheck_audit_user_id": true,
2219 "syscheck_audit_user_name": true,
2220 "syscheck_changed_attributes": true,
2221 "syscheck_event": true,
2222 "syscheck_gid_after": true,
2223 "syscheck_gname_after": true,
2224 "syscheck_hard_links": true,
2225 "syscheck_inode_after": true,
2226 "syscheck_inode_before": true,
2227 "syscheck_md5_after": true,
2228 "syscheck_md5_before": true,
2229 "syscheck_mode": true,
2230 "syscheck_mtime_after": true,
2231 "syscheck_mtime_before": true,
2232 "syscheck_path": true,
2233 "syscheck_perm_after": true,
2234 "syscheck_perm_before": true,
2235 "syscheck_sha1_after": true,
2236 "syscheck_sha1_before": true,
2237 "syscheck_sha256_after": true,
2238 "syscheck_sha256_before": true,
2239 "syscheck_size_after": true,
2240 "syscheck_size_before": true,
2241 "syscheck_uid_after": true,
2242 "syscheck_uname_after": true,
2243 "syscheck_win_perm_after": true,
2244 "syscheck_win_perm_after_0_allowed": true,
2245 "syscheck_win_perm_after_0_name": true,
2246 "syscheck_win_perm_after_1_allowed": true,
2247 "syscheck_win_perm_after_1_name": true,
2248 "syscheck_win_perm_after_2_allowed": true,
2249 "syscheck_win_perm_after_2_name": true,
2250 "syscheck_win_perm_after_3_allowed": true,
2251 "syscheck_win_perm_after_3_name": true,
2252 "syslog_customer": true,
2253 "syslog_level": true,
2254 "syslog_tag": true,
2255 "syslog_type": true,
2256 "sysmon_event_description": true,
2257 "threat_ids": true,
2258 "threat_indicated": true,
2259 "threat_names": true,
2260 "time": true,
2261 "timestamp": true,
2262 "true": true,
2263 "user_name": true,
2264 "win_registry_key": true,
2265 "win_system_eventID": true,
2266 "windows_auth_package": true,
2267 "windows_domain": true,
2268 "windows_event_id": true,
2269 "windows_event_severity": true,
2270 "windows_logon_type": true
2271 },
2272 "indexByName": {
2273 "_id": 2,
2274 "_index": 10,
2275 "_type": 11,
2276 "agent_id": 12,
2277 "agent_name": 6,
2278 "cluster_name": 13,
2279 "cluster_node": 14,
2280 "data_integration": 49,
2281 "data_office365_Activity": 50,
2282 "data_office365_ActivityId": 51,
2283 "data_office365_ArtifactId": 52,
2284 "data_office365_ArtifactKind": 53,
2285 "data_office365_ArtifactName": 54,
2286 "data_office365_CapacityId": 55,
2287 "data_office365_CapacityName": 56,
2288 "data_office365_ClientIP": 5,
2289 "data_office365_ClientIP_city_name": 15,
2290 "data_office365_ClientIP_country_code": 16,
2291 "data_office365_ClientIP_geolocation": 17,
2292 "data_office365_ConsumptionMethod": 57,
2293 "data_office365_CreationTime": 0,
2294 "data_office365_DashboardId": 58,
2295 "data_office365_DashboardName": 59,
2296 "data_office365_DatasetId": 60,
2297 "data_office365_DatasetName": 61,
2298 "data_office365_Datasets": 62,
2299 "data_office365_DistributionMethod": 63,
2300 "data_office365_Id": 18,
2301 "data_office365_IsSuccess": 64,
2302 "data_office365_ItemName": 48,
2303 "data_office365_ObjectId": 19,
2304 "data_office365_Operation": 24,
2305 "data_office365_OrganizationId": 20,
2306 "data_office365_RecordType": 21,
2307 "data_office365_RefreshEnforcementPolicy": 65,
2308 "data_office365_ReportId": 66,
2309 "data_office365_ReportName": 67,
2310 "data_office365_ReportType": 68,
2311 "data_office365_RequestId": 69,
2312 "data_office365_Subscription": 70,
2313 "data_office365_UserAgent": 4,
2314 "data_office365_UserId": 3,
2315 "data_office365_UserKey": 22,
2316 "data_office365_UserType": 23,
2317 "data_office365_WorkSpaceName": 71,
2318 "data_office365_Workload": 47,
2319 "data_office365_WorkspaceId": 72,
2320 "decoder_name": 25,
2321 "gl2_accounted_message_size": 26,
2322 "gl2_message_id": 27,
2323 "gl2_processing_error": 28,
2324 "gl2_remote_ip": 29,
2325 "gl2_remote_port": 30,
2326 "gl2_source_input": 31,
2327 "gl2_source_node": 32,
2328 "highlight": 33,
2329 "id": 34,
2330 "location": 35,
2331 "manager_name": 36,
2332 "message": 37,
2333 "msg_timestamp": 73,
2334 "rule_description": 7,
2335 "rule_firedtimes": 38,
2336 "rule_group1": 39,
2337 "rule_group2": 74,
2338 "rule_groups": 40,
2339 "rule_hipaa": 75,
2340 "rule_id": 9,
2341 "rule_level": 8,
2342 "rule_mail": 41,
2343 "rule_pci_dss": 76,
2344 "sort": 42,
2345 "source": 43,
2346 "source_reserved_ip": 77,
2347 "streams": 44,
2348 "syslog_type": 45,
2349 "timestamp": 1,
2350 "true": 46
2351 },
2352 "renameByName": {
2353 "_id": "EVENT ID",
2354 "agent_name": "",
2355 "data_office365_Activity": "ACTIVITY",
2356 "data_office365_ActorIpAddress": "SRC IP",
2357 "data_office365_AffectedItems": "ITEMS",
2358 "data_office365_ArtifactName": "ARTIFACT",
2359 "data_office365_BrowserName": "BROWSER",
2360 "data_office365_ClientIP": "CLIENT IP",
2361 "data_office365_ClientIP_city_name": "",
2362 "data_office365_CreationTime": "EVENT TIME",
2363 "data_office365_FormName": "FORM",
2364 "data_office365_Item_Attachments": "ATTACHMENT",
2365 "data_office365_Item_ParentFolder_Path": "FOLDER",
2366 "data_office365_Item_Subject": "SUBJECT",
2367 "data_office365_ResultStatus": "RESULT",
2368 "data_office365_SourceApp": "SRC APP",
2369 "data_office365_SourceFileName": "FILE",
2370 "data_office365_UserAgent": "USER AGENT",
2371 "data_office365_UserId": "ACCOUNT",
2372 "rule_description": "DESCRIPTION",
2373 "rule_id": "RULE ID",
2374 "rule_level": "",
2375 "rule_mitre_tactic": "MITRE TACTIC",
2376 "rule_mitre_technique": "MITRE TECHNIQUE",
2377 "timestamp": "Date/Time"
2378 }
2379 }
2380 }
2381 ],
2382 "transparent": true,
2383 "type": "table"
2384 }
2385 ],
2386 "refresh": "",
2387 "schemaVersion": 39,
2388 "tags": ["O365"],
2389 "templating": {
2390 "list": [
2391 {
2392 "datasource": {
2393 "type": "grafana-opensearch-datasource",
2394 "uid": "replace_datasource_uid"
2395 },
2396 "filters": [],
2397 "hide": 0,
2398 "label": "",
2399 "name": "Filters",
2400 "skipUrlSync": false,
2401 "type": "adhoc"
2402 },
2403 {
2404 "current": {
2405 "selected": false,
2406 "text": "All",
2407 "value": "$__all"
2408 },
2409 "datasource": {
2410 "type": "grafana-opensearch-datasource",
2411 "uid": "replace_datasource_uid"
2412 },
2413 "definition": "{ \"find\": \"terms\", \"field\": \"data_office365_Operation\", \"query\": \"data_office365_Workload:PowerBI\"}",
2414 "hide": 0,
2415 "includeAll": true,
2416 "label": "Operation",
2417 "multi": false,
2418 "name": "operation",
2419 "options": [],
2420 "query": "{ \"find\": \"terms\", \"field\": \"data_office365_Operation\", \"query\": \"data_office365_Workload:PowerBI\"}",
2421 "refresh": 2,
2422 "regex": "",
2423 "skipUrlSync": false,
2424 "sort": 1,
2425 "tagValuesQuery": "",
2426 "tagsQuery": "",
2427 "type": "query",
2428 "useTags": false
2429 },
2430 {
2431 "current": {
2432 "selected": false,
2433 "text": "All",
2434 "value": "$__all"
2435 },
2436 "datasource": {
2437 "type": "grafana-opensearch-datasource",
2438 "uid": "replace_datasource_uid"
2439 },
2440 "definition": "{ \"find\": \"terms\", \"field\": \"rule_level\", \"query\": \"data_office365_Workload:PowerBI\"}",
2441 "hide": 0,
2442 "includeAll": true,
2443 "label": "Rule Level",
2444 "multi": false,
2445 "name": "rule_level",
2446 "options": [],
2447 "query": "{ \"find\": \"terms\", \"field\": \"rule_level\", \"query\": \"data_office365_Workload:PowerBI\"}",
2448 "refresh": 2,
2449 "regex": "",
2450 "skipUrlSync": false,
2451 "sort": 0,
2452 "type": "query"
2453 }
2454 ]
2455 },
2456 "time": {
2457 "from": "now-6h",
2458 "to": "now"
2459 },
2460 "timepicker": {
2461 "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
2462 "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
2463 },
2464 "timezone": "",
2465 "title": "O365 - MICROSOFT PowerBI",
2466 "weekStart": ""
2467 }