main
json 2,190 lines 53.6 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",
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",
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",
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 "mappings": [
391 {
392 "options": {
393 "match": "null",
394 "result": {
395 "text": "N/A"
396 }
397 },
398 "type": "special"
399 }
400 ],
401 "max": 15,
402 "min": 0,
403 "thresholds": {
404 "mode": "absolute",
405 "steps": [
406 {
407 "color": "#299c46",
408 "value": null
409 },
410 {
411 "color": "rgba(237, 129, 40, 0.89)",
412 "value": 8
413 },
414 {
415 "color": "#d44a3a",
416 "value": 12
417 }
418 ]
419 },
420 "unit": "none"
421 },
422 "overrides": []
423 },
424 "gridPos": {
425 "h": 7,
426 "w": 4,
427 "x": 0,
428 "y": 7
429 },
430 "id": 16,
431 "options": {
432 "minVizHeight": 75,
433 "minVizWidth": 75,
434 "orientation": "horizontal",
435 "reduceOptions": {
436 "calcs": ["max"],
437 "fields": "",
438 "values": false
439 },
440 "showThresholdLabels": false,
441 "showThresholdMarkers": true,
442 "sizing": "auto",
443 "text": {}
444 },
445 "pluginVersion": "10.4.0",
446 "targets": [
447 {
448 "bucketAggs": [
449 {
450 "field": "timestamp",
451 "id": "2",
452 "settings": {
453 "interval": "auto",
454 "min_doc_count": 0,
455 "trimEdges": 0
456 },
457 "type": "date_histogram"
458 }
459 ],
460 "datasource": {
461 "type": "grafana-opensearch-datasource",
462 "uid": "replace_datasource_uid"
463 },
464 "metrics": [
465 {
466 "field": "rule_level",
467 "id": "1",
468 "meta": {},
469 "settings": {},
470 "type": "max"
471 }
472 ],
473 "query": "data_office365_Operation:$operation",
474 "refId": "A",
475 "timeField": "timestamp"
476 }
477 ],
478 "title": "MAX SEVERITY (0 - 15)",
479 "type": "gauge"
480 },
481 {
482 "datasource": {
483 "type": "grafana-opensearch-datasource",
484 "uid": "replace_datasource_uid"
485 },
486 "fieldConfig": {
487 "defaults": {
488 "color": {
489 "mode": "palette-classic"
490 },
491 "custom": {
492 "axisBorderShow": false,
493 "axisCenteredZero": false,
494 "axisColorMode": "text",
495 "axisLabel": "",
496 "axisPlacement": "auto",
497 "barAlignment": 0,
498 "drawStyle": "bars",
499 "fillOpacity": 0,
500 "gradientMode": "none",
501 "hideFrom": {
502 "legend": false,
503 "tooltip": false,
504 "viz": false
505 },
506 "insertNulls": false,
507 "lineInterpolation": "linear",
508 "lineWidth": 1,
509 "pointSize": 5,
510 "scaleDistribution": {
511 "type": "linear"
512 },
513 "showPoints": "auto",
514 "spanNulls": false,
515 "stacking": {
516 "group": "A",
517 "mode": "normal"
518 },
519 "thresholdsStyle": {
520 "mode": "off"
521 }
522 },
523 "mappings": [],
524 "thresholds": {
525 "mode": "absolute",
526 "steps": [
527 {
528 "color": "green",
529 "value": null
530 },
531 {
532 "color": "red",
533 "value": 80
534 }
535 ]
536 }
537 },
538 "overrides": []
539 },
540 "gridPos": {
541 "h": 13,
542 "w": 20,
543 "x": 4,
544 "y": 7
545 },
546 "id": 60,
547 "options": {
548 "legend": {
549 "calcs": [],
550 "displayMode": "table",
551 "placement": "right",
552 "showLegend": true
553 },
554 "tooltip": {
555 "mode": "single",
556 "sort": "none"
557 }
558 },
559 "targets": [
560 {
561 "alias": "",
562 "bucketAggs": [
563 {
564 "field": "data_office365_Operation",
565 "id": "3",
566 "settings": {
567 "min_doc_count": "1",
568 "order": "desc",
569 "orderBy": "_count",
570 "size": "10"
571 },
572 "type": "terms"
573 },
574 {
575 "field": "timestamp",
576 "id": "2",
577 "settings": {
578 "interval": "auto"
579 },
580 "type": "date_histogram"
581 }
582 ],
583 "datasource": {
584 "type": "grafana-opensearch-datasource",
585 "uid": "replace_datasource_uid"
586 },
587 "metrics": [
588 {
589 "id": "1",
590 "type": "count"
591 }
592 ],
593 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
594 "refId": "A",
595 "timeField": "timestamp"
596 }
597 ],
598 "title": "TOP 10 OPERATIONS - HISTOGRAM",
599 "transparent": true,
600 "type": "timeseries"
601 },
602 {
603 "datasource": {
604 "type": "grafana-opensearch-datasource",
605 "uid": "replace_datasource_uid"
606 },
607 "fieldConfig": {
608 "defaults": {
609 "mappings": [
610 {
611 "options": {
612 "match": "null",
613 "result": {
614 "text": "N/A"
615 }
616 },
617 "type": "special"
618 }
619 ],
620 "thresholds": {
621 "mode": "absolute",
622 "steps": [
623 {
624 "color": "blue",
625 "value": null
626 }
627 ]
628 },
629 "unit": "locale"
630 },
631 "overrides": []
632 },
633 "gridPos": {
634 "h": 6,
635 "w": 4,
636 "x": 0,
637 "y": 14
638 },
639 "id": 51,
640 "options": {
641 "colorMode": "value",
642 "graphMode": "area",
643 "justifyMode": "auto",
644 "orientation": "horizontal",
645 "reduceOptions": {
646 "calcs": ["sum"],
647 "fields": "",
648 "values": false
649 },
650 "showPercentChange": false,
651 "text": {},
652 "textMode": "auto",
653 "wideLayout": true
654 },
655 "pluginVersion": "10.4.0",
656 "targets": [
657 {
658 "bucketAggs": [
659 {
660 "$$hashKey": "object:331",
661 "field": "timestamp",
662 "id": "2",
663 "settings": {
664 "interval": "auto",
665 "min_doc_count": 0,
666 "trimEdges": 0
667 },
668 "type": "date_histogram"
669 }
670 ],
671 "datasource": {
672 "type": "grafana-opensearch-datasource",
673 "uid": "replace_datasource_uid"
674 },
675 "metrics": [
676 {
677 "$$hashKey": "object:329",
678 "field": "select field",
679 "id": "1",
680 "type": "count"
681 }
682 ],
683 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
684 "refId": "A",
685 "timeField": "timestamp"
686 }
687 ],
688 "title": "EVENTS (Total)",
689 "type": "stat"
690 },
691 {
692 "datasource": {
693 "type": "grafana-opensearch-datasource",
694 "uid": "replace_datasource_uid"
695 },
696 "fieldConfig": {
697 "defaults": {
698 "mappings": [
699 {
700 "options": {
701 "match": "null",
702 "result": {
703 "text": "N/A"
704 }
705 },
706 "type": "special"
707 }
708 ],
709 "thresholds": {
710 "mode": "absolute",
711 "steps": [
712 {
713 "color": "orange",
714 "value": null
715 }
716 ]
717 },
718 "unit": "locale"
719 },
720 "overrides": []
721 },
722 "gridPos": {
723 "h": 6,
724 "w": 4,
725 "x": 0,
726 "y": 20
727 },
728 "id": 52,
729 "options": {
730 "colorMode": "value",
731 "graphMode": "area",
732 "justifyMode": "auto",
733 "orientation": "horizontal",
734 "reduceOptions": {
735 "calcs": ["sum"],
736 "fields": "",
737 "values": false
738 },
739 "showPercentChange": false,
740 "text": {},
741 "textMode": "auto",
742 "wideLayout": true
743 },
744 "pluginVersion": "10.4.0",
745 "targets": [
746 {
747 "bucketAggs": [
748 {
749 "$$hashKey": "object:331",
750 "field": "timestamp",
751 "id": "2",
752 "settings": {
753 "interval": "auto",
754 "min_doc_count": 0,
755 "trimEdges": 0
756 },
757 "type": "date_histogram"
758 }
759 ],
760 "datasource": {
761 "type": "grafana-opensearch-datasource",
762 "uid": "replace_datasource_uid"
763 },
764 "metrics": [
765 {
766 "$$hashKey": "object:329",
767 "field": "select field",
768 "id": "1",
769 "type": "count"
770 }
771 ],
772 "query": "data_office365_Operation:MessageCreatedHasLink AND rule_level:$rule_level",
773 "refId": "A",
774 "timeField": "timestamp"
775 }
776 ],
777 "title": "TEAMS - MESSAGES CONTAINING LINK",
778 "type": "stat"
779 },
780 {
781 "datasource": {
782 "type": "grafana-opensearch-datasource",
783 "uid": "replace_datasource_uid"
784 },
785 "fieldConfig": {
786 "defaults": {
787 "color": {
788 "mode": "thresholds"
789 },
790 "custom": {
791 "hideFrom": {
792 "legend": false,
793 "tooltip": false,
794 "viz": false
795 }
796 },
797 "mappings": [],
798 "thresholds": {
799 "mode": "absolute",
800 "steps": [
801 {
802 "color": "rgba(245, 54, 54, 0.9)",
803 "value": null
804 },
805 {
806 "color": "rgba(237, 129, 40, 0.89)",
807 "value": 0
808 },
809 {
810 "color": "rgba(50, 172, 45, 0.97)",
811 "value": 10
812 }
813 ]
814 }
815 },
816 "overrides": []
817 },
818 "gridPos": {
819 "h": 12,
820 "w": 10,
821 "x": 4,
822 "y": 20
823 },
824 "id": 50,
825 "maxDataPoints": 1,
826 "options": {
827 "basemap": {
828 "name": "Basemap",
829 "type": "default"
830 },
831 "controls": {
832 "mouseWheelZoom": false,
833 "showAttribution": true,
834 "showDebug": false,
835 "showMeasure": false,
836 "showScale": false,
837 "showZoom": true
838 },
839 "layers": [
840 {
841 "config": {
842 "showLegend": true,
843 "style": {
844 "color": {
845 "fixed": "dark-green"
846 },
847 "opacity": 0.4,
848 "rotation": {
849 "fixed": 0,
850 "max": 360,
851 "min": -360,
852 "mode": "mod"
853 },
854 "size": {
855 "fixed": 5,
856 "max": 30,
857 "min": 2
858 },
859 "symbol": {
860 "fixed": "img/icons/marker/circle.svg",
861 "mode": "fixed"
862 },
863 "symbolAlign": {
864 "horizontal": "center",
865 "vertical": "center"
866 },
867 "textConfig": {
868 "fontSize": 12,
869 "offsetX": 0,
870 "offsetY": 0,
871 "textAlign": "center",
872 "textBaseline": "middle"
873 }
874 }
875 },
876 "location": {
877 "gazetteer": "public/gazetteer/countries.json",
878 "mode": "lookup"
879 },
880 "name": "Layer 0",
881 "tooltip": true,
882 "type": "markers"
883 }
884 ],
885 "tooltip": {
886 "mode": "details"
887 },
888 "view": {
889 "allLayers": true,
890 "id": "zero",
891 "lat": 0,
892 "lon": 0,
893 "zoom": 1
894 }
895 },
896 "pluginVersion": "10.4.0",
897 "targets": [
898 {
899 "bucketAggs": [
900 {
901 "fake": true,
902 "field": "data_office365_ClientIP_country_code",
903 "id": "3",
904 "settings": {
905 "min_doc_count": 1,
906 "order": "desc",
907 "orderBy": "_term",
908 "size": "0"
909 },
910 "type": "terms"
911 },
912 {
913 "field": "timestamp",
914 "id": "2",
915 "settings": {
916 "interval": "auto",
917 "min_doc_count": 0,
918 "trimEdges": 0
919 },
920 "type": "date_histogram"
921 }
922 ],
923 "datasource": {
924 "type": "grafana-opensearch-datasource",
925 "uid": "replace_datasource_uid"
926 },
927 "metrics": [
928 {
929 "field": "select field",
930 "id": "1",
931 "type": "count"
932 }
933 ],
934 "query": "data_office365_Workload:MicrosoftTeams AND rule_level:$rule_level",
935 "refId": "A",
936 "timeField": "timestamp"
937 }
938 ],
939 "title": "TEAMS - ALL EVENTS BY SRC COUNTRY",
940 "transformations": [
941 {
942 "id": "reduce",
943 "options": {
944 "reducers": ["sum"]
945 }
946 }
947 ],
948 "type": "geomap"
949 },
950 {
951 "datasource": {
952 "type": "grafana-opensearch-datasource",
953 "uid": "replace_datasource_uid"
954 },
955 "fieldConfig": {
956 "defaults": {
957 "color": {
958 "mode": "thresholds"
959 },
960 "custom": {
961 "align": "auto",
962 "cellOptions": {
963 "type": "auto"
964 },
965 "inspect": false
966 },
967 "mappings": [],
968 "thresholds": {
969 "mode": "absolute",
970 "steps": [
971 {
972 "color": "orange",
973 "value": null
974 }
975 ]
976 }
977 },
978 "overrides": [
979 {
980 "matcher": {
981 "id": "byName",
982 "options": "Count"
983 },
984 "properties": [
985 {
986 "id": "displayName",
987 "value": "EVENTS"
988 },
989 {
990 "id": "unit",
991 "value": "short"
992 },
993 {
994 "id": "decimals",
995 "value": -1
996 },
997 {
998 "id": "custom.align"
999 }
1000 ]
1001 },
1002 {
1003 "matcher": {
1004 "id": "byName",
1005 "options": "AD ACCOUNT"
1006 },
1007 "properties": [
1008 {
1009 "id": "custom.width",
1010 "value": 377
1011 }
1012 ]
1013 }
1014 ]
1015 },
1016 "gridPos": {
1017 "h": 12,
1018 "w": 10,
1019 "x": 14,
1020 "y": 20
1021 },
1022 "id": 58,
1023 "options": {
1024 "cellHeight": "sm",
1025 "footer": {
1026 "countRows": false,
1027 "fields": "",
1028 "reducer": ["sum"],
1029 "show": false
1030 },
1031 "showHeader": true,
1032 "sortBy": []
1033 },
1034 "pluginVersion": "10.4.0",
1035 "targets": [
1036 {
1037 "bucketAggs": [
1038 {
1039 "fake": true,
1040 "field": "data_office365_UserId",
1041 "id": "4",
1042 "settings": {
1043 "min_doc_count": 1,
1044 "order": "desc",
1045 "orderBy": "_count",
1046 "size": "0"
1047 },
1048 "type": "terms"
1049 },
1050 {
1051 "field": "data_office365_ClientIP_country_code",
1052 "id": "5",
1053 "settings": {
1054 "min_doc_count": "1",
1055 "order": "desc",
1056 "orderBy": "_term",
1057 "size": "10"
1058 },
1059 "type": "terms"
1060 }
1061 ],
1062 "datasource": {
1063 "type": "grafana-opensearch-datasource",
1064 "uid": "replace_datasource_uid"
1065 },
1066 "metrics": [
1067 {
1068 "field": "select field",
1069 "id": "1",
1070 "type": "count"
1071 }
1072 ],
1073 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
1074 "refId": "A",
1075 "timeField": "timestamp"
1076 }
1077 ],
1078 "title": "TEAMS EVENTS BY ACCOUNT",
1079 "transformations": [
1080 {
1081 "id": "merge",
1082 "options": {
1083 "reducers": []
1084 }
1085 },
1086 {
1087 "id": "organize",
1088 "options": {
1089 "excludeByName": {},
1090 "indexByName": {},
1091 "renameByName": {
1092 "Count": "EVENTS",
1093 "data_office365_ClientIP_country_code": "COUNTRY",
1094 "data_office365_LogonError": "ERROR",
1095 "data_office365_Operation": "WORKLOAD",
1096 "data_office365_UserId": "AD ACCOUNT"
1097 }
1098 }
1099 }
1100 ],
1101 "type": "table"
1102 },
1103 {
1104 "datasource": {
1105 "type": "grafana-opensearch-datasource",
1106 "uid": "replace_datasource_uid"
1107 },
1108 "fieldConfig": {
1109 "defaults": {
1110 "mappings": [
1111 {
1112 "options": {
1113 "match": "null",
1114 "result": {
1115 "text": "N/A"
1116 }
1117 },
1118 "type": "special"
1119 }
1120 ],
1121 "thresholds": {
1122 "mode": "absolute",
1123 "steps": [
1124 {
1125 "color": "blue",
1126 "value": null
1127 }
1128 ]
1129 },
1130 "unit": "locale"
1131 },
1132 "overrides": []
1133 },
1134 "gridPos": {
1135 "h": 6,
1136 "w": 4,
1137 "x": 0,
1138 "y": 26
1139 },
1140 "id": 18,
1141 "options": {
1142 "colorMode": "value",
1143 "graphMode": "area",
1144 "justifyMode": "auto",
1145 "orientation": "horizontal",
1146 "reduceOptions": {
1147 "calcs": ["sum"],
1148 "fields": "",
1149 "values": false
1150 },
1151 "showPercentChange": false,
1152 "text": {},
1153 "textMode": "auto",
1154 "wideLayout": true
1155 },
1156 "pluginVersion": "10.4.0",
1157 "targets": [
1158 {
1159 "bucketAggs": [
1160 {
1161 "$$hashKey": "object:331",
1162 "field": "timestamp",
1163 "id": "2",
1164 "settings": {
1165 "interval": "auto",
1166 "min_doc_count": 0,
1167 "trimEdges": 0
1168 },
1169 "type": "date_histogram"
1170 }
1171 ],
1172 "datasource": {
1173 "type": "grafana-opensearch-datasource",
1174 "uid": "replace_datasource_uid"
1175 },
1176 "metrics": [
1177 {
1178 "$$hashKey": "object:329",
1179 "field": "select field",
1180 "id": "1",
1181 "type": "count"
1182 }
1183 ],
1184 "query": "data_office365_Operation:TeamsSessionStarted AND rule_level:$rule_level",
1185 "refId": "A",
1186 "timeField": "timestamp"
1187 }
1188 ],
1189 "title": "TEAMS - SESSIONS STARTED",
1190 "type": "stat"
1191 },
1192 {
1193 "datasource": {
1194 "type": "grafana-opensearch-datasource",
1195 "uid": "replace_datasource_uid"
1196 },
1197 "fieldConfig": {
1198 "defaults": {
1199 "color": {
1200 "mode": "thresholds"
1201 },
1202 "custom": {
1203 "align": "auto",
1204 "cellOptions": {
1205 "type": "auto"
1206 },
1207 "filterable": true,
1208 "inspect": false
1209 },
1210 "mappings": [],
1211 "thresholds": {
1212 "mode": "absolute",
1213 "steps": [
1214 {
1215 "color": "green"
1216 },
1217 {
1218 "color": "red",
1219 "value": 80
1220 }
1221 ]
1222 }
1223 },
1224 "overrides": [
1225 {
1226 "matcher": {
1227 "id": "byName",
1228 "options": "rule_level"
1229 },
1230 "properties": [
1231 {
1232 "id": "displayName",
1233 "value": "RULE LEVEL"
1234 },
1235 {
1236 "id": "unit",
1237 "value": "short"
1238 },
1239 {
1240 "id": "decimals",
1241 "value": -1
1242 },
1243 {
1244 "id": "custom.cellOptions",
1245 "value": {
1246 "mode": "gradient",
1247 "type": "color-background"
1248 }
1249 },
1250 {
1251 "id": "custom.align"
1252 },
1253 {
1254 "id": "thresholds",
1255 "value": {
1256 "mode": "absolute",
1257 "steps": [
1258 {
1259 "color": "#37872D"
1260 },
1261 {
1262 "color": "rgba(237, 129, 40, 0.89)",
1263 "value": 7
1264 },
1265 {
1266 "color": "rgba(245, 54, 54, 0.9)",
1267 "value": 12
1268 }
1269 ]
1270 }
1271 }
1272 ]
1273 },
1274 {
1275 "matcher": {
1276 "id": "byName",
1277 "options": "Date/Time"
1278 },
1279 "properties": [
1280 {
1281 "id": "custom.width",
1282 "value": 242
1283 }
1284 ]
1285 },
1286 {
1287 "matcher": {
1288 "id": "byName",
1289 "options": "MITRE TACTIC"
1290 },
1291 "properties": [
1292 {
1293 "id": "custom.width",
1294 "value": 332
1295 }
1296 ]
1297 },
1298 {
1299 "matcher": {
1300 "id": "byName",
1301 "options": "IP ADDRESS"
1302 },
1303 "properties": [
1304 {
1305 "id": "custom.width",
1306 "value": 163
1307 }
1308 ]
1309 },
1310 {
1311 "matcher": {
1312 "id": "byName",
1313 "options": "MITRE TECHNIQUE"
1314 },
1315 "properties": [
1316 {
1317 "id": "custom.width",
1318 "value": 312
1319 }
1320 ]
1321 },
1322 {
1323 "matcher": {
1324 "id": "byName",
1325 "options": "EVENT ID"
1326 },
1327 "properties": [
1328 {
1329 "id": "links",
1330 "value": [
1331 {
1332 "targetBlank": true,
1333 "title": "VIEW EVENT DETAILS",
1334 "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"
1335 }
1336 ]
1337 },
1338 {
1339 "id": "custom.width",
1340 "value": 336
1341 }
1342 ]
1343 },
1344 {
1345 "matcher": {
1346 "id": "byName",
1347 "options": "RESULT"
1348 },
1349 "properties": [
1350 {
1351 "id": "custom.width",
1352 "value": 118
1353 },
1354 {
1355 "id": "mappings",
1356 "value": [
1357 {
1358 "options": {
1359 "Failed": {
1360 "color": "orange",
1361 "index": 1
1362 },
1363 "Success": {
1364 "color": "green",
1365 "index": 0
1366 }
1367 },
1368 "type": "value"
1369 }
1370 ]
1371 },
1372 {
1373 "id": "custom.cellOptions",
1374 "value": {
1375 "type": "color-text"
1376 }
1377 }
1378 ]
1379 },
1380 {
1381 "matcher": {
1382 "id": "byName",
1383 "options": "SRC IP"
1384 },
1385 "properties": [
1386 {
1387 "id": "custom.width",
1388 "value": 265
1389 }
1390 ]
1391 },
1392 {
1393 "matcher": {
1394 "id": "byName",
1395 "options": "ACCOUNT"
1396 },
1397 "properties": [
1398 {
1399 "id": "custom.width",
1400 "value": 343
1401 }
1402 ]
1403 },
1404 {
1405 "matcher": {
1406 "id": "byName",
1407 "options": "EVENT TIME"
1408 },
1409 "properties": [
1410 {
1411 "id": "custom.width",
1412 "value": 195
1413 }
1414 ]
1415 }
1416 ]
1417 },
1418 "gridPos": {
1419 "h": 16,
1420 "w": 24,
1421 "x": 0,
1422 "y": 32
1423 },
1424 "id": 27,
1425 "options": {
1426 "cellHeight": "sm",
1427 "footer": {
1428 "countRows": false,
1429 "fields": "",
1430 "reducer": ["sum"],
1431 "show": false
1432 },
1433 "showHeader": true,
1434 "sortBy": []
1435 },
1436 "pluginVersion": "10.4.0",
1437 "targets": [
1438 {
1439 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
1440 "datasource": {
1441 "type": "grafana-opensearch-datasource",
1442 "uid": "replace_datasource_uid"
1443 },
1444 "metrics": [
1445 {
1446 "id": "1",
1447 "settings": {
1448 "size": "250"
1449 },
1450 "type": "raw_data"
1451 }
1452 ],
1453 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
1454 "refId": "A",
1455 "timeField": "timestamp"
1456 }
1457 ],
1458 "title": "EVENTS",
1459 "transformations": [
1460 {
1461 "id": "merge",
1462 "options": {
1463 "reducers": []
1464 }
1465 },
1466 {
1467 "id": "organize",
1468 "options": {
1469 "excludeByName": {
1470 "@metadata_beat": true,
1471 "@metadata_type": true,
1472 "@metadata_version": true,
1473 "IMPHASH": true,
1474 "MD5": true,
1475 "SHA1": true,
1476 "SHA256": true,
1477 "_id": false,
1478 "_index": true,
1479 "_type": true,
1480 "agent_ephemeral_id": true,
1481 "agent_hostname": true,
1482 "agent_id": true,
1483 "agent_ip_city_name": true,
1484 "agent_ip_country_code": true,
1485 "agent_ip_geolocation": true,
1486 "agent_name": true,
1487 "agent_type": true,
1488 "agent_version": true,
1489 "beats_type": true,
1490 "cluster_name": true,
1491 "cluster_node": true,
1492 "collector_node_id": true,
1493 "data_alert_action": true,
1494 "data_alert_category": true,
1495 "data_alert_gid": true,
1496 "data_alert_rev": true,
1497 "data_alert_severity": true,
1498 "data_alert_signature": true,
1499 "data_alert_signature_id": true,
1500 "data_app_proto": true,
1501 "data_audit_auid": true,
1502 "data_audit_command": true,
1503 "data_audit_euid": true,
1504 "data_audit_exe": true,
1505 "data_audit_gid": true,
1506 "data_audit_id": true,
1507 "data_audit_pid": true,
1508 "data_audit_res": true,
1509 "data_audit_session": true,
1510 "data_audit_type": true,
1511 "data_audit_uid": true,
1512 "data_dest_ip": true,
1513 "data_dest_port": true,
1514 "data_dstuser": true,
1515 "data_event_type": true,
1516 "data_extra_data": true,
1517 "data_file": true,
1518 "data_flow_bytes_toclient": true,
1519 "data_flow_bytes_toserver": true,
1520 "data_flow_id": true,
1521 "data_flow_pkts_toclient": true,
1522 "data_flow_pkts_toserver": true,
1523 "data_flow_start": true,
1524 "data_http_http_content_type": true,
1525 "data_http_http_port": true,
1526 "data_http_length": true,
1527 "data_http_status": true,
1528 "data_http_url": true,
1529 "data_id": true,
1530 "data_in_iface": true,
1531 "data_metadata_flowbits": true,
1532 "data_metadata_flowints_http_anomaly_count": true,
1533 "data_metadata_flowints_tcp_retransmission_count": true,
1534 "data_office365_AADGroupId": true,
1535 "data_office365_Actor": true,
1536 "data_office365_ActorContextId": true,
1537 "data_office365_ActorIpAddress": false,
1538 "data_office365_ActorIpAddress_city_name": true,
1539 "data_office365_ActorIpAddress_country_code": true,
1540 "data_office365_ActorIpAddress_geolocation": true,
1541 "data_office365_AppAccessContext_APIId": true,
1542 "data_office365_AppAccessContext_ClientAppId": true,
1543 "data_office365_AppAccessContext_ClientAppName": true,
1544 "data_office365_AppAccessContext_CorrelationId": true,
1545 "data_office365_ApplicationId": true,
1546 "data_office365_ArtifactsShared": true,
1547 "data_office365_Attendees": true,
1548 "data_office365_AzureActiveDirectoryEventType": true,
1549 "data_office365_ChannelGuid": true,
1550 "data_office365_ChannelName": true,
1551 "data_office365_ChatName": true,
1552 "data_office365_ChatThreadId": true,
1553 "data_office365_ClientIP": false,
1554 "data_office365_ClientIP_city_name": true,
1555 "data_office365_ClientIP_country_code": true,
1556 "data_office365_ClientIP_geolocation": true,
1557 "data_office365_CommunicationSubType": true,
1558 "data_office365_CommunicationType": true,
1559 "data_office365_CreationTime": false,
1560 "data_office365_DeviceId": true,
1561 "data_office365_DeviceInformation": true,
1562 "data_office365_DeviceProperties": true,
1563 "data_office365_EndTime": true,
1564 "data_office365_ErrorNumber": true,
1565 "data_office365_ExchangeId": true,
1566 "data_office365_ExtendedProperties": true,
1567 "data_office365_ExtraProperties": true,
1568 "data_office365_HostedContents": true,
1569 "data_office365_ICalUid": true,
1570 "data_office365_Id": true,
1571 "data_office365_InterSystemsId": true,
1572 "data_office365_IntraSystemId": true,
1573 "data_office365_ItemName": true,
1574 "data_office365_JoinTime": true,
1575 "data_office365_LeaveTime": true,
1576 "data_office365_LogonError": true,
1577 "data_office365_MeetingDetailId": true,
1578 "data_office365_MeetingURL": true,
1579 "data_office365_Members": true,
1580 "data_office365_MessageId": true,
1581 "data_office365_MessageSizeInBytes": true,
1582 "data_office365_MessageURLs": true,
1583 "data_office365_MessageVersion": true,
1584 "data_office365_Modalities": true,
1585 "data_office365_ModifiedProperties": true,
1586 "data_office365_Name": true,
1587 "data_office365_NewValue": true,
1588 "data_office365_ObjectId": true,
1589 "data_office365_Operation": true,
1590 "data_office365_OperationScope": true,
1591 "data_office365_OrganizationId": true,
1592 "data_office365_Organizer_OrganizationId": true,
1593 "data_office365_Organizer_RecipientType": true,
1594 "data_office365_Organizer_Role": true,
1595 "data_office365_Organizer_UserObjectId": true,
1596 "data_office365_ParentMessageId": true,
1597 "data_office365_ProviderTypes": true,
1598 "data_office365_RecordType": true,
1599 "data_office365_ResultStatus": false,
1600 "data_office365_StartTime": true,
1601 "data_office365_SubscriptionId": true,
1602 "data_office365_Target": true,
1603 "data_office365_TargetContextId": true,
1604 "data_office365_TeamGuid": true,
1605 "data_office365_TeamName": true,
1606 "data_office365_UserId": false,
1607 "data_office365_UserKey": true,
1608 "data_office365_UserType": true,
1609 "data_office365_Version": true,
1610 "data_office365_Workload": true,
1611 "data_osquery_action": true,
1612 "data_osquery_calendarTime": true,
1613 "data_osquery_columns_address": true,
1614 "data_osquery_columns_address_city_name": true,
1615 "data_osquery_columns_address_country_code": true,
1616 "data_osquery_columns_address_geolocation": true,
1617 "data_osquery_columns_cmdline": true,
1618 "data_osquery_columns_cwd": true,
1619 "data_osquery_columns_description": true,
1620 "data_osquery_columns_directory": true,
1621 "data_osquery_columns_disk_bytes_read": true,
1622 "data_osquery_columns_disk_bytes_written": true,
1623 "data_osquery_columns_egid": true,
1624 "data_osquery_columns_euid": true,
1625 "data_osquery_columns_family": true,
1626 "data_osquery_columns_fd": true,
1627 "data_osquery_columns_gid": true,
1628 "data_osquery_columns_gid_signed": true,
1629 "data_osquery_columns_host": true,
1630 "data_osquery_columns_interface": true,
1631 "data_osquery_columns_local_address": true,
1632 "data_osquery_columns_local_address_city_name": true,
1633 "data_osquery_columns_local_address_country_code": true,
1634 "data_osquery_columns_local_address_geolocation": true,
1635 "data_osquery_columns_local_port": true,
1636 "data_osquery_columns_mac": true,
1637 "data_osquery_columns_name": true,
1638 "data_osquery_columns_net_namespace": true,
1639 "data_osquery_columns_nice": true,
1640 "data_osquery_columns_on_disk": true,
1641 "data_osquery_columns_parent": true,
1642 "data_osquery_columns_path": true,
1643 "data_osquery_columns_pgroup": true,
1644 "data_osquery_columns_pid": true,
1645 "data_osquery_columns_port": true,
1646 "data_osquery_columns_protocol": true,
1647 "data_osquery_columns_remote_address": true,
1648 "data_osquery_columns_remote_address_city_name": true,
1649 "data_osquery_columns_remote_address_country_code": true,
1650 "data_osquery_columns_remote_address_geolocation": true,
1651 "data_osquery_columns_remote_port": true,
1652 "data_osquery_columns_resident_size": true,
1653 "data_osquery_columns_root": true,
1654 "data_osquery_columns_sgid": true,
1655 "data_osquery_columns_shell": true,
1656 "data_osquery_columns_socket": true,
1657 "data_osquery_columns_start_time": true,
1658 "data_osquery_columns_state": true,
1659 "data_osquery_columns_suid": true,
1660 "data_osquery_columns_system_time": true,
1661 "data_osquery_columns_threads": true,
1662 "data_osquery_columns_time_utc": true,
1663 "data_osquery_columns_total_size": true,
1664 "data_osquery_columns_tty": true,
1665 "data_osquery_columns_type": true,
1666 "data_osquery_columns_uid": true,
1667 "data_osquery_columns_uid_signed": true,
1668 "data_osquery_columns_user": true,
1669 "data_osquery_columns_user_time": true,
1670 "data_osquery_columns_username": true,
1671 "data_osquery_columns_wired_size": true,
1672 "data_osquery_counter": true,
1673 "data_osquery_decorations_host_uuid": true,
1674 "data_osquery_decorations_hostname": true,
1675 "data_osquery_epoch": true,
1676 "data_osquery_hostIdentifier": true,
1677 "data_osquery_name": true,
1678 "data_osquery_numerics": true,
1679 "data_osquery_unixTime": true,
1680 "data_proto": true,
1681 "data_sca_check_command": true,
1682 "data_sca_check_compliance_cis": true,
1683 "data_sca_check_compliance_cis_csc": true,
1684 "data_sca_check_compliance_gdpr_IV": true,
1685 "data_sca_check_compliance_gpg_13": true,
1686 "data_sca_check_compliance_hipaa": true,
1687 "data_sca_check_compliance_nist_800_53": true,
1688 "data_sca_check_compliance_pci_dss": true,
1689 "data_sca_check_compliance_tsc": true,
1690 "data_sca_check_description": true,
1691 "data_sca_check_id": true,
1692 "data_sca_check_previous_result": true,
1693 "data_sca_check_rationale": true,
1694 "data_sca_check_remediation": true,
1695 "data_sca_check_result": true,
1696 "data_sca_check_title": true,
1697 "data_sca_description": true,
1698 "data_sca_failed": true,
1699 "data_sca_file": true,
1700 "data_sca_invalid": true,
1701 "data_sca_passed": true,
1702 "data_sca_policy": true,
1703 "data_sca_policy_id": true,
1704 "data_sca_scan_id": true,
1705 "data_sca_score": true,
1706 "data_sca_total_checks": true,
1707 "data_sca_type": true,
1708 "data_script": true,
1709 "data_src_ip": true,
1710 "data_src_ip_city_name": true,
1711 "data_src_ip_country_code": true,
1712 "data_src_ip_geolocation": true,
1713 "data_src_port": true,
1714 "data_srcip": true,
1715 "data_srcip_city_name": true,
1716 "data_srcip_country_code": true,
1717 "data_srcip_geolocation": true,
1718 "data_srcuser": true,
1719 "data_timestamp": true,
1720 "data_title": true,
1721 "data_tls_session_resumed": true,
1722 "data_tls_version": true,
1723 "data_tx_id": true,
1724 "data_type": true,
1725 "data_win_eventXML_binaryData": true,
1726 "data_win_eventXML_binaryDataSize": true,
1727 "data_win_eventXML_param1": true,
1728 "data_win_eventdata_authenticationPackageName": true,
1729 "data_win_eventdata_callTrace": true,
1730 "data_win_eventdata_commandLine": true,
1731 "data_win_eventdata_company": true,
1732 "data_win_eventdata_creationUtcTime": true,
1733 "data_win_eventdata_currentDirectory": true,
1734 "data_win_eventdata_description": true,
1735 "data_win_eventdata_destinationHostname": true,
1736 "data_win_eventdata_destinationIp": true,
1737 "data_win_eventdata_destinationIp_city_name": true,
1738 "data_win_eventdata_destinationIp_country_code": true,
1739 "data_win_eventdata_destinationIp_geolocation": true,
1740 "data_win_eventdata_destinationIsIpv6": true,
1741 "data_win_eventdata_destinationPort": true,
1742 "data_win_eventdata_destinationPortName": true,
1743 "data_win_eventdata_details": true,
1744 "data_win_eventdata_elevatedToken": true,
1745 "data_win_eventdata_eventType": true,
1746 "data_win_eventdata_fileVersion": true,
1747 "data_win_eventdata_fileVersion_city_name": true,
1748 "data_win_eventdata_fileVersion_country_code": true,
1749 "data_win_eventdata_fileVersion_geolocation": true,
1750 "data_win_eventdata_grantedAccess": true,
1751 "data_win_eventdata_hashes": true,
1752 "data_win_eventdata_image": true,
1753 "data_win_eventdata_imageLoaded": true,
1754 "data_win_eventdata_impersonationLevel": true,
1755 "data_win_eventdata_initiated": true,
1756 "data_win_eventdata_integrityLevel": true,
1757 "data_win_eventdata_ipAddress": true,
1758 "data_win_eventdata_ipPort": true,
1759 "data_win_eventdata_keyLength": true,
1760 "data_win_eventdata_logonGuid": true,
1761 "data_win_eventdata_logonId": true,
1762 "data_win_eventdata_logonProcessName": true,
1763 "data_win_eventdata_logonType": true,
1764 "data_win_eventdata_originalFileName": true,
1765 "data_win_eventdata_param1": true,
1766 "data_win_eventdata_param2": true,
1767 "data_win_eventdata_param3": true,
1768 "data_win_eventdata_param4": true,
1769 "data_win_eventdata_parentCommandLine": true,
1770 "data_win_eventdata_parentImage": true,
1771 "data_win_eventdata_parentProcessGuid": true,
1772 "data_win_eventdata_parentProcessId": true,
1773 "data_win_eventdata_processGuid": true,
1774 "data_win_eventdata_processId": true,
1775 "data_win_eventdata_processName": true,
1776 "data_win_eventdata_product": true,
1777 "data_win_eventdata_protocol": true,
1778 "data_win_eventdata_queryName": true,
1779 "data_win_eventdata_queryResults": true,
1780 "data_win_eventdata_queryStatus": true,
1781 "data_win_eventdata_ruleName": true,
1782 "data_win_eventdata_serviceName": true,
1783 "data_win_eventdata_serviceSid": true,
1784 "data_win_eventdata_signature": true,
1785 "data_win_eventdata_signatureStatus": true,
1786 "data_win_eventdata_signed": true,
1787 "data_win_eventdata_sourceHostname": true,
1788 "data_win_eventdata_sourceImage": true,
1789 "data_win_eventdata_sourceIp": true,
1790 "data_win_eventdata_sourceIp_city_name": true,
1791 "data_win_eventdata_sourceIp_country_code": true,
1792 "data_win_eventdata_sourceIp_geolocation": true,
1793 "data_win_eventdata_sourceIsIpv6": true,
1794 "data_win_eventdata_sourcePort": true,
1795 "data_win_eventdata_sourceProcessGUID": true,
1796 "data_win_eventdata_sourceProcessId": true,
1797 "data_win_eventdata_sourceThreadId": true,
1798 "data_win_eventdata_status": true,
1799 "data_win_eventdata_subjectDomainName": true,
1800 "data_win_eventdata_subjectLogonId": true,
1801 "data_win_eventdata_subjectUserName": true,
1802 "data_win_eventdata_subjectUserSid": true,
1803 "data_win_eventdata_targetDomainName": true,
1804 "data_win_eventdata_targetFilename": true,
1805 "data_win_eventdata_targetImage": true,
1806 "data_win_eventdata_targetLinkedLogonId": true,
1807 "data_win_eventdata_targetLogonId": true,
1808 "data_win_eventdata_targetObject": true,
1809 "data_win_eventdata_targetProcessGUID": true,
1810 "data_win_eventdata_targetProcessId": true,
1811 "data_win_eventdata_targetUserName": true,
1812 "data_win_eventdata_targetUserSid": true,
1813 "data_win_eventdata_terminalSessionId": true,
1814 "data_win_eventdata_ticketEncryptionType": true,
1815 "data_win_eventdata_ticketOptions": true,
1816 "data_win_eventdata_user": true,
1817 "data_win_eventdata_utcTime": true,
1818 "data_win_eventdata_virtualAccount": true,
1819 "data_win_system_channel": true,
1820 "data_win_system_computer": true,
1821 "data_win_system_eventID": true,
1822 "data_win_system_eventRecordID": true,
1823 "data_win_system_eventSourceName": true,
1824 "data_win_system_keywords": true,
1825 "data_win_system_level": true,
1826 "data_win_system_message": true,
1827 "data_win_system_opcode": true,
1828 "data_win_system_processID": true,
1829 "data_win_system_providerGuid": true,
1830 "data_win_system_providerName": true,
1831 "data_win_system_severityValue": true,
1832 "data_win_system_systemTime": true,
1833 "data_win_system_task": true,
1834 "data_win_system_threadID": true,
1835 "data_win_system_version": true,
1836 "decoder_name": true,
1837 "decoder_parent": true,
1838 "dns_query": true,
1839 "dns_query_threat_indicated": true,
1840 "dst_ip": true,
1841 "dst_ip_city_name": true,
1842 "dst_ip_country_code": true,
1843 "dst_ip_geolocation": true,
1844 "dst_ip_threat_indicated": true,
1845 "dst_port": true,
1846 "ecs_version": true,
1847 "error": true,
1848 "event_hash": true,
1849 "file_path": true,
1850 "firewall_rule_name": true,
1851 "full_log": false,
1852 "gl2_accounted_message_size": true,
1853 "gl2_message_id": true,
1854 "gl2_processing_error": true,
1855 "gl2_remote_ip": true,
1856 "gl2_remote_port": true,
1857 "gl2_source_collector": true,
1858 "gl2_source_input": true,
1859 "gl2_source_node": true,
1860 "hash_md5": true,
1861 "hash_sha1": true,
1862 "hash_sha256": true,
1863 "highlight": true,
1864 "host_architecture": true,
1865 "host_containerized": true,
1866 "host_hostname": true,
1867 "host_id": true,
1868 "host_ip": true,
1869 "host_mac": true,
1870 "host_name": true,
1871 "host_os_codename": true,
1872 "host_os_kernel": true,
1873 "host_os_name": true,
1874 "host_os_platform": true,
1875 "host_os_version": true,
1876 "hostname": true,
1877 "id": true,
1878 "input_type": true,
1879 "level": true,
1880 "location": true,
1881 "log_file_path": true,
1882 "log_offset": true,
1883 "manager_name": true,
1884 "message": true,
1885 "module": true,
1886 "parent_process_cmd_line": true,
1887 "parent_process_id": true,
1888 "parent_process_image": true,
1889 "pid": true,
1890 "predecoder_hostname": true,
1891 "predecoder_program_name": true,
1892 "predecoder_timestamp": true,
1893 "previous_log": true,
1894 "previous_output": true,
1895 "process_cmd_line": true,
1896 "process_id": true,
1897 "process_image": true,
1898 "process_name": true,
1899 "protocol": true,
1900 "rule_cis": true,
1901 "rule_cis_csc": true,
1902 "rule_firedtimes": true,
1903 "rule_gdpr": true,
1904 "rule_gdpr_IV": true,
1905 "rule_gpg13": true,
1906 "rule_gpg_13": true,
1907 "rule_group1": true,
1908 "rule_groups": true,
1909 "rule_hipaa": true,
1910 "rule_id": true,
1911 "rule_info": true,
1912 "rule_mail": true,
1913 "rule_mitre_id": true,
1914 "rule_mitre_tactic": false,
1915 "rule_nist_800_53": true,
1916 "rule_pci_dss": true,
1917 "rule_tsc": true,
1918 "scanid": true,
1919 "service": true,
1920 "software_package": true,
1921 "software_vendor": true,
1922 "sort": true,
1923 "source": true,
1924 "src_ip": true,
1925 "src_ip_city_name": true,
1926 "src_ip_country_code": true,
1927 "src_ip_geolocation": true,
1928 "src_port": true,
1929 "streams": true,
1930 "syscheck_attrs_after": true,
1931 "syscheck_audit_effective_user_id": true,
1932 "syscheck_audit_effective_user_name": true,
1933 "syscheck_audit_group_id": true,
1934 "syscheck_audit_group_name": true,
1935 "syscheck_audit_login_user_id": true,
1936 "syscheck_audit_login_user_name": true,
1937 "syscheck_audit_process_cwd": true,
1938 "syscheck_audit_process_id": true,
1939 "syscheck_audit_process_name": true,
1940 "syscheck_audit_process_parent_cwd": true,
1941 "syscheck_audit_process_parent_name": true,
1942 "syscheck_audit_process_ppid": true,
1943 "syscheck_audit_user_id": true,
1944 "syscheck_audit_user_name": true,
1945 "syscheck_changed_attributes": true,
1946 "syscheck_event": true,
1947 "syscheck_gid_after": true,
1948 "syscheck_gname_after": true,
1949 "syscheck_hard_links": true,
1950 "syscheck_inode_after": true,
1951 "syscheck_inode_before": true,
1952 "syscheck_md5_after": true,
1953 "syscheck_md5_before": true,
1954 "syscheck_mode": true,
1955 "syscheck_mtime_after": true,
1956 "syscheck_mtime_before": true,
1957 "syscheck_path": true,
1958 "syscheck_perm_after": true,
1959 "syscheck_perm_before": true,
1960 "syscheck_sha1_after": true,
1961 "syscheck_sha1_before": true,
1962 "syscheck_sha256_after": true,
1963 "syscheck_sha256_before": true,
1964 "syscheck_size_after": true,
1965 "syscheck_size_before": true,
1966 "syscheck_uid_after": true,
1967 "syscheck_uname_after": true,
1968 "syscheck_win_perm_after": true,
1969 "syscheck_win_perm_after_0_allowed": true,
1970 "syscheck_win_perm_after_0_name": true,
1971 "syscheck_win_perm_after_1_allowed": true,
1972 "syscheck_win_perm_after_1_name": true,
1973 "syscheck_win_perm_after_2_allowed": true,
1974 "syscheck_win_perm_after_2_name": true,
1975 "syscheck_win_perm_after_3_allowed": true,
1976 "syscheck_win_perm_after_3_name": true,
1977 "syslog_customer": true,
1978 "syslog_level": true,
1979 "syslog_tag": true,
1980 "syslog_type": true,
1981 "sysmon_event_description": true,
1982 "threat_ids": true,
1983 "threat_indicated": true,
1984 "threat_names": true,
1985 "time": true,
1986 "timestamp": true,
1987 "true": true,
1988 "user_name": true,
1989 "win_registry_key": true,
1990 "win_system_eventID": true,
1991 "windows_auth_package": true,
1992 "windows_domain": true,
1993 "windows_event_id": true,
1994 "windows_event_severity": true,
1995 "windows_logon_type": true
1996 },
1997 "indexByName": {
1998 "_id": 2,
1999 "_index": 9,
2000 "_type": 10,
2001 "agent_id": 11,
2002 "agent_name": 5,
2003 "cluster_name": 12,
2004 "cluster_node": 13,
2005 "data_office365_AppAccessContext_APIId": 49,
2006 "data_office365_AppAccessContext_ClientAppId": 50,
2007 "data_office365_AppAccessContext_ClientAppName": 51,
2008 "data_office365_AppAccessContext_CorrelationId": 52,
2009 "data_office365_ArtifactsShared": 53,
2010 "data_office365_Attendees": 54,
2011 "data_office365_ChatName": 55,
2012 "data_office365_ChatThreadId": 56,
2013 "data_office365_ClientIP": 4,
2014 "data_office365_ClientIP_city_name": 14,
2015 "data_office365_ClientIP_country_code": 15,
2016 "data_office365_ClientIP_geolocation": 16,
2017 "data_office365_CommunicationSubType": 57,
2018 "data_office365_CommunicationType": 58,
2019 "data_office365_CreationTime": 0,
2020 "data_office365_DeviceId": 59,
2021 "data_office365_DeviceInformation": 60,
2022 "data_office365_EndTime": 61,
2023 "data_office365_ExchangeId": 62,
2024 "data_office365_ExtraProperties": 63,
2025 "data_office365_ICalUid": 64,
2026 "data_office365_Id": 17,
2027 "data_office365_ItemName": 65,
2028 "data_office365_JoinTime": 66,
2029 "data_office365_LeaveTime": 67,
2030 "data_office365_MeetingDetailId": 68,
2031 "data_office365_MeetingURL": 69,
2032 "data_office365_Members": 70,
2033 "data_office365_MessageId": 71,
2034 "data_office365_MessageSizeInBytes": 72,
2035 "data_office365_MessageURLs": 73,
2036 "data_office365_MessageVersion": 74,
2037 "data_office365_Modalities": 75,
2038 "data_office365_Name": 76,
2039 "data_office365_NewValue": 77,
2040 "data_office365_ObjectId": 18,
2041 "data_office365_Operation": 24,
2042 "data_office365_OperationScope": 78,
2043 "data_office365_OrganizationId": 19,
2044 "data_office365_Organizer_OrganizationId": 79,
2045 "data_office365_Organizer_RecipientType": 80,
2046 "data_office365_Organizer_Role": 81,
2047 "data_office365_Organizer_UserObjectId": 82,
2048 "data_office365_ProviderTypes": 83,
2049 "data_office365_RecordType": 20,
2050 "data_office365_StartTime": 84,
2051 "data_office365_SubscriptionId": 85,
2052 "data_office365_TeamGuid": 86,
2053 "data_office365_UserId": 3,
2054 "data_office365_UserKey": 21,
2055 "data_office365_UserType": 22,
2056 "data_office365_Version": 23,
2057 "data_office365_Workload": 48,
2058 "decoder_name": 25,
2059 "gl2_accounted_message_size": 26,
2060 "gl2_message_id": 27,
2061 "gl2_processing_error": 28,
2062 "gl2_remote_ip": 29,
2063 "gl2_remote_port": 30,
2064 "gl2_source_input": 31,
2065 "gl2_source_node": 32,
2066 "highlight": 33,
2067 "id": 34,
2068 "location": 35,
2069 "manager_name": 36,
2070 "message": 37,
2071 "rule_description": 6,
2072 "rule_firedtimes": 38,
2073 "rule_group1": 39,
2074 "rule_groups": 40,
2075 "rule_id": 8,
2076 "rule_level": 7,
2077 "rule_mail": 41,
2078 "sort": 42,
2079 "source": 43,
2080 "streams": 44,
2081 "syslog_level": 45,
2082 "syslog_type": 46,
2083 "timestamp": 1,
2084 "true": 47
2085 },
2086 "renameByName": {
2087 "_id": "EVENT ID",
2088 "agent_name": "",
2089 "data_office365_ActorIpAddress": "SRC IP",
2090 "data_office365_ClientIP": "CLIENT IP",
2091 "data_office365_ClientIP_city_name": "",
2092 "data_office365_CreationTime": "EVENT TIME",
2093 "data_office365_ResultStatus": "RESULT",
2094 "data_office365_UserId": "ACCOUNT",
2095 "rule_description": "DESCRIPTION",
2096 "rule_id": "RULE ID",
2097 "rule_level": "",
2098 "rule_mitre_tactic": "MITRE TACTIC",
2099 "rule_mitre_technique": "MITRE TECHNIQUE",
2100 "timestamp": "Date/Time"
2101 }
2102 }
2103 }
2104 ],
2105 "transparent": true,
2106 "type": "table"
2107 }
2108 ],
2109 "refresh": false,
2110 "schemaVersion": 39,
2111 "tags": ["O365"],
2112 "templating": {
2113 "list": [
2114 {
2115 "datasource": {
2116 "type": "grafana-opensearch-datasource",
2117 "uid": "replace_datasource_uid"
2118 },
2119 "filters": [],
2120 "hide": 0,
2121 "label": "",
2122 "name": "Filters",
2123 "skipUrlSync": false,
2124 "type": "adhoc"
2125 },
2126 {
2127 "current": {
2128 "selected": false,
2129 "text": "All",
2130 "value": "$__all"
2131 },
2132 "datasource": {
2133 "type": "grafana-opensearch-datasource",
2134 "uid": "replace_datasource_uid"
2135 },
2136 "definition": "{ \"find\": \"terms\", \"field\": \"data_office365_Operation\", \"query\": \"data_office365_Workload:MicrosoftTeams\"}",
2137 "hide": 0,
2138 "includeAll": true,
2139 "label": "Operation",
2140 "multi": false,
2141 "name": "operation",
2142 "options": [],
2143 "query": "{ \"find\": \"terms\", \"field\": \"data_office365_Operation\", \"query\": \"data_office365_Workload:MicrosoftTeams\"}",
2144 "refresh": 2,
2145 "regex": "",
2146 "skipUrlSync": false,
2147 "sort": 1,
2148 "tagValuesQuery": "",
2149 "tagsQuery": "",
2150 "type": "query",
2151 "useTags": false
2152 },
2153 {
2154 "current": {
2155 "selected": false,
2156 "text": "All",
2157 "value": "$__all"
2158 },
2159 "datasource": {
2160 "type": "grafana-opensearch-datasource",
2161 "uid": "replace_datasource_uid"
2162 },
2163 "definition": "{ \"find\": \"terms\", \"field\": \"rule_level\", \"query\": \"\"}",
2164 "hide": 0,
2165 "includeAll": true,
2166 "label": "Rule Level",
2167 "multi": false,
2168 "name": "rule_level",
2169 "options": [],
2170 "query": "{ \"find\": \"terms\", \"field\": \"rule_level\", \"query\": \"\"}",
2171 "refresh": 2,
2172 "regex": "",
2173 "skipUrlSync": false,
2174 "sort": 0,
2175 "type": "query"
2176 }
2177 ]
2178 },
2179 "time": {
2180 "from": "now-6h",
2181 "to": "now"
2182 },
2183 "timepicker": {
2184 "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
2185 "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
2186 },
2187 "timezone": "",
2188 "title": "O365 - MICROSOFT TEAMS",
2189 "weekStart": ""
2190 }