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