main
json 2,129 lines 52.1 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": ["SAP"],
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": "super-light-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 "links": [],
81 "options": {
82 "colorMode": "value",
83 "graphMode": "area",
84 "justifyMode": "auto",
85 "orientation": "horizontal",
86 "reduceOptions": {
87 "calcs": ["sum"],
88 "fields": "",
89 "values": false
90 },
91 "text": {},
92 "textMode": "auto",
93 "wideLayout": true
94 },
95 "pluginVersion": "10.2.3",
96 "targets": [
97 {
98 "bucketAggs": [
99 {
100 "field": "event_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": "_exists_:errCode AND logSource:$log_source",
122 "refId": "A",
123 "timeField": "timestamp"
124 }
125 ],
126 "title": "AUTH ERRORS",
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 "gridPos": {
151 "h": 7,
152 "w": 4,
153 "x": 4,
154 "y": 0
155 },
156 "id": 53,
157 "options": {
158 "legend": {
159 "displayMode": "table",
160 "placement": "right",
161 "showLegend": false
162 },
163 "pieType": "donut",
164 "reduceOptions": {
165 "calcs": ["sum"],
166 "fields": "",
167 "values": true
168 },
169 "tooltip": {
170 "mode": "single",
171 "sort": "none"
172 }
173 },
174 "pluginVersion": "8.5.1",
175 "targets": [
176 {
177 "bucketAggs": [
178 {
179 "fake": true,
180 "field": "errDetails",
181 "id": "4",
182 "settings": {
183 "min_doc_count": 1,
184 "order": "desc",
185 "orderBy": "_count",
186 "size": "10"
187 },
188 "type": "terms"
189 }
190 ],
191 "datasource": {
192 "type": "grafana-opensearch-datasource",
193 "uid": "replace_datasource_uid"
194 },
195 "metrics": [
196 {
197 "field": "select field",
198 "id": "1",
199 "type": "count"
200 }
201 ],
202 "query": "_exists_:errCode AND logSource:$log_source",
203 "refId": "A",
204 "timeField": "timestamp"
205 }
206 ],
207 "title": "EVENTS BY ERROR (Top 10)",
208 "transformations": [],
209 "type": "piechart"
210 },
211 {
212 "datasource": {
213 "type": "grafana-opensearch-datasource",
214 "uid": "replace_datasource_uid"
215 },
216 "fieldConfig": {
217 "defaults": {
218 "color": {
219 "mode": "thresholds"
220 },
221 "custom": {
222 "align": "auto",
223 "cellOptions": {
224 "type": "auto"
225 },
226 "inspect": false
227 },
228 "mappings": [],
229 "thresholds": {
230 "mode": "absolute",
231 "steps": [
232 {
233 "color": "red",
234 "value": null
235 }
236 ]
237 }
238 },
239 "overrides": [
240 {
241 "matcher": {
242 "id": "byName",
243 "options": "Count"
244 },
245 "properties": [
246 {
247 "id": "displayName",
248 "value": "EVENTS"
249 },
250 {
251 "id": "unit",
252 "value": "short"
253 },
254 {
255 "id": "decimals",
256 "value": -1
257 },
258 {
259 "id": "custom.align"
260 },
261 {
262 "id": "thresholds",
263 "value": {
264 "mode": "absolute",
265 "steps": [
266 {
267 "color": "red",
268 "value": null
269 }
270 ]
271 }
272 }
273 ]
274 }
275 ]
276 },
277 "gridPos": {
278 "h": 7,
279 "w": 6,
280 "x": 8,
281 "y": 0
282 },
283 "id": 54,
284 "options": {
285 "cellHeight": "sm",
286 "footer": {
287 "countRows": false,
288 "fields": "",
289 "reducer": ["sum"],
290 "show": false
291 },
292 "showHeader": true
293 },
294 "pluginVersion": "10.2.3",
295 "targets": [
296 {
297 "bucketAggs": [
298 {
299 "fake": true,
300 "field": "errDetails",
301 "id": "4",
302 "settings": {
303 "min_doc_count": 1,
304 "order": "desc",
305 "orderBy": "_count",
306 "size": "0"
307 },
308 "type": "terms"
309 }
310 ],
311 "datasource": {
312 "type": "grafana-opensearch-datasource",
313 "uid": "replace_datasource_uid"
314 },
315 "metrics": [
316 {
317 "field": "select field",
318 "id": "1",
319 "type": "count"
320 }
321 ],
322 "query": "logSource:$log_source",
323 "refId": "A",
324 "timeField": "timestamp"
325 }
326 ],
327 "title": "EVENTS BY ERROR (Top 10)",
328 "transformations": [
329 {
330 "id": "merge",
331 "options": {
332 "reducers": []
333 }
334 },
335 {
336 "id": "organize",
337 "options": {
338 "excludeByName": {},
339 "indexByName": {},
340 "renameByName": {
341 "Count": "EVENTS",
342 "data_errDetails": "ERROR",
343 "data_office_365_Operation": "OPERATION"
344 }
345 }
346 }
347 ],
348 "type": "table"
349 },
350 {
351 "circleMaxSize": 30,
352 "circleMinSize": 2,
353 "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"],
354 "datasource": {
355 "type": "grafana-opensearch-datasource",
356 "uid": "replace_datasource_uid"
357 },
358 "decimals": 0,
359 "esMetric": "Count",
360 "gridPos": {
361 "h": 7,
362 "w": 10,
363 "x": 14,
364 "y": 0
365 },
366 "hideEmpty": false,
367 "hideZero": false,
368 "id": 67,
369 "initialZoom": 1,
370 "locationData": "countries",
371 "mapCenter": "(0°, 0°)",
372 "mapCenterLatitude": 0,
373 "mapCenterLongitude": 0,
374 "maxDataPoints": 1,
375 "mouseWheelZoom": false,
376 "showLegend": true,
377 "stickyLabels": false,
378 "tableQueryOptions": {
379 "geohashField": "geohash",
380 "latitudeField": "latitude",
381 "longitudeField": "longitude",
382 "metricField": "metric",
383 "queryType": "geohash"
384 },
385 "targets": [
386 {
387 "bucketAggs": [
388 {
389 "fake": true,
390 "field": "ip_country_code",
391 "id": "3",
392 "settings": {
393 "min_doc_count": 1,
394 "order": "desc",
395 "orderBy": "_term",
396 "size": "0"
397 },
398 "type": "terms"
399 },
400 {
401 "field": "timestamp",
402 "id": "2",
403 "settings": {
404 "interval": "auto",
405 "min_doc_count": 0,
406 "trimEdges": 0
407 },
408 "type": "date_histogram"
409 }
410 ],
411 "datasource": {
412 "type": "grafana-opensearch-datasource",
413 "uid": "replace_datasource_uid"
414 },
415 "metrics": [
416 {
417 "field": "select field",
418 "id": "1",
419 "type": "count"
420 }
421 ],
422 "query": "NOT errCode:0 AND logSource:$log_source",
423 "refId": "A",
424 "timeField": "timestamp"
425 }
426 ],
427 "thresholds": "0,10",
428 "title": "FAILED AUTH EVENTS BY COUNTRY",
429 "type": "grafana-worldmap-panel",
430 "unitPlural": "",
431 "unitSingle": "",
432 "valueName": "total"
433 },
434 {
435 "datasource": {
436 "type": "grafana-opensearch-datasource",
437 "uid": "replace_datasource_uid"
438 },
439 "fieldConfig": {
440 "defaults": {
441 "mappings": [
442 {
443 "options": {
444 "match": "null",
445 "result": {
446 "text": "N/A"
447 }
448 },
449 "type": "special"
450 }
451 ],
452 "thresholds": {
453 "mode": "absolute",
454 "steps": [
455 {
456 "color": "blue",
457 "value": null
458 }
459 ]
460 },
461 "unit": "locale"
462 },
463 "overrides": []
464 },
465 "gridPos": {
466 "h": 7,
467 "w": 4,
468 "x": 0,
469 "y": 7
470 },
471 "id": 61,
472 "links": [],
473 "options": {
474 "colorMode": "value",
475 "graphMode": "none",
476 "justifyMode": "auto",
477 "orientation": "horizontal",
478 "reduceOptions": {
479 "calcs": ["sum"],
480 "fields": "",
481 "values": false
482 },
483 "text": {},
484 "textMode": "auto",
485 "wideLayout": true
486 },
487 "pluginVersion": "10.2.3",
488 "targets": [
489 {
490 "bucketAggs": [
491 {
492 "field": "timestamp",
493 "id": "2",
494 "settings": {
495 "interval": "auto",
496 "min_doc_count": 0,
497 "trimEdges": 0
498 },
499 "type": "date_histogram"
500 }
501 ],
502 "datasource": {
503 "type": "grafana-opensearch-datasource",
504 "uid": "replace_datasource_uid"
505 },
506 "metrics": [
507 {
508 "field": "select field",
509 "id": "1",
510 "type": "count"
511 }
512 ],
513 "query": "logSource:$log_source",
514 "refId": "A",
515 "timeField": "timestamp"
516 }
517 ],
518 "title": "TOTAL EVENTS",
519 "type": "stat"
520 },
521 {
522 "datasource": {
523 "type": "grafana-opensearch-datasource",
524 "uid": "replace_datasource_uid"
525 },
526 "fieldConfig": {
527 "defaults": {
528 "color": {
529 "mode": "palette-classic"
530 },
531 "custom": {
532 "axisBorderShow": false,
533 "axisCenteredZero": false,
534 "axisColorMode": "text",
535 "axisLabel": "",
536 "axisPlacement": "auto",
537 "barAlignment": 0,
538 "drawStyle": "bars",
539 "fillOpacity": 0,
540 "gradientMode": "none",
541 "hideFrom": {
542 "legend": false,
543 "tooltip": false,
544 "viz": false
545 },
546 "insertNulls": false,
547 "lineInterpolation": "linear",
548 "lineWidth": 1,
549 "pointSize": 5,
550 "scaleDistribution": {
551 "type": "linear"
552 },
553 "showPoints": "auto",
554 "spanNulls": false,
555 "stacking": {
556 "group": "A",
557 "mode": "normal"
558 },
559 "thresholdsStyle": {
560 "mode": "off"
561 }
562 },
563 "mappings": [],
564 "thresholds": {
565 "mode": "absolute",
566 "steps": [
567 {
568 "color": "green",
569 "value": null
570 },
571 {
572 "color": "red",
573 "value": 80
574 }
575 ]
576 }
577 },
578 "overrides": []
579 },
580 "gridPos": {
581 "h": 13,
582 "w": 20,
583 "x": 4,
584 "y": 7
585 },
586 "id": 66,
587 "options": {
588 "legend": {
589 "calcs": [],
590 "displayMode": "table",
591 "placement": "right",
592 "showLegend": true
593 },
594 "tooltip": {
595 "mode": "single",
596 "sort": "none"
597 }
598 },
599 "targets": [
600 {
601 "alias": "",
602 "bucketAggs": [
603 {
604 "field": "params_loginID",
605 "id": "3",
606 "settings": {
607 "min_doc_count": "1",
608 "order": "desc",
609 "orderBy": "_count",
610 "size": "10"
611 },
612 "type": "terms"
613 },
614 {
615 "field": "timestamp",
616 "id": "2",
617 "settings": {
618 "interval": "auto"
619 },
620 "type": "date_histogram"
621 }
622 ],
623 "datasource": {
624 "type": "grafana-opensearch-datasource",
625 "uid": "replace_datasource_uid"
626 },
627 "metrics": [
628 {
629 "id": "1",
630 "type": "count"
631 }
632 ],
633 "query": "logSource:$log_source",
634 "refId": "A",
635 "timeField": "timestamp"
636 }
637 ],
638 "title": "TOP 10 USERS - HISTOGRAM",
639 "transparent": true,
640 "type": "timeseries"
641 },
642 {
643 "datasource": {
644 "type": "grafana-opensearch-datasource",
645 "uid": "replace_datasource_uid"
646 },
647 "fieldConfig": {
648 "defaults": {
649 "mappings": [
650 {
651 "options": {
652 "match": "null",
653 "result": {
654 "text": "N/A"
655 }
656 },
657 "type": "special"
658 }
659 ],
660 "thresholds": {
661 "mode": "absolute",
662 "steps": [
663 {
664 "color": "blue",
665 "value": null
666 }
667 ]
668 },
669 "unit": "locale"
670 },
671 "overrides": []
672 },
673 "gridPos": {
674 "h": 6,
675 "w": 4,
676 "x": 0,
677 "y": 14
678 },
679 "id": 18,
680 "links": [],
681 "options": {
682 "colorMode": "value",
683 "graphMode": "none",
684 "justifyMode": "auto",
685 "orientation": "horizontal",
686 "reduceOptions": {
687 "calcs": ["sum"],
688 "fields": "",
689 "values": false
690 },
691 "text": {},
692 "textMode": "auto",
693 "wideLayout": true
694 },
695 "pluginVersion": "10.2.3",
696 "targets": [
697 {
698 "bucketAggs": [
699 {
700 "$$hashKey": "object:331",
701 "field": "timestamp",
702 "id": "2",
703 "settings": {
704 "interval": "365d",
705 "min_doc_count": 0,
706 "trimEdges": 0
707 },
708 "type": "date_histogram"
709 }
710 ],
711 "datasource": {
712 "type": "grafana-opensearch-datasource",
713 "uid": "replace_datasource_uid"
714 },
715 "metrics": [
716 {
717 "field": "params_loginID",
718 "id": "1",
719 "type": "cardinality"
720 }
721 ],
722 "query": "logSource:$log_source",
723 "refId": "A",
724 "timeField": "timestamp"
725 }
726 ],
727 "title": "SAP - TOTAL ACCOUNTS",
728 "type": "stat"
729 },
730 {
731 "datasource": {
732 "type": "grafana-opensearch-datasource",
733 "uid": "replace_datasource_uid"
734 },
735 "fieldConfig": {
736 "defaults": {
737 "color": {
738 "mode": "thresholds"
739 },
740 "mappings": [],
741 "thresholds": {
742 "mode": "absolute",
743 "steps": [
744 {
745 "color": "green",
746 "value": null
747 },
748 {
749 "color": "red",
750 "value": 80
751 }
752 ]
753 }
754 },
755 "overrides": []
756 },
757 "gridPos": {
758 "h": 12,
759 "w": 9,
760 "x": 0,
761 "y": 20
762 },
763 "id": 57,
764 "options": {
765 "displayMode": "gradient",
766 "maxVizHeight": 300,
767 "minVizHeight": 10,
768 "minVizWidth": 0,
769 "namePlacement": "auto",
770 "orientation": "horizontal",
771 "reduceOptions": {
772 "calcs": ["sum"],
773 "fields": "",
774 "values": false
775 },
776 "showUnfilled": true,
777 "sizing": "auto",
778 "valueMode": "color"
779 },
780 "pluginVersion": "10.2.3",
781 "targets": [
782 {
783 "alias": "",
784 "bucketAggs": [
785 {
786 "field": "userAgent_raw",
787 "id": "2",
788 "settings": {
789 "min_doc_count": "1",
790 "order": "desc",
791 "orderBy": "_count",
792 "size": "15"
793 },
794 "type": "terms"
795 },
796 {
797 "field": "timestamp",
798 "id": "3",
799 "settings": {
800 "interval": "auto",
801 "min_doc_count": "1",
802 "timeZone": "utc",
803 "trimEdges": "0"
804 },
805 "type": "date_histogram"
806 }
807 ],
808 "datasource": {
809 "type": "grafana-opensearch-datasource",
810 "uid": "replace_datasource_uid"
811 },
812 "metrics": [
813 {
814 "id": "1",
815 "type": "count"
816 }
817 ],
818 "query": "logSource:$log_source",
819 "refId": "A",
820 "timeField": "timestamp"
821 }
822 ],
823 "title": "USER AGENTS",
824 "type": "bargauge"
825 },
826 {
827 "circleMaxSize": 30,
828 "circleMinSize": 2,
829 "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"],
830 "datasource": {
831 "type": "grafana-opensearch-datasource",
832 "uid": "replace_datasource_uid"
833 },
834 "decimals": 0,
835 "esMetric": "Count",
836 "gridPos": {
837 "h": 12,
838 "w": 7,
839 "x": 9,
840 "y": 20
841 },
842 "hideEmpty": false,
843 "hideZero": false,
844 "id": 50,
845 "initialZoom": 1,
846 "locationData": "countries",
847 "mapCenter": "(0°, 0°)",
848 "mapCenterLatitude": 0,
849 "mapCenterLongitude": 0,
850 "maxDataPoints": 1,
851 "mouseWheelZoom": false,
852 "showLegend": true,
853 "stickyLabels": false,
854 "tableQueryOptions": {
855 "geohashField": "geohash",
856 "latitudeField": "latitude",
857 "longitudeField": "longitude",
858 "metricField": "metric",
859 "queryType": "geohash"
860 },
861 "targets": [
862 {
863 "bucketAggs": [
864 {
865 "fake": true,
866 "field": "ip_country_code",
867 "id": "3",
868 "settings": {
869 "min_doc_count": 1,
870 "order": "desc",
871 "orderBy": "_term",
872 "size": "0"
873 },
874 "type": "terms"
875 },
876 {
877 "field": "timestamp",
878 "id": "2",
879 "settings": {
880 "interval": "auto",
881 "min_doc_count": 0,
882 "trimEdges": 0
883 },
884 "type": "date_histogram"
885 }
886 ],
887 "datasource": {
888 "type": "grafana-opensearch-datasource",
889 "uid": "replace_datasource_uid"
890 },
891 "metrics": [
892 {
893 "field": "select field",
894 "id": "1",
895 "type": "count"
896 }
897 ],
898 "query": "logSource:$log_source",
899 "refId": "A",
900 "timeField": "timestamp"
901 }
902 ],
903 "thresholds": "0,10",
904 "title": "ALL AUTH EVENTS BY COUNTRY",
905 "type": "grafana-worldmap-panel",
906 "unitPlural": "",
907 "unitSingle": "",
908 "valueName": "total"
909 },
910 {
911 "datasource": {
912 "type": "grafana-opensearch-datasource",
913 "uid": "replace_datasource_uid"
914 },
915 "fieldConfig": {
916 "defaults": {
917 "color": {
918 "mode": "thresholds"
919 },
920 "custom": {
921 "align": "auto",
922 "cellOptions": {
923 "type": "auto"
924 },
925 "inspect": false
926 },
927 "mappings": [],
928 "thresholds": {
929 "mode": "absolute",
930 "steps": [
931 {
932 "color": "orange",
933 "value": null
934 }
935 ]
936 }
937 },
938 "overrides": [
939 {
940 "matcher": {
941 "id": "byName",
942 "options": "Count"
943 },
944 "properties": [
945 {
946 "id": "displayName",
947 "value": "EVENTS"
948 },
949 {
950 "id": "unit",
951 "value": "short"
952 },
953 {
954 "id": "decimals",
955 "value": -1
956 },
957 {
958 "id": "custom.align"
959 },
960 {
961 "id": "custom.cellOptions",
962 "value": {
963 "type": "color-text"
964 }
965 }
966 ]
967 },
968 {
969 "matcher": {
970 "id": "byName",
971 "options": "AD ACCOUNT"
972 },
973 "properties": [
974 {
975 "id": "custom.width",
976 "value": 219
977 },
978 {
979 "id": "custom.cellOptions",
980 "value": {
981 "type": "color-text"
982 }
983 }
984 ]
985 },
986 {
987 "matcher": {
988 "id": "byName",
989 "options": "data_office_365_LogonError"
990 },
991 "properties": [
992 {
993 "id": "custom.width",
994 "value": 326
995 },
996 {
997 "id": "custom.cellOptions",
998 "value": {
999 "type": "color-text"
1000 }
1001 },
1002 {
1003 "id": "links",
1004 "value": [
1005 {
1006 "targetBlank": true,
1007 "title": "MICROSOFT LOGON ERROR",
1008 "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-aadsts-error-codes"
1009 }
1010 ]
1011 }
1012 ]
1013 },
1014 {
1015 "matcher": {
1016 "id": "byName",
1017 "options": "data_office_365_ActorIpAddress_country_code"
1018 },
1019 "properties": [
1020 {
1021 "id": "custom.cellOptions",
1022 "value": {
1023 "type": "color-text"
1024 }
1025 }
1026 ]
1027 },
1028 {
1029 "matcher": {
1030 "id": "byName",
1031 "options": "COUNTRY"
1032 },
1033 "properties": [
1034 {
1035 "id": "custom.width",
1036 "value": 86
1037 }
1038 ]
1039 },
1040 {
1041 "matcher": {
1042 "id": "byName",
1043 "options": "ERROR"
1044 },
1045 "properties": [
1046 {
1047 "id": "custom.width",
1048 "value": 399
1049 }
1050 ]
1051 }
1052 ]
1053 },
1054 "gridPos": {
1055 "h": 12,
1056 "w": 8,
1057 "x": 16,
1058 "y": 20
1059 },
1060 "id": 58,
1061 "options": {
1062 "cellHeight": "sm",
1063 "footer": {
1064 "countRows": false,
1065 "fields": "",
1066 "reducer": ["sum"],
1067 "show": false
1068 },
1069 "showHeader": true,
1070 "sortBy": []
1071 },
1072 "pluginVersion": "10.2.3",
1073 "targets": [
1074 {
1075 "bucketAggs": [
1076 {
1077 "fake": true,
1078 "field": "params_loginID",
1079 "id": "4",
1080 "settings": {
1081 "min_doc_count": 1,
1082 "order": "desc",
1083 "orderBy": "_count",
1084 "size": "0"
1085 },
1086 "type": "terms"
1087 },
1088 {
1089 "field": "errDetails",
1090 "id": "5",
1091 "settings": {
1092 "min_doc_count": "1",
1093 "order": "desc",
1094 "orderBy": "_term",
1095 "size": "10"
1096 },
1097 "type": "terms"
1098 },
1099 {
1100 "field": "ip_country_code",
1101 "id": "6",
1102 "settings": {
1103 "min_doc_count": "1",
1104 "order": "desc",
1105 "orderBy": "_term",
1106 "size": "10"
1107 },
1108 "type": "terms"
1109 }
1110 ],
1111 "datasource": {
1112 "type": "grafana-opensearch-datasource",
1113 "uid": "replace_datasource_uid"
1114 },
1115 "metrics": [
1116 {
1117 "field": "select field",
1118 "id": "1",
1119 "type": "count"
1120 }
1121 ],
1122 "query": "_exists_:errCode AND logSource:$log_source",
1123 "refId": "A",
1124 "timeField": "timestamp"
1125 }
1126 ],
1127 "title": "FAILED AUTHS BY ACCOUNT AND ERROR",
1128 "transformations": [
1129 {
1130 "id": "merge",
1131 "options": {
1132 "reducers": []
1133 }
1134 },
1135 {
1136 "id": "organize",
1137 "options": {
1138 "excludeByName": {},
1139 "indexByName": {
1140 "Count": 3,
1141 "data_errDetails": 2,
1142 "data_ip_country_code": 1,
1143 "data_userKeyDetails_name": 0
1144 },
1145 "renameByName": {
1146 "Count": "EVENTS",
1147 "data_errDetails": "ERROR",
1148 "data_ip_country_code": "COUNTRY",
1149 "data_office_365_ActorIpAddress_country_code": "COUNTRY",
1150 "data_office_365_LogonError": "ERROR",
1151 "data_office_365_Operation": "WORKLOAD",
1152 "data_office_365_UserId": "AD ACCOUNT",
1153 "data_userKeyDetails_name": "ACCT"
1154 }
1155 }
1156 }
1157 ],
1158 "type": "table"
1159 },
1160 {
1161 "datasource": {
1162 "type": "grafana-opensearch-datasource",
1163 "uid": "replace_datasource_uid"
1164 },
1165 "fieldConfig": {
1166 "defaults": {
1167 "color": {
1168 "mode": "thresholds"
1169 },
1170 "custom": {
1171 "align": "auto",
1172 "cellOptions": {
1173 "type": "auto"
1174 },
1175 "filterable": true,
1176 "inspect": false
1177 },
1178 "mappings": [],
1179 "thresholds": {
1180 "mode": "absolute",
1181 "steps": [
1182 {
1183 "color": "green",
1184 "value": null
1185 },
1186 {
1187 "color": "red",
1188 "value": 80
1189 }
1190 ]
1191 }
1192 },
1193 "overrides": [
1194 {
1195 "matcher": {
1196 "id": "byName",
1197 "options": "rule_level"
1198 },
1199 "properties": [
1200 {
1201 "id": "displayName",
1202 "value": "RULE LEVEL"
1203 },
1204 {
1205 "id": "unit",
1206 "value": "short"
1207 },
1208 {
1209 "id": "decimals",
1210 "value": -1
1211 },
1212 {
1213 "id": "custom.cellOptions",
1214 "value": {
1215 "mode": "gradient",
1216 "type": "color-background"
1217 }
1218 },
1219 {
1220 "id": "custom.align"
1221 },
1222 {
1223 "id": "thresholds",
1224 "value": {
1225 "mode": "absolute",
1226 "steps": [
1227 {
1228 "color": "#37872D",
1229 "value": null
1230 },
1231 {
1232 "color": "red",
1233 "value": 7
1234 },
1235 {
1236 "color": "rgba(245, 54, 54, 0.9)",
1237 "value": 12
1238 }
1239 ]
1240 }
1241 }
1242 ]
1243 },
1244 {
1245 "matcher": {
1246 "id": "byName",
1247 "options": "Date/Time"
1248 },
1249 "properties": [
1250 {
1251 "id": "custom.width",
1252 "value": 242
1253 }
1254 ]
1255 },
1256 {
1257 "matcher": {
1258 "id": "byName",
1259 "options": "MITRE TACTIC"
1260 },
1261 "properties": [
1262 {
1263 "id": "custom.width",
1264 "value": 332
1265 }
1266 ]
1267 },
1268 {
1269 "matcher": {
1270 "id": "byName",
1271 "options": "IP ADDRESS"
1272 },
1273 "properties": [
1274 {
1275 "id": "custom.width",
1276 "value": 163
1277 }
1278 ]
1279 },
1280 {
1281 "matcher": {
1282 "id": "byName",
1283 "options": "MITRE TECHNIQUE"
1284 },
1285 "properties": [
1286 {
1287 "id": "custom.width",
1288 "value": 312
1289 }
1290 ]
1291 },
1292 {
1293 "matcher": {
1294 "id": "byName",
1295 "options": "EVENT ID"
1296 },
1297 "properties": [
1298 {
1299 "id": "links",
1300 "value": [
1301 {
1302 "targetBlank": true,
1303 "title": "VIEW EVENT DETAILS",
1304 "url": "https://grafana.detacon.cloud/explore?left=%7B%22datasource%22:%22SAP_SIEM%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"
1305 }
1306 ]
1307 },
1308 {
1309 "id": "custom.width",
1310 "value": 336
1311 }
1312 ]
1313 },
1314 {
1315 "matcher": {
1316 "id": "byName",
1317 "options": "RESULT"
1318 },
1319 "properties": [
1320 {
1321 "id": "custom.width",
1322 "value": 118
1323 },
1324 {
1325 "id": "mappings",
1326 "value": [
1327 {
1328 "options": {
1329 "8": {
1330 "color": "red",
1331 "index": 2
1332 },
1333 "Failed": {
1334 "color": "orange",
1335 "index": 1
1336 },
1337 "Success": {
1338 "color": "green",
1339 "index": 0
1340 }
1341 },
1342 "type": "value"
1343 }
1344 ]
1345 },
1346 {
1347 "id": "custom.cellOptions",
1348 "value": {
1349 "type": "color-text"
1350 }
1351 }
1352 ]
1353 },
1354 {
1355 "matcher": {
1356 "id": "byName",
1357 "options": "SRC IP"
1358 },
1359 "properties": [
1360 {
1361 "id": "custom.width",
1362 "value": 265
1363 }
1364 ]
1365 },
1366 {
1367 "matcher": {
1368 "id": "byName",
1369 "options": "ACCOUNT"
1370 },
1371 "properties": [
1372 {
1373 "id": "custom.width",
1374 "value": 343
1375 }
1376 ]
1377 },
1378 {
1379 "matcher": {
1380 "id": "byName",
1381 "options": "EVENT TIME"
1382 },
1383 "properties": [
1384 {
1385 "id": "custom.width",
1386 "value": 195
1387 }
1388 ]
1389 }
1390 ]
1391 },
1392 "gridPos": {
1393 "h": 16,
1394 "w": 24,
1395 "x": 0,
1396 "y": 32
1397 },
1398 "id": 27,
1399 "options": {
1400 "cellHeight": "sm",
1401 "footer": {
1402 "countRows": false,
1403 "enablePagination": true,
1404 "fields": "",
1405 "reducer": ["sum"],
1406 "show": false
1407 },
1408 "showHeader": true,
1409 "sortBy": [
1410 {
1411 "desc": true,
1412 "displayName": "RULE LEVEL"
1413 }
1414 ]
1415 },
1416 "pluginVersion": "10.2.3",
1417 "targets": [
1418 {
1419 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
1420 "datasource": {
1421 "type": "grafana-opensearch-datasource",
1422 "uid": "replace_datasource_uid"
1423 },
1424 "metrics": [
1425 {
1426 "id": "1",
1427 "settings": {
1428 "size": "250"
1429 },
1430 "type": "raw_data"
1431 }
1432 ],
1433 "query": "logSource:$log_source",
1434 "refId": "A",
1435 "timeField": "timestamp"
1436 }
1437 ],
1438 "title": "EVENTS",
1439 "transformations": [
1440 {
1441 "id": "organize",
1442 "options": {
1443 "excludeByName": {
1444 "@metadata_beat": true,
1445 "@metadata_type": true,
1446 "@metadata_version": true,
1447 "IMPHASH": true,
1448 "MD5": true,
1449 "SHA1": true,
1450 "SHA256": true,
1451 "_id": false,
1452 "_index": true,
1453 "_type": true,
1454 "agent_ephemeral_id": true,
1455 "agent_hostname": true,
1456 "agent_id": true,
1457 "agent_ip": true,
1458 "agent_ip_city_name": true,
1459 "agent_ip_country_code": true,
1460 "agent_ip_geolocation": true,
1461 "agent_labels_customer": true,
1462 "agent_name": true,
1463 "agent_type": true,
1464 "agent_version": true,
1465 "beats_type": true,
1466 "cluster_name": true,
1467 "cluster_node": true,
1468 "collector_node_id": true,
1469 "data_XffFirstIp": true,
1470 "data_XffFirstIp_city_name": true,
1471 "data_XffFirstIp_country_code": true,
1472 "data_XffFirstIp_geolocation": true,
1473 "data_alert_action": true,
1474 "data_alert_category": true,
1475 "data_alert_gid": true,
1476 "data_alert_rev": true,
1477 "data_alert_severity": true,
1478 "data_alert_signature": true,
1479 "data_alert_signature_id": true,
1480 "data_apikey": true,
1481 "data_app_proto": true,
1482 "data_audit_auid": true,
1483 "data_audit_command": true,
1484 "data_audit_euid": true,
1485 "data_audit_exe": true,
1486 "data_audit_gid": true,
1487 "data_audit_id": true,
1488 "data_audit_pid": true,
1489 "data_audit_res": true,
1490 "data_audit_session": true,
1491 "data_audit_type": true,
1492 "data_audit_uid": true,
1493 "data_callID": true,
1494 "data_dest_ip": true,
1495 "data_dest_port": true,
1496 "data_dstuser": true,
1497 "data_endpoint": true,
1498 "data_errCode": true,
1499 "data_event_type": true,
1500 "data_extra_data": true,
1501 "data_file": true,
1502 "data_flow_bytes_toclient": true,
1503 "data_flow_bytes_toserver": true,
1504 "data_flow_id": true,
1505 "data_flow_pkts_toclient": true,
1506 "data_flow_pkts_toserver": true,
1507 "data_flow_start": true,
1508 "data_httpReq_SDK": true,
1509 "data_httpReq_country": true,
1510 "data_http_http_content_type": true,
1511 "data_http_http_port": true,
1512 "data_http_length": true,
1513 "data_http_status": true,
1514 "data_http_url": true,
1515 "data_id": true,
1516 "data_in_iface": true,
1517 "data_integration": true,
1518 "data_ip_city_name": true,
1519 "data_ip_geolocation": true,
1520 "data_label": true,
1521 "data_metadata_flowbits": true,
1522 "data_metadata_flowints_http_anomaly_count": true,
1523 "data_metadata_flowints_tcp_retransmission_count": true,
1524 "data_office_365_Actor": true,
1525 "data_office_365_ActorContextId": true,
1526 "data_office_365_ActorIpAddress": false,
1527 "data_office_365_ActorIpAddress_city_name": true,
1528 "data_office_365_ActorIpAddress_country_code": true,
1529 "data_office_365_ActorIpAddress_geolocation": true,
1530 "data_office_365_ApplicationId": true,
1531 "data_office_365_AzureActiveDirectoryEventType": true,
1532 "data_office_365_ClientIP": true,
1533 "data_office_365_ClientIP_city_name": true,
1534 "data_office_365_ClientIP_country_code": true,
1535 "data_office_365_ClientIP_geolocation": true,
1536 "data_office_365_CreationTime": false,
1537 "data_office_365_DeviceProperties": true,
1538 "data_office_365_ErrorNumber": true,
1539 "data_office_365_ExtendedProperties": true,
1540 "data_office_365_Id": true,
1541 "data_office_365_InterSystemsId": true,
1542 "data_office_365_IntraSystemId": true,
1543 "data_office_365_LogonError": true,
1544 "data_office_365_ModifiedProperties": true,
1545 "data_office_365_ObjectId": true,
1546 "data_office_365_Operation": true,
1547 "data_office_365_OrganizationId": true,
1548 "data_office_365_RecordType": true,
1549 "data_office_365_ResultStatus": false,
1550 "data_office_365_Target": true,
1551 "data_office_365_TargetContextId": true,
1552 "data_office_365_UserId": false,
1553 "data_office_365_UserKey": true,
1554 "data_office_365_UserType": true,
1555 "data_office_365_Version": true,
1556 "data_office_365_Workload": true,
1557 "data_osquery_action": true,
1558 "data_osquery_calendarTime": true,
1559 "data_osquery_columns_address": true,
1560 "data_osquery_columns_address_city_name": true,
1561 "data_osquery_columns_address_country_code": true,
1562 "data_osquery_columns_address_geolocation": true,
1563 "data_osquery_columns_cmdline": true,
1564 "data_osquery_columns_cwd": true,
1565 "data_osquery_columns_description": true,
1566 "data_osquery_columns_directory": true,
1567 "data_osquery_columns_disk_bytes_read": true,
1568 "data_osquery_columns_disk_bytes_written": true,
1569 "data_osquery_columns_egid": true,
1570 "data_osquery_columns_euid": true,
1571 "data_osquery_columns_family": true,
1572 "data_osquery_columns_fd": true,
1573 "data_osquery_columns_gid": true,
1574 "data_osquery_columns_gid_signed": true,
1575 "data_osquery_columns_host": true,
1576 "data_osquery_columns_interface": true,
1577 "data_osquery_columns_local_address": true,
1578 "data_osquery_columns_local_address_city_name": true,
1579 "data_osquery_columns_local_address_country_code": true,
1580 "data_osquery_columns_local_address_geolocation": true,
1581 "data_osquery_columns_local_port": true,
1582 "data_osquery_columns_mac": true,
1583 "data_osquery_columns_name": true,
1584 "data_osquery_columns_net_namespace": true,
1585 "data_osquery_columns_nice": true,
1586 "data_osquery_columns_on_disk": true,
1587 "data_osquery_columns_parent": true,
1588 "data_osquery_columns_path": true,
1589 "data_osquery_columns_pgroup": true,
1590 "data_osquery_columns_pid": true,
1591 "data_osquery_columns_port": true,
1592 "data_osquery_columns_protocol": true,
1593 "data_osquery_columns_remote_address": true,
1594 "data_osquery_columns_remote_address_city_name": true,
1595 "data_osquery_columns_remote_address_country_code": true,
1596 "data_osquery_columns_remote_address_geolocation": true,
1597 "data_osquery_columns_remote_port": true,
1598 "data_osquery_columns_resident_size": true,
1599 "data_osquery_columns_root": true,
1600 "data_osquery_columns_sgid": true,
1601 "data_osquery_columns_shell": true,
1602 "data_osquery_columns_socket": true,
1603 "data_osquery_columns_start_time": true,
1604 "data_osquery_columns_state": true,
1605 "data_osquery_columns_suid": true,
1606 "data_osquery_columns_system_time": true,
1607 "data_osquery_columns_threads": true,
1608 "data_osquery_columns_time_utc": true,
1609 "data_osquery_columns_total_size": true,
1610 "data_osquery_columns_tty": true,
1611 "data_osquery_columns_type": true,
1612 "data_osquery_columns_uid": true,
1613 "data_osquery_columns_uid_signed": true,
1614 "data_osquery_columns_user": true,
1615 "data_osquery_columns_user_time": true,
1616 "data_osquery_columns_username": true,
1617 "data_osquery_columns_wired_size": true,
1618 "data_osquery_counter": true,
1619 "data_osquery_decorations_host_uuid": true,
1620 "data_osquery_decorations_hostname": true,
1621 "data_osquery_epoch": true,
1622 "data_osquery_hostIdentifier": true,
1623 "data_osquery_name": true,
1624 "data_osquery_numerics": true,
1625 "data_osquery_unixTime": true,
1626 "data_params_apiKey": true,
1627 "data_params_include": true,
1628 "data_params_loginID": true,
1629 "data_params_password": true,
1630 "data_params_secret": true,
1631 "data_params_userKey": true,
1632 "data_proto": true,
1633 "data_response": true,
1634 "data_restrictions_ipBlacklistRestricted": true,
1635 "data_restrictions_ipBlacklistRestrictionEnforced": true,
1636 "data_restrictions_ipWhitelistRestricted": true,
1637 "data_restrictions_ipWhitelistRestrictionEnforced": true,
1638 "data_sca_check_command": true,
1639 "data_sca_check_compliance_cis": true,
1640 "data_sca_check_compliance_cis_csc": true,
1641 "data_sca_check_compliance_gdpr_IV": true,
1642 "data_sca_check_compliance_gpg_13": true,
1643 "data_sca_check_compliance_hipaa": true,
1644 "data_sca_check_compliance_nist_800_53": true,
1645 "data_sca_check_compliance_pci_dss": true,
1646 "data_sca_check_compliance_tsc": true,
1647 "data_sca_check_description": true,
1648 "data_sca_check_id": true,
1649 "data_sca_check_previous_result": true,
1650 "data_sca_check_rationale": true,
1651 "data_sca_check_remediation": true,
1652 "data_sca_check_result": true,
1653 "data_sca_check_title": true,
1654 "data_sca_description": true,
1655 "data_sca_failed": true,
1656 "data_sca_file": true,
1657 "data_sca_invalid": true,
1658 "data_sca_passed": true,
1659 "data_sca_policy": true,
1660 "data_sca_policy_id": true,
1661 "data_sca_scan_id": true,
1662 "data_sca_score": true,
1663 "data_sca_total_checks": true,
1664 "data_sca_type": true,
1665 "data_script": true,
1666 "data_serverIP_city_name": true,
1667 "data_serverIP_country_code": false,
1668 "data_serverIP_geolocation": true,
1669 "data_src_ip": true,
1670 "data_src_ip_city_name": true,
1671 "data_src_ip_country_code": true,
1672 "data_src_ip_geolocation": true,
1673 "data_src_port": true,
1674 "data_srcip": true,
1675 "data_srcip_city_name": true,
1676 "data_srcip_country_code": true,
1677 "data_srcip_geolocation": true,
1678 "data_srcuser": true,
1679 "data_status_code": true,
1680 "data_timestamp": true,
1681 "data_title": true,
1682 "data_tls_session_resumed": true,
1683 "data_tls_version": true,
1684 "data_tx_id": true,
1685 "data_type": true,
1686 "data_uid": true,
1687 "data_userAgent_platform": true,
1688 "data_userAgent_raw": true,
1689 "data_userAgent_version": true,
1690 "data_userKey": true,
1691 "data_userKeyDetails_name": true,
1692 "data_win_eventXML_binaryData": true,
1693 "data_win_eventXML_binaryDataSize": true,
1694 "data_win_eventXML_param1": true,
1695 "data_win_eventdata_authenticationPackageName": true,
1696 "data_win_eventdata_callTrace": true,
1697 "data_win_eventdata_commandLine": true,
1698 "data_win_eventdata_company": true,
1699 "data_win_eventdata_creationUtcTime": true,
1700 "data_win_eventdata_currentDirectory": true,
1701 "data_win_eventdata_description": true,
1702 "data_win_eventdata_destinationHostname": true,
1703 "data_win_eventdata_destinationIp": true,
1704 "data_win_eventdata_destinationIp_city_name": true,
1705 "data_win_eventdata_destinationIp_country_code": true,
1706 "data_win_eventdata_destinationIp_geolocation": true,
1707 "data_win_eventdata_destinationIsIpv6": true,
1708 "data_win_eventdata_destinationPort": true,
1709 "data_win_eventdata_destinationPortName": true,
1710 "data_win_eventdata_details": true,
1711 "data_win_eventdata_elevatedToken": true,
1712 "data_win_eventdata_eventType": true,
1713 "data_win_eventdata_fileVersion": true,
1714 "data_win_eventdata_fileVersion_city_name": true,
1715 "data_win_eventdata_fileVersion_country_code": true,
1716 "data_win_eventdata_fileVersion_geolocation": true,
1717 "data_win_eventdata_grantedAccess": true,
1718 "data_win_eventdata_hashes": true,
1719 "data_win_eventdata_image": true,
1720 "data_win_eventdata_imageLoaded": true,
1721 "data_win_eventdata_impersonationLevel": true,
1722 "data_win_eventdata_initiated": true,
1723 "data_win_eventdata_integrityLevel": true,
1724 "data_win_eventdata_ipAddress": true,
1725 "data_win_eventdata_ipPort": true,
1726 "data_win_eventdata_keyLength": true,
1727 "data_win_eventdata_logonGuid": true,
1728 "data_win_eventdata_logonId": true,
1729 "data_win_eventdata_logonProcessName": true,
1730 "data_win_eventdata_logonType": true,
1731 "data_win_eventdata_originalFileName": true,
1732 "data_win_eventdata_param1": true,
1733 "data_win_eventdata_param2": true,
1734 "data_win_eventdata_param3": true,
1735 "data_win_eventdata_param4": true,
1736 "data_win_eventdata_parentCommandLine": true,
1737 "data_win_eventdata_parentImage": true,
1738 "data_win_eventdata_parentProcessGuid": true,
1739 "data_win_eventdata_parentProcessId": true,
1740 "data_win_eventdata_processGuid": true,
1741 "data_win_eventdata_processId": true,
1742 "data_win_eventdata_processName": true,
1743 "data_win_eventdata_product": true,
1744 "data_win_eventdata_protocol": true,
1745 "data_win_eventdata_queryName": true,
1746 "data_win_eventdata_queryResults": true,
1747 "data_win_eventdata_queryStatus": true,
1748 "data_win_eventdata_ruleName": true,
1749 "data_win_eventdata_serviceName": true,
1750 "data_win_eventdata_serviceSid": true,
1751 "data_win_eventdata_signature": true,
1752 "data_win_eventdata_signatureStatus": true,
1753 "data_win_eventdata_signed": true,
1754 "data_win_eventdata_sourceHostname": true,
1755 "data_win_eventdata_sourceImage": true,
1756 "data_win_eventdata_sourceIp": true,
1757 "data_win_eventdata_sourceIp_city_name": true,
1758 "data_win_eventdata_sourceIp_country_code": true,
1759 "data_win_eventdata_sourceIp_geolocation": true,
1760 "data_win_eventdata_sourceIsIpv6": true,
1761 "data_win_eventdata_sourcePort": true,
1762 "data_win_eventdata_sourceProcessGUID": true,
1763 "data_win_eventdata_sourceProcessId": true,
1764 "data_win_eventdata_sourceThreadId": true,
1765 "data_win_eventdata_status": true,
1766 "data_win_eventdata_subjectDomainName": true,
1767 "data_win_eventdata_subjectLogonId": true,
1768 "data_win_eventdata_subjectUserName": true,
1769 "data_win_eventdata_subjectUserSid": true,
1770 "data_win_eventdata_targetDomainName": true,
1771 "data_win_eventdata_targetFilename": true,
1772 "data_win_eventdata_targetImage": true,
1773 "data_win_eventdata_targetLinkedLogonId": true,
1774 "data_win_eventdata_targetLogonId": true,
1775 "data_win_eventdata_targetObject": true,
1776 "data_win_eventdata_targetProcessGUID": true,
1777 "data_win_eventdata_targetProcessId": true,
1778 "data_win_eventdata_targetUserName": true,
1779 "data_win_eventdata_targetUserSid": true,
1780 "data_win_eventdata_terminalSessionId": true,
1781 "data_win_eventdata_ticketEncryptionType": true,
1782 "data_win_eventdata_ticketOptions": true,
1783 "data_win_eventdata_user": true,
1784 "data_win_eventdata_utcTime": true,
1785 "data_win_eventdata_virtualAccount": true,
1786 "data_win_system_channel": true,
1787 "data_win_system_computer": true,
1788 "data_win_system_eventID": true,
1789 "data_win_system_eventRecordID": true,
1790 "data_win_system_eventSourceName": true,
1791 "data_win_system_keywords": true,
1792 "data_win_system_level": true,
1793 "data_win_system_message": true,
1794 "data_win_system_opcode": true,
1795 "data_win_system_processID": true,
1796 "data_win_system_providerGuid": true,
1797 "data_win_system_providerName": true,
1798 "data_win_system_severityValue": true,
1799 "data_win_system_systemTime": true,
1800 "data_win_system_task": true,
1801 "data_win_system_threadID": true,
1802 "data_win_system_version": true,
1803 "decoder_name": true,
1804 "decoder_parent": true,
1805 "dns_query": true,
1806 "dns_query_threat_indicated": true,
1807 "dst_ip": true,
1808 "dst_ip_city_name": true,
1809 "dst_ip_country_code": true,
1810 "dst_ip_geolocation": true,
1811 "dst_ip_threat_indicated": true,
1812 "dst_port": true,
1813 "ecs_version": true,
1814 "error": true,
1815 "event_hash": true,
1816 "file_path": true,
1817 "firewall_rule_name": true,
1818 "full_log": false,
1819 "gl2_accounted_message_size": true,
1820 "gl2_message_id": true,
1821 "gl2_processing_error": true,
1822 "gl2_remote_ip": true,
1823 "gl2_remote_port": true,
1824 "gl2_source_collector": true,
1825 "gl2_source_input": true,
1826 "gl2_source_node": true,
1827 "hash_md5": true,
1828 "hash_sha1": true,
1829 "hash_sha256": true,
1830 "highlight": true,
1831 "host_architecture": true,
1832 "host_containerized": true,
1833 "host_hostname": true,
1834 "host_id": true,
1835 "host_ip": true,
1836 "host_mac": true,
1837 "host_name": true,
1838 "host_os_codename": true,
1839 "host_os_kernel": true,
1840 "host_os_name": true,
1841 "host_os_platform": true,
1842 "host_os_version": true,
1843 "hostname": true,
1844 "id": true,
1845 "input_type": true,
1846 "level": true,
1847 "location": true,
1848 "log_file_path": true,
1849 "log_offset": true,
1850 "manager_name": true,
1851 "message": true,
1852 "module": true,
1853 "msg_timestamp": true,
1854 "parent_process_cmd_line": true,
1855 "parent_process_id": true,
1856 "parent_process_image": true,
1857 "pid": true,
1858 "predecoder_hostname": true,
1859 "predecoder_program_name": true,
1860 "predecoder_timestamp": true,
1861 "previous_log": true,
1862 "previous_output": true,
1863 "process_cmd_line": true,
1864 "process_id": true,
1865 "process_image": true,
1866 "process_name": true,
1867 "protocol": true,
1868 "rule_cis": true,
1869 "rule_cis_csc": true,
1870 "rule_firedtimes": true,
1871 "rule_gdpr": true,
1872 "rule_gdpr_IV": true,
1873 "rule_gpg13": true,
1874 "rule_gpg_13": true,
1875 "rule_group1": true,
1876 "rule_groups": true,
1877 "rule_hipaa": true,
1878 "rule_id": true,
1879 "rule_info": true,
1880 "rule_mail": true,
1881 "rule_mitre_id": true,
1882 "rule_mitre_tactic": false,
1883 "rule_nist_800_53": true,
1884 "rule_pci_dss": true,
1885 "rule_tsc": true,
1886 "scanid": true,
1887 "service": true,
1888 "software_package": true,
1889 "software_vendor": true,
1890 "sort": true,
1891 "source": true,
1892 "src_ip": true,
1893 "src_ip_city_name": true,
1894 "src_ip_country_code": true,
1895 "src_ip_geolocation": true,
1896 "src_port": true,
1897 "streams": true,
1898 "syscheck_attrs_after": true,
1899 "syscheck_audit_effective_user_id": true,
1900 "syscheck_audit_effective_user_name": true,
1901 "syscheck_audit_group_id": true,
1902 "syscheck_audit_group_name": true,
1903 "syscheck_audit_login_user_id": true,
1904 "syscheck_audit_login_user_name": true,
1905 "syscheck_audit_process_cwd": true,
1906 "syscheck_audit_process_id": true,
1907 "syscheck_audit_process_name": true,
1908 "syscheck_audit_process_parent_cwd": true,
1909 "syscheck_audit_process_parent_name": true,
1910 "syscheck_audit_process_ppid": true,
1911 "syscheck_audit_user_id": true,
1912 "syscheck_audit_user_name": true,
1913 "syscheck_changed_attributes": true,
1914 "syscheck_event": true,
1915 "syscheck_gid_after": true,
1916 "syscheck_gname_after": true,
1917 "syscheck_hard_links": true,
1918 "syscheck_inode_after": true,
1919 "syscheck_inode_before": true,
1920 "syscheck_md5_after": true,
1921 "syscheck_md5_before": true,
1922 "syscheck_mode": true,
1923 "syscheck_mtime_after": true,
1924 "syscheck_mtime_before": true,
1925 "syscheck_path": true,
1926 "syscheck_perm_after": true,
1927 "syscheck_perm_before": true,
1928 "syscheck_sha1_after": true,
1929 "syscheck_sha1_before": true,
1930 "syscheck_sha256_after": true,
1931 "syscheck_sha256_before": true,
1932 "syscheck_size_after": true,
1933 "syscheck_size_before": true,
1934 "syscheck_uid_after": true,
1935 "syscheck_uname_after": true,
1936 "syscheck_win_perm_after": true,
1937 "syscheck_win_perm_after_0_allowed": true,
1938 "syscheck_win_perm_after_0_name": true,
1939 "syscheck_win_perm_after_1_allowed": true,
1940 "syscheck_win_perm_after_1_name": true,
1941 "syscheck_win_perm_after_2_allowed": true,
1942 "syscheck_win_perm_after_2_name": true,
1943 "syscheck_win_perm_after_3_allowed": true,
1944 "syscheck_win_perm_after_3_name": true,
1945 "syslog_customer": true,
1946 "syslog_level": true,
1947 "syslog_tag": true,
1948 "syslog_type": true,
1949 "sysmon_event_description": true,
1950 "threat_ids": true,
1951 "threat_indicated": true,
1952 "threat_names": true,
1953 "time": true,
1954 "timestamp": false,
1955 "timestamp_utc": true,
1956 "true": true,
1957 "user_name": true,
1958 "win_registry_key": true,
1959 "win_system_eventID": true,
1960 "windows_auth_package": true,
1961 "windows_domain": true,
1962 "windows_event_id": true,
1963 "windows_event_severity": true,
1964 "windows_logon_type": true
1965 },
1966 "indexByName": {
1967 "_id": 2,
1968 "_index": 10,
1969 "_type": 11,
1970 "agent_id": 12,
1971 "agent_name": 5,
1972 "cluster_name": 13,
1973 "cluster_node": 14,
1974 "data_office_365_Actor": 15,
1975 "data_office_365_ActorContextId": 16,
1976 "data_office_365_ActorIpAddress": 4,
1977 "data_office_365_ActorIpAddress_city_name": 17,
1978 "data_office_365_ActorIpAddress_country_code": 18,
1979 "data_office_365_ActorIpAddress_geolocation": 19,
1980 "data_office_365_ApplicationId": 20,
1981 "data_office_365_AzureActiveDirectoryEventType": 21,
1982 "data_office_365_ClientIP": 22,
1983 "data_office_365_ClientIP_city_name": 23,
1984 "data_office_365_ClientIP_country_code": 24,
1985 "data_office_365_ClientIP_geolocation": 25,
1986 "data_office_365_CreationTime": 0,
1987 "data_office_365_DeviceProperties": 26,
1988 "data_office_365_ErrorNumber": 27,
1989 "data_office_365_ExtendedProperties": 28,
1990 "data_office_365_Id": 29,
1991 "data_office_365_InterSystemsId": 30,
1992 "data_office_365_IntraSystemId": 31,
1993 "data_office_365_LogonError": 32,
1994 "data_office_365_ModifiedProperties": 33,
1995 "data_office_365_ObjectId": 34,
1996 "data_office_365_Operation": 42,
1997 "data_office_365_OrganizationId": 35,
1998 "data_office_365_RecordType": 36,
1999 "data_office_365_ResultStatus": 6,
2000 "data_office_365_Target": 37,
2001 "data_office_365_TargetContextId": 38,
2002 "data_office_365_UserId": 3,
2003 "data_office_365_UserKey": 39,
2004 "data_office_365_UserType": 40,
2005 "data_office_365_Version": 41,
2006 "data_office_365_Workload": 66,
2007 "decoder_name": 43,
2008 "gl2_accounted_message_size": 44,
2009 "gl2_message_id": 45,
2010 "gl2_processing_error": 46,
2011 "gl2_remote_ip": 47,
2012 "gl2_remote_port": 48,
2013 "gl2_source_input": 49,
2014 "gl2_source_node": 50,
2015 "highlight": 51,
2016 "id": 52,
2017 "location": 53,
2018 "manager_name": 54,
2019 "message": 55,
2020 "rule_description": 7,
2021 "rule_firedtimes": 56,
2022 "rule_group1": 57,
2023 "rule_groups": 58,
2024 "rule_id": 9,
2025 "rule_level": 8,
2026 "rule_mail": 59,
2027 "sort": 60,
2028 "source": 61,
2029 "streams": 62,
2030 "syslog_level": 63,
2031 "syslog_type": 64,
2032 "timestamp": 1,
2033 "true": 65
2034 },
2035 "renameByName": {
2036 "_id": "EVENT ID",
2037 "agent_name": "",
2038 "data_errDetails": "ERROR",
2039 "data_errMessage": "ERROR MSG",
2040 "data_ip": "IP",
2041 "data_ip_country_code": "COUNTRY",
2042 "data_message": "MSG",
2043 "data_office_365_ActorIpAddress": "SRC IP",
2044 "data_office_365_CreationTime": "EVENT TIME",
2045 "data_office_365_DeviceProperties_BrowserType": "BROWSER",
2046 "data_office_365_DeviceProperties_DisplayName": "HOSTNAME",
2047 "data_office_365_DeviceProperties_OS": "OS",
2048 "data_office_365_ExtendedProperties_RequestType": "REQ TYPE",
2049 "data_office_365_ExtendedProperties_ResultStatusDetail": "RESULT",
2050 "data_office_365_ExtendedProperties_UserAgent": "AGENT",
2051 "data_office_365_ExtendedProperties_UserAuthenticationMethod": "AUTH METHOD",
2052 "data_office_365_ResultStatus": "RESULT",
2053 "data_office_365_UserId": "ACCOUNT",
2054 "data_serverIP": "SERVER IP",
2055 "data_serverIP_country_code": "SERVER COUNTRY",
2056 "data_serverIP_geolocation": "",
2057 "data_status_code": "",
2058 "data_userAgent_browser": "BROWSER",
2059 "data_userAgent_os": "OS",
2060 "rule_description": "DESCRIPTION",
2061 "rule_id": "RULE ID",
2062 "rule_level": "",
2063 "rule_mitre_tactic": "MITRE TACTIC",
2064 "rule_mitre_technique": "MITRE TECHNIQUE",
2065 "timestamp": "Date/Time"
2066 }
2067 }
2068 }
2069 ],
2070 "transparent": true,
2071 "type": "table"
2072 }
2073 ],
2074 "refresh": "",
2075 "schemaVersion": 39,
2076 "tags": ["SAP"],
2077 "templating": {
2078 "list": [
2079 {
2080 "datasource": {
2081 "type": "grafana-opensearch-datasource",
2082 "uid": "replace_datasource_uid"
2083 },
2084 "filters": [],
2085 "hide": 0,
2086 "label": "",
2087 "name": "Filters",
2088 "skipUrlSync": false,
2089 "type": "adhoc"
2090 },
2091 {
2092 "current": {
2093 "selected": true,
2094 "text": ["All"],
2095 "value": ["$__all"]
2096 },
2097 "datasource": {
2098 "type": "grafana-opensearch-datasource",
2099 "uid": "replace_datasource_uid"
2100 },
2101 "definition": "{ \"find\": \"terms\", \"field\": \"logSource\", \"query\": \"\"}",
2102 "hide": 1,
2103 "includeAll": true,
2104 "label": "LOG SOURCE",
2105 "multi": true,
2106 "name": "log_source",
2107 "options": [],
2108 "query": "{ \"find\": \"terms\", \"field\": \"logSource\", \"query\": \"\"}",
2109 "refresh": 1,
2110 "regex": "",
2111 "skipUrlSync": false,
2112 "sort": 0,
2113 "type": "query"
2114 }
2115 ]
2116 },
2117 "time": {
2118 "from": "now-24h",
2119 "to": "now"
2120 },
2121 "timepicker": {
2122 "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
2123 "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
2124 },
2125 "timezone": "",
2126 "title": "SAP - USERS AUTH",
2127 "version": 5,
2128 "weekStart": ""
2129 }