main
json 10,583 lines 261 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": ["EDR"],
35 "targetBlank": true,
36 "title": "",
37 "type": "dashboards"
38 }
39 ],
40 "liveNow": false,
41 "panels": [
42 {
43 "collapsed": false,
44 "datasource": {
45 "type": "elasticsearch",
46 "uid": "replace_datasource_uid"
47 },
48 "gridPos": {
49 "h": 1,
50 "w": 24,
51 "x": 0,
52 "y": 0
53 },
54 "id": 72,
55 "panels": [],
56 "title": "AGENTS INVENTORY - SUMMARY",
57 "type": "row"
58 },
59 {
60 "datasource": {
61 "type": "elasticsearch",
62 "uid": "replace_datasource_uid"
63 },
64 "fieldConfig": {
65 "defaults": {
66 "mappings": [
67 {
68 "options": {
69 "match": "null",
70 "result": {
71 "text": "N/A"
72 }
73 },
74 "type": "special"
75 }
76 ],
77 "thresholds": {
78 "mode": "absolute",
79 "steps": [
80 {
81 "color": "blue",
82 "value": null
83 }
84 ]
85 },
86 "unit": "short"
87 },
88 "overrides": []
89 },
90 "gridPos": {
91 "h": 8,
92 "w": 4,
93 "x": 0,
94 "y": 1
95 },
96 "id": 113,
97 "links": [],
98 "options": {
99 "colorMode": "value",
100 "graphMode": "area",
101 "justifyMode": "auto",
102 "orientation": "horizontal",
103 "reduceOptions": {
104 "calcs": ["sum"],
105 "fields": "",
106 "values": false
107 },
108 "text": {},
109 "textMode": "auto"
110 },
111 "pluginVersion": "10.0.2",
112 "targets": [
113 {
114 "bucketAggs": [
115 {
116 "$$hashKey": "object:50",
117 "field": "timestamp",
118 "id": "2",
119 "settings": {
120 "interval": "auto",
121 "min_doc_count": 0,
122 "trimEdges": 0
123 },
124 "type": "date_histogram"
125 }
126 ],
127 "datasource": {
128 "type": "elasticsearch",
129 "uid": "replace_datasource_uid"
130 },
131 "metrics": [
132 {
133 "$$hashKey": "object:48",
134 "field": "select field",
135 "id": "1",
136 "type": "count"
137 }
138 ],
139 "query": "agent_name:$agent_name AND rule_groups:open-audit",
140 "refId": "A",
141 "timeField": "timestamp"
142 }
143 ],
144 "title": "INVENTORY ITEMS",
145 "type": "stat"
146 },
147 {
148 "datasource": {
149 "type": "elasticsearch",
150 "uid": "replace_datasource_uid"
151 },
152 "fieldConfig": {
153 "defaults": {
154 "color": {
155 "mode": "palette-classic"
156 },
157 "custom": {
158 "hideFrom": {
159 "legend": false,
160 "tooltip": false,
161 "viz": false
162 }
163 },
164 "decimals": 0,
165 "mappings": [],
166 "unit": "short"
167 },
168 "overrides": [
169 {
170 "matcher": {
171 "id": "byName",
172 "options": "1"
173 },
174 "properties": [
175 {
176 "id": "color",
177 "value": {
178 "fixedColor": "#FF9830",
179 "mode": "fixed"
180 }
181 }
182 ]
183 },
184 {
185 "matcher": {
186 "id": "byName",
187 "options": "Alert"
188 },
189 "properties": [
190 {
191 "id": "color",
192 "value": {
193 "fixedColor": "#F2495C",
194 "mode": "fixed"
195 }
196 }
197 ]
198 },
199 {
200 "matcher": {
201 "id": "byName",
202 "options": "Error"
203 },
204 "properties": [
205 {
206 "id": "color",
207 "value": {
208 "fixedColor": "#F2495C",
209 "mode": "fixed"
210 }
211 }
212 ]
213 },
214 {
215 "matcher": {
216 "id": "byName",
217 "options": "Info"
218 },
219 "properties": [
220 {
221 "id": "color",
222 "value": {
223 "fixedColor": "#73BF69",
224 "mode": "fixed"
225 }
226 }
227 ]
228 },
229 {
230 "matcher": {
231 "id": "byName",
232 "options": "NOTICE"
233 },
234 "properties": [
235 {
236 "id": "color",
237 "value": {
238 "fixedColor": "#5794F2",
239 "mode": "fixed"
240 }
241 }
242 ]
243 },
244 {
245 "matcher": {
246 "id": "byName",
247 "options": "Notice"
248 },
249 "properties": [
250 {
251 "id": "color",
252 "value": {
253 "fixedColor": "#5794F2",
254 "mode": "fixed"
255 }
256 }
257 ]
258 },
259 {
260 "matcher": {
261 "id": "byName",
262 "options": "Result"
263 },
264 "properties": [
265 {
266 "id": "color",
267 "value": {
268 "fixedColor": "#B877D9",
269 "mode": "fixed"
270 }
271 }
272 ]
273 },
274 {
275 "matcher": {
276 "id": "byName",
277 "options": "Warning"
278 },
279 "properties": [
280 {
281 "id": "color",
282 "value": {
283 "fixedColor": "#FF9830",
284 "mode": "fixed"
285 }
286 }
287 ]
288 },
289 {
290 "matcher": {
291 "id": "byName",
292 "options": "INFORMATION"
293 },
294 "properties": [
295 {
296 "id": "color",
297 "value": {
298 "fixedColor": "green",
299 "mode": "fixed"
300 }
301 }
302 ]
303 },
304 {
305 "matcher": {
306 "id": "byName",
307 "options": "WARNING"
308 },
309 "properties": [
310 {
311 "id": "color",
312 "value": {
313 "fixedColor": "orange",
314 "mode": "fixed"
315 }
316 }
317 ]
318 },
319 {
320 "matcher": {
321 "id": "byName",
322 "options": "ERROR"
323 },
324 "properties": [
325 {
326 "id": "color",
327 "value": {
328 "fixedColor": "red",
329 "mode": "fixed"
330 }
331 }
332 ]
333 }
334 ]
335 },
336 "gridPos": {
337 "h": 8,
338 "w": 5,
339 "x": 4,
340 "y": 1
341 },
342 "id": 68,
343 "links": [],
344 "maxDataPoints": 3,
345 "options": {
346 "displayLabels": [],
347 "legend": {
348 "calcs": [],
349 "displayMode": "list",
350 "placement": "bottom",
351 "showLegend": false,
352 "values": ["value"]
353 },
354 "pieType": "donut",
355 "reduceOptions": {
356 "calcs": ["sum"],
357 "fields": "",
358 "values": false
359 },
360 "text": {},
361 "tooltip": {
362 "mode": "single",
363 "sort": "none"
364 }
365 },
366 "targets": [
367 {
368 "bucketAggs": [
369 {
370 "$$hashKey": "object:73",
371 "fake": true,
372 "field": "rule_description",
373 "id": "3",
374 "settings": {
375 "min_doc_count": 1,
376 "order": "desc",
377 "orderBy": "_count",
378 "size": "0"
379 },
380 "type": "terms"
381 },
382 {
383 "$$hashKey": "object:74",
384 "field": "timestamp",
385 "id": "2",
386 "settings": {
387 "interval": "auto",
388 "min_doc_count": 0,
389 "trimEdges": 0
390 },
391 "type": "date_histogram"
392 }
393 ],
394 "datasource": {
395 "type": "elasticsearch",
396 "uid": "replace_datasource_uid"
397 },
398 "metrics": [
399 {
400 "$$hashKey": "object:71",
401 "field": "select field",
402 "id": "1",
403 "type": "count"
404 }
405 ],
406 "query": "agent_name:$agent_name AND rule_groups:open-audit",
407 "refId": "A",
408 "timeField": "timestamp"
409 }
410 ],
411 "title": "INVENTORY ITEMS BY MODULE",
412 "type": "piechart"
413 },
414 {
415 "datasource": {
416 "type": "elasticsearch",
417 "uid": "replace_datasource_uid"
418 },
419 "fieldConfig": {
420 "defaults": {
421 "color": {
422 "mode": "thresholds"
423 },
424 "custom": {
425 "align": "auto",
426 "cellOptions": {
427 "type": "auto"
428 },
429 "inspect": false
430 },
431 "decimals": 0,
432 "mappings": [],
433 "thresholds": {
434 "mode": "absolute",
435 "steps": [
436 {
437 "color": "green",
438 "value": null
439 },
440 {
441 "color": "red",
442 "value": 80
443 }
444 ]
445 },
446 "unit": "short"
447 },
448 "overrides": [
449 {
450 "matcher": {
451 "id": "byName",
452 "options": "1"
453 },
454 "properties": [
455 {
456 "id": "color",
457 "value": {
458 "fixedColor": "#FF9830",
459 "mode": "fixed"
460 }
461 }
462 ]
463 },
464 {
465 "matcher": {
466 "id": "byName",
467 "options": "Alert"
468 },
469 "properties": [
470 {
471 "id": "color",
472 "value": {
473 "fixedColor": "#F2495C",
474 "mode": "fixed"
475 }
476 }
477 ]
478 },
479 {
480 "matcher": {
481 "id": "byName",
482 "options": "Error"
483 },
484 "properties": [
485 {
486 "id": "color",
487 "value": {
488 "fixedColor": "#F2495C",
489 "mode": "fixed"
490 }
491 }
492 ]
493 },
494 {
495 "matcher": {
496 "id": "byName",
497 "options": "Info"
498 },
499 "properties": [
500 {
501 "id": "color",
502 "value": {
503 "fixedColor": "#73BF69",
504 "mode": "fixed"
505 }
506 }
507 ]
508 },
509 {
510 "matcher": {
511 "id": "byName",
512 "options": "NOTICE"
513 },
514 "properties": [
515 {
516 "id": "color",
517 "value": {
518 "fixedColor": "#5794F2",
519 "mode": "fixed"
520 }
521 }
522 ]
523 },
524 {
525 "matcher": {
526 "id": "byName",
527 "options": "Notice"
528 },
529 "properties": [
530 {
531 "id": "color",
532 "value": {
533 "fixedColor": "#5794F2",
534 "mode": "fixed"
535 }
536 }
537 ]
538 },
539 {
540 "matcher": {
541 "id": "byName",
542 "options": "Result"
543 },
544 "properties": [
545 {
546 "id": "color",
547 "value": {
548 "fixedColor": "#B877D9",
549 "mode": "fixed"
550 }
551 }
552 ]
553 },
554 {
555 "matcher": {
556 "id": "byName",
557 "options": "Warning"
558 },
559 "properties": [
560 {
561 "id": "color",
562 "value": {
563 "fixedColor": "#FF9830",
564 "mode": "fixed"
565 }
566 }
567 ]
568 },
569 {
570 "matcher": {
571 "id": "byName",
572 "options": "INFORMATION"
573 },
574 "properties": [
575 {
576 "id": "color",
577 "value": {
578 "fixedColor": "green",
579 "mode": "fixed"
580 }
581 }
582 ]
583 },
584 {
585 "matcher": {
586 "id": "byName",
587 "options": "WARNING"
588 },
589 "properties": [
590 {
591 "id": "color",
592 "value": {
593 "fixedColor": "orange",
594 "mode": "fixed"
595 }
596 }
597 ]
598 },
599 {
600 "matcher": {
601 "id": "byName",
602 "options": "ERROR"
603 },
604 "properties": [
605 {
606 "id": "color",
607 "value": {
608 "fixedColor": "red",
609 "mode": "fixed"
610 }
611 }
612 ]
613 }
614 ]
615 },
616 "gridPos": {
617 "h": 8,
618 "w": 6,
619 "x": 9,
620 "y": 1
621 },
622 "id": 118,
623 "links": [],
624 "maxDataPoints": 3,
625 "options": {
626 "cellHeight": "sm",
627 "footer": {
628 "countRows": false,
629 "fields": "",
630 "reducer": ["sum"],
631 "show": false
632 },
633 "showHeader": true
634 },
635 "pluginVersion": "10.0.2",
636 "targets": [
637 {
638 "bucketAggs": [
639 {
640 "$$hashKey": "object:73",
641 "fake": true,
642 "field": "rule_description",
643 "id": "3",
644 "settings": {
645 "min_doc_count": 1,
646 "order": "desc",
647 "orderBy": "_count",
648 "size": "0"
649 },
650 "type": "terms"
651 }
652 ],
653 "datasource": {
654 "type": "elasticsearch",
655 "uid": "replace_datasource_uid"
656 },
657 "metrics": [
658 {
659 "$$hashKey": "object:71",
660 "field": "select field",
661 "id": "1",
662 "type": "count"
663 }
664 ],
665 "query": "agent_name:$agent_name AND rule_groups:open-audit",
666 "refId": "A",
667 "timeField": "timestamp"
668 }
669 ],
670 "title": "INVENTORY ITEMS BY MODULE",
671 "transformations": [
672 {
673 "id": "organize",
674 "options": {
675 "excludeByName": {},
676 "indexByName": {},
677 "renameByName": {
678 "rule_description": "MODULE"
679 }
680 }
681 }
682 ],
683 "type": "table"
684 },
685 {
686 "datasource": {
687 "type": "elasticsearch",
688 "uid": "replace_datasource_uid"
689 },
690 "fieldConfig": {
691 "defaults": {
692 "custom": {
693 "align": "auto",
694 "cellOptions": {
695 "type": "auto"
696 },
697 "filterable": false,
698 "inspect": false
699 },
700 "mappings": [],
701 "thresholds": {
702 "mode": "absolute",
703 "steps": [
704 {
705 "color": "blue",
706 "value": null
707 }
708 ]
709 }
710 },
711 "overrides": [
712 {
713 "matcher": {
714 "id": "byName",
715 "options": "Count"
716 },
717 "properties": [
718 {
719 "id": "custom.cellOptions",
720 "value": {
721 "mode": "basic",
722 "type": "gauge"
723 }
724 }
725 ]
726 },
727 {
728 "matcher": {
729 "id": "byName",
730 "options": "rule_description"
731 },
732 "properties": [
733 {
734 "id": "custom.width",
735 "value": 703
736 }
737 ]
738 },
739 {
740 "matcher": {
741 "id": "byName",
742 "options": "rule_level"
743 },
744 "properties": [
745 {
746 "id": "custom.width",
747 "value": 212
748 },
749 {
750 "id": "mappings",
751 "value": [
752 {
753 "options": {
754 "from": 1,
755 "result": {
756 "color": "green",
757 "index": 0
758 },
759 "to": 3
760 },
761 "type": "range"
762 },
763 {
764 "options": {
765 "from": 4,
766 "result": {
767 "color": "dark-yellow",
768 "index": 1
769 },
770 "to": 6
771 },
772 "type": "range"
773 },
774 {
775 "options": {
776 "from": 7,
777 "result": {
778 "color": "orange",
779 "index": 2
780 },
781 "to": 9
782 },
783 "type": "range"
784 },
785 {
786 "options": {
787 "from": 10,
788 "result": {
789 "color": "semi-dark-red",
790 "index": 3
791 },
792 "to": 15
793 },
794 "type": "range"
795 }
796 ]
797 }
798 ]
799 }
800 ]
801 },
802 "gridPos": {
803 "h": 8,
804 "w": 9,
805 "x": 15,
806 "y": 1
807 },
808 "id": 115,
809 "links": [],
810 "maxDataPoints": 3,
811 "options": {
812 "cellHeight": "sm",
813 "footer": {
814 "countRows": false,
815 "fields": "",
816 "reducer": ["sum"],
817 "show": false
818 },
819 "showHeader": true,
820 "sortBy": []
821 },
822 "pluginVersion": "10.0.2",
823 "targets": [
824 {
825 "bucketAggs": [
826 {
827 "$$hashKey": "object:3082",
828 "fake": true,
829 "field": "agent_name",
830 "id": "4",
831 "settings": {
832 "min_doc_count": 0,
833 "order": "desc",
834 "orderBy": "_count",
835 "size": "10"
836 },
837 "type": "terms"
838 }
839 ],
840 "datasource": {
841 "type": "elasticsearch",
842 "uid": "replace_datasource_uid"
843 },
844 "metrics": [
845 {
846 "$$hashKey": "object:71",
847 "field": "select field",
848 "id": "1",
849 "type": "count"
850 }
851 ],
852 "query": "agent_name:$agent_name AND rule_groups:open-audit",
853 "refId": "A",
854 "timeField": "timestamp"
855 }
856 ],
857 "title": "INVENTORY ITEMS BY AGENT",
858 "transformations": [
859 {
860 "id": "organize",
861 "options": {
862 "excludeByName": {},
863 "indexByName": {},
864 "renameByName": {
865 "agent_name": "AGENT"
866 }
867 }
868 }
869 ],
870 "type": "table"
871 },
872 {
873 "collapsed": true,
874 "datasource": {
875 "type": "elasticsearch",
876 "uid": "replace_datasource_uid"
877 },
878 "gridPos": {
879 "h": 1,
880 "w": 24,
881 "x": 0,
882 "y": 9
883 },
884 "id": 112,
885 "panels": [
886 {
887 "datasource": {
888 "type": "elasticsearch",
889 "uid": "replace_datasource_uid"
890 },
891 "fieldConfig": {
892 "defaults": {
893 "color": {
894 "mode": "palette-classic"
895 },
896 "custom": {
897 "hideFrom": {
898 "legend": false,
899 "tooltip": false,
900 "viz": false
901 }
902 },
903 "decimals": 0,
904 "mappings": [],
905 "unit": "short"
906 },
907 "overrides": []
908 },
909 "gridPos": {
910 "h": 8,
911 "w": 5,
912 "x": 0,
913 "y": 10
914 },
915 "id": 138,
916 "links": [],
917 "maxDataPoints": 3,
918 "options": {
919 "displayLabels": [],
920 "legend": {
921 "calcs": [],
922 "displayMode": "table",
923 "placement": "right",
924 "showLegend": true,
925 "values": ["value"]
926 },
927 "pieType": "donut",
928 "reduceOptions": {
929 "calcs": ["sum"],
930 "fields": "",
931 "values": false
932 },
933 "text": {},
934 "tooltip": {
935 "mode": "single",
936 "sort": "none"
937 }
938 },
939 "targets": [
940 {
941 "bucketAggs": [
942 {
943 "$$hashKey": "object:73",
944 "fake": true,
945 "field": "data_system_sys_manufacturer",
946 "id": "3",
947 "settings": {
948 "min_doc_count": 1,
949 "order": "desc",
950 "orderBy": "_count",
951 "size": "0"
952 },
953 "type": "terms"
954 },
955 {
956 "$$hashKey": "object:74",
957 "field": "timestamp",
958 "id": "2",
959 "settings": {
960 "interval": "auto",
961 "min_doc_count": 0,
962 "trimEdges": 0
963 },
964 "type": "date_histogram"
965 }
966 ],
967 "datasource": {
968 "type": "elasticsearch",
969 "uid": "replace_datasource_uid"
970 },
971 "metrics": [
972 {
973 "$$hashKey": "object:71",
974 "field": "select field",
975 "id": "1",
976 "type": "count"
977 }
978 ],
979 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit System\"",
980 "refId": "A",
981 "timeField": "timestamp"
982 }
983 ],
984 "title": "HARDWARE MANUFACTURERS",
985 "type": "piechart"
986 },
987 {
988 "datasource": {
989 "type": "elasticsearch",
990 "uid": "replace_datasource_uid"
991 },
992 "fieldConfig": {
993 "defaults": {
994 "color": {
995 "mode": "palette-classic"
996 },
997 "custom": {
998 "hideFrom": {
999 "legend": false,
1000 "tooltip": false,
1001 "viz": false
1002 }
1003 },
1004 "decimals": 0,
1005 "mappings": [],
1006 "unit": "short"
1007 },
1008 "overrides": []
1009 },
1010 "gridPos": {
1011 "h": 8,
1012 "w": 5,
1013 "x": 5,
1014 "y": 10
1015 },
1016 "id": 139,
1017 "links": [],
1018 "maxDataPoints": 3,
1019 "options": {
1020 "displayLabels": [],
1021 "legend": {
1022 "calcs": [],
1023 "displayMode": "table",
1024 "placement": "right",
1025 "showLegend": true,
1026 "values": ["value"]
1027 },
1028 "pieType": "donut",
1029 "reduceOptions": {
1030 "calcs": ["sum"],
1031 "fields": "",
1032 "values": false
1033 },
1034 "text": {},
1035 "tooltip": {
1036 "mode": "single",
1037 "sort": "none"
1038 }
1039 },
1040 "targets": [
1041 {
1042 "bucketAggs": [
1043 {
1044 "$$hashKey": "object:73",
1045 "fake": true,
1046 "field": "data_system_sys_model",
1047 "id": "3",
1048 "settings": {
1049 "min_doc_count": 1,
1050 "order": "desc",
1051 "orderBy": "_count",
1052 "size": "0"
1053 },
1054 "type": "terms"
1055 },
1056 {
1057 "$$hashKey": "object:74",
1058 "field": "timestamp",
1059 "id": "2",
1060 "settings": {
1061 "interval": "auto",
1062 "min_doc_count": 0,
1063 "trimEdges": 0
1064 },
1065 "type": "date_histogram"
1066 }
1067 ],
1068 "datasource": {
1069 "type": "elasticsearch",
1070 "uid": "replace_datasource_uid"
1071 },
1072 "metrics": [
1073 {
1074 "$$hashKey": "object:71",
1075 "field": "select field",
1076 "id": "1",
1077 "type": "count"
1078 }
1079 ],
1080 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit System\"",
1081 "refId": "A",
1082 "timeField": "timestamp"
1083 }
1084 ],
1085 "title": "HARDWARE MODELS",
1086 "type": "piechart"
1087 },
1088 {
1089 "datasource": {
1090 "type": "elasticsearch",
1091 "uid": "replace_datasource_uid"
1092 },
1093 "fieldConfig": {
1094 "defaults": {
1095 "color": {
1096 "mode": "thresholds"
1097 },
1098 "custom": {
1099 "align": "auto",
1100 "cellOptions": {
1101 "type": "auto"
1102 },
1103 "inspect": false
1104 },
1105 "mappings": [],
1106 "thresholds": {
1107 "mode": "absolute",
1108 "steps": [
1109 {
1110 "color": "green"
1111 },
1112 {
1113 "color": "red",
1114 "value": 80
1115 }
1116 ]
1117 }
1118 },
1119 "overrides": [
1120 {
1121 "matcher": {
1122 "id": "byName",
1123 "options": "rule_level"
1124 },
1125 "properties": [
1126 {
1127 "id": "custom.width",
1128 "value": 93
1129 }
1130 ]
1131 },
1132 {
1133 "matcher": {
1134 "id": "byName",
1135 "options": "windows_event_id"
1136 },
1137 "properties": [
1138 {
1139 "id": "custom.width",
1140 "value": 186
1141 }
1142 ]
1143 },
1144 {
1145 "matcher": {
1146 "id": "byName",
1147 "options": "DATE/TIME"
1148 },
1149 "properties": [
1150 {
1151 "id": "custom.width",
1152 "value": 202
1153 }
1154 ]
1155 },
1156 {
1157 "matcher": {
1158 "id": "byName",
1159 "options": "AGENT"
1160 },
1161 "properties": [
1162 {
1163 "id": "custom.width",
1164 "value": 171
1165 }
1166 ]
1167 },
1168 {
1169 "matcher": {
1170 "id": "byName",
1171 "options": "SRC IP"
1172 },
1173 "properties": [
1174 {
1175 "id": "custom.width",
1176 "value": 167
1177 }
1178 ]
1179 }
1180 ]
1181 },
1182 "gridPos": {
1183 "h": 8,
1184 "w": 14,
1185 "x": 10,
1186 "y": 10
1187 },
1188 "id": 140,
1189 "options": {
1190 "cellHeight": "sm",
1191 "footer": {
1192 "countRows": false,
1193 "fields": "",
1194 "reducer": ["sum"],
1195 "show": false
1196 },
1197 "showHeader": true,
1198 "sortBy": []
1199 },
1200 "pluginVersion": "10.0.2",
1201 "targets": [
1202 {
1203 "alias": "",
1204 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
1205 "datasource": {
1206 "type": "elasticsearch",
1207 "uid": "replace_datasource_uid"
1208 },
1209 "metrics": [
1210 {
1211 "id": "1",
1212 "settings": {
1213 "size": "500"
1214 },
1215 "type": "raw_data"
1216 }
1217 ],
1218 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit System\"",
1219 "queryType": "lucene",
1220 "refId": "A",
1221 "timeField": "timestamp"
1222 }
1223 ],
1224 "title": "SYSTEM INFO",
1225 "transformations": [
1226 {
1227 "id": "organize",
1228 "options": {
1229 "excludeByName": {
1230 "@metadata_beat": true,
1231 "@metadata_type": true,
1232 "@metadata_version": true,
1233 "_id": true,
1234 "_index": true,
1235 "_type": true,
1236 "agent_ephemeral_id": true,
1237 "agent_hostname": true,
1238 "agent_id": true,
1239 "agent_ip": false,
1240 "agent_ip_city_name": true,
1241 "agent_ip_country_code": true,
1242 "agent_ip_geolocation": true,
1243 "agent_labels_customer": true,
1244 "agent_name": false,
1245 "agent_type": true,
1246 "agent_version": true,
1247 "beats_type": true,
1248 "collector_node_id": true,
1249 "data_base_indicator_access_type": true,
1250 "data_base_indicator_id": false,
1251 "data_base_indicator_indicator_city_name": true,
1252 "data_base_indicator_indicator_country_code": true,
1253 "data_base_indicator_indicator_geolocation": true,
1254 "data_inventory_module": true,
1255 "data_system_sys_domain": true,
1256 "data_system_sys_form_factor": true,
1257 "data_system_sys_hostname": true,
1258 "data_system_sys_icon": true,
1259 "data_system_sys_ip": true,
1260 "data_system_sys_ip_city_name": true,
1261 "data_system_sys_ip_country_code": true,
1262 "data_system_sys_ip_geolocation": true,
1263 "data_system_sys_last_seen_by": true,
1264 "data_system_sys_memory_count": true,
1265 "data_system_sys_os_arch": true,
1266 "data_system_sys_os_bit": true,
1267 "data_system_sys_os_family": true,
1268 "data_system_sys_os_group": true,
1269 "data_system_sys_os_installation_date": true,
1270 "data_system_sys_os_version": true,
1271 "data_system_sys_processor_count": true,
1272 "data_system_sys_script_version": true,
1273 "data_system_sys_serial": true,
1274 "data_system_sys_type": true,
1275 "data_system_sys_uuid": true,
1276 "data_type": true,
1277 "data_win_eventdata_domain": true,
1278 "data_win_eventdata_imagePath": true,
1279 "data_win_eventdata_sID": true,
1280 "data_win_eventdata_serviceName": true,
1281 "data_win_eventdata_serviceType": true,
1282 "data_win_eventdata_startType": true,
1283 "data_win_eventdata_timestamp": true,
1284 "data_win_eventdata_user": true,
1285 "data_win_system_channel": true,
1286 "data_win_system_computer": true,
1287 "data_win_system_eventID": true,
1288 "data_win_system_eventRecordID": true,
1289 "data_win_system_eventSourceName": true,
1290 "data_win_system_keywords": true,
1291 "data_win_system_level": true,
1292 "data_win_system_opcode": true,
1293 "data_win_system_processID": true,
1294 "data_win_system_providerGuid": true,
1295 "data_win_system_providerName": true,
1296 "data_win_system_severityValue": true,
1297 "data_win_system_systemTime": true,
1298 "data_win_system_task": true,
1299 "data_win_system_threadID": true,
1300 "data_win_system_version": true,
1301 "date": true,
1302 "decoder_name": true,
1303 "ecs_version": true,
1304 "gl2_accounted_message_size": true,
1305 "gl2_message_id": true,
1306 "gl2_processing_error": true,
1307 "gl2_remote_ip": true,
1308 "gl2_remote_port": true,
1309 "gl2_source_collector": true,
1310 "gl2_source_input": true,
1311 "gl2_source_node": true,
1312 "highlight": true,
1313 "host_name": true,
1314 "id": true,
1315 "location": true,
1316 "log_file_path": true,
1317 "log_offset": true,
1318 "manager_name": true,
1319 "message": true,
1320 "previous_output": true,
1321 "rule_description": true,
1322 "rule_firedtimes": true,
1323 "rule_frequency": true,
1324 "rule_gdpr": true,
1325 "rule_gpg13": true,
1326 "rule_group1": true,
1327 "rule_group2": true,
1328 "rule_groups": true,
1329 "rule_hipaa": true,
1330 "rule_id": true,
1331 "rule_level": true,
1332 "rule_mail": true,
1333 "rule_mitre_id": true,
1334 "rule_mitre_tactic": true,
1335 "rule_mitre_technique": true,
1336 "rule_nist_800_53": true,
1337 "rule_pci_dss": true,
1338 "rule_tsc": true,
1339 "sort": true,
1340 "source": true,
1341 "src_ip": true,
1342 "src_ip_city_name": true,
1343 "src_ip_country_code": true,
1344 "src_ip_geolocation": true,
1345 "streams": true,
1346 "syslog_level": true,
1347 "syslog_tag": true,
1348 "syslog_type": true,
1349 "timestamp": true,
1350 "timestamp_utc": true,
1351 "true": true,
1352 "user_name": true,
1353 "win_system_eventID": true,
1354 "windows_event_id": true,
1355 "windows_event_severity": false
1356 },
1357 "indexByName": {
1358 "_id": 1,
1359 "_index": 2,
1360 "_type": 3,
1361 "agent_id": 4,
1362 "agent_ip": 5,
1363 "agent_labels_customer": 29,
1364 "agent_name": 0,
1365 "data_inventory_module": 30,
1366 "data_processor_cores": 33,
1367 "data_processor_logical_nbr": 34,
1368 "data_processor_name": 31,
1369 "data_processor_status": 32,
1370 "date": 35,
1371 "decoder_name": 6,
1372 "gl2_accounted_message_size": 7,
1373 "gl2_message_id": 8,
1374 "gl2_processing_error": 36,
1375 "gl2_remote_ip": 9,
1376 "gl2_remote_port": 10,
1377 "gl2_source_input": 11,
1378 "gl2_source_node": 12,
1379 "highlight": 13,
1380 "id": 14,
1381 "location": 15,
1382 "manager_name": 16,
1383 "message": 17,
1384 "rule_description": 18,
1385 "rule_firedtimes": 19,
1386 "rule_groups": 20,
1387 "rule_id": 21,
1388 "rule_level": 22,
1389 "rule_mail": 23,
1390 "sort": 24,
1391 "source": 25,
1392 "streams": 26,
1393 "syslog_type": 27,
1394 "timestamp": 28
1395 },
1396 "renameByName": {
1397 "agent_ip": "SRC IP",
1398 "agent_name": "AGENT",
1399 "data_base_indicator_access_type": "",
1400 "data_base_indicator_id": "OTX IoC ID",
1401 "data_base_indicator_indicator": "IoC",
1402 "data_base_indicator_indicator_country_code": "",
1403 "data_base_indicator_type": "IoC TYPE",
1404 "data_bios_sn": "BIOS S/N",
1405 "data_processor_cores": "CORES",
1406 "data_processor_logical_nbr": "CORES (LOGICAL)",
1407 "data_processor_name": "PROCESSOR",
1408 "data_processor_status": "STATUS",
1409 "data_sections": "OTX SECTIONS",
1410 "data_system_manufacturer": "VENDOR",
1411 "data_system_model": "MODEL",
1412 "data_system_sys_manufacturer": "VENDOR",
1413 "data_system_sys_model": "MODEL",
1414 "data_system_sys_os_name": "OS",
1415 "data_system_sys_uptime": "UPTIME",
1416 "data_type": "",
1417 "data_win_system_message": "MESSAGE",
1418 "data_win_system_providerGuid": "",
1419 "rule_level": "RULE LEVEL",
1420 "timestamp": "DATE/TIME",
1421 "windows_event_severity": "EVENT LOG SEVERITY"
1422 }
1423 }
1424 }
1425 ],
1426 "type": "table"
1427 },
1428 {
1429 "datasource": {
1430 "type": "elasticsearch",
1431 "uid": "replace_datasource_uid"
1432 },
1433 "fieldConfig": {
1434 "defaults": {
1435 "color": {
1436 "mode": "palette-classic"
1437 },
1438 "custom": {
1439 "hideFrom": {
1440 "legend": false,
1441 "tooltip": false,
1442 "viz": false
1443 }
1444 },
1445 "decimals": 0,
1446 "mappings": [],
1447 "unit": "short"
1448 },
1449 "overrides": [
1450 {
1451 "matcher": {
1452 "id": "byName",
1453 "options": "1"
1454 },
1455 "properties": [
1456 {
1457 "id": "color",
1458 "value": {
1459 "fixedColor": "#FF9830",
1460 "mode": "fixed"
1461 }
1462 }
1463 ]
1464 },
1465 {
1466 "matcher": {
1467 "id": "byName",
1468 "options": "Alert"
1469 },
1470 "properties": [
1471 {
1472 "id": "color",
1473 "value": {
1474 "fixedColor": "#F2495C",
1475 "mode": "fixed"
1476 }
1477 }
1478 ]
1479 },
1480 {
1481 "matcher": {
1482 "id": "byName",
1483 "options": "Error"
1484 },
1485 "properties": [
1486 {
1487 "id": "color",
1488 "value": {
1489 "fixedColor": "#F2495C",
1490 "mode": "fixed"
1491 }
1492 }
1493 ]
1494 },
1495 {
1496 "matcher": {
1497 "id": "byName",
1498 "options": "Info"
1499 },
1500 "properties": [
1501 {
1502 "id": "color",
1503 "value": {
1504 "fixedColor": "#73BF69",
1505 "mode": "fixed"
1506 }
1507 }
1508 ]
1509 },
1510 {
1511 "matcher": {
1512 "id": "byName",
1513 "options": "NOTICE"
1514 },
1515 "properties": [
1516 {
1517 "id": "color",
1518 "value": {
1519 "fixedColor": "#5794F2",
1520 "mode": "fixed"
1521 }
1522 }
1523 ]
1524 },
1525 {
1526 "matcher": {
1527 "id": "byName",
1528 "options": "Notice"
1529 },
1530 "properties": [
1531 {
1532 "id": "color",
1533 "value": {
1534 "fixedColor": "#5794F2",
1535 "mode": "fixed"
1536 }
1537 }
1538 ]
1539 },
1540 {
1541 "matcher": {
1542 "id": "byName",
1543 "options": "Result"
1544 },
1545 "properties": [
1546 {
1547 "id": "color",
1548 "value": {
1549 "fixedColor": "#B877D9",
1550 "mode": "fixed"
1551 }
1552 }
1553 ]
1554 },
1555 {
1556 "matcher": {
1557 "id": "byName",
1558 "options": "Warning"
1559 },
1560 "properties": [
1561 {
1562 "id": "color",
1563 "value": {
1564 "fixedColor": "#FF9830",
1565 "mode": "fixed"
1566 }
1567 }
1568 ]
1569 },
1570 {
1571 "matcher": {
1572 "id": "byName",
1573 "options": "INFORMATION"
1574 },
1575 "properties": [
1576 {
1577 "id": "color",
1578 "value": {
1579 "fixedColor": "green",
1580 "mode": "fixed"
1581 }
1582 }
1583 ]
1584 },
1585 {
1586 "matcher": {
1587 "id": "byName",
1588 "options": "WARNING"
1589 },
1590 "properties": [
1591 {
1592 "id": "color",
1593 "value": {
1594 "fixedColor": "orange",
1595 "mode": "fixed"
1596 }
1597 }
1598 ]
1599 },
1600 {
1601 "matcher": {
1602 "id": "byName",
1603 "options": "ERROR"
1604 },
1605 "properties": [
1606 {
1607 "id": "color",
1608 "value": {
1609 "fixedColor": "red",
1610 "mode": "fixed"
1611 }
1612 }
1613 ]
1614 }
1615 ]
1616 },
1617 "gridPos": {
1618 "h": 8,
1619 "w": 5,
1620 "x": 0,
1621 "y": 18
1622 },
1623 "id": 136,
1624 "links": [],
1625 "maxDataPoints": 3,
1626 "options": {
1627 "displayLabels": [],
1628 "legend": {
1629 "calcs": [],
1630 "displayMode": "table",
1631 "placement": "right",
1632 "showLegend": true,
1633 "values": ["value"]
1634 },
1635 "pieType": "donut",
1636 "reduceOptions": {
1637 "calcs": ["sum"],
1638 "fields": "",
1639 "values": false
1640 },
1641 "text": {},
1642 "tooltip": {
1643 "mode": "single",
1644 "sort": "none"
1645 }
1646 },
1647 "targets": [
1648 {
1649 "bucketAggs": [
1650 {
1651 "$$hashKey": "object:73",
1652 "fake": true,
1653 "field": "data_system_sys_processor_count",
1654 "id": "3",
1655 "settings": {
1656 "min_doc_count": 1,
1657 "order": "desc",
1658 "orderBy": "_count",
1659 "size": "0"
1660 },
1661 "type": "terms"
1662 },
1663 {
1664 "field": "agent_name",
1665 "id": "4",
1666 "settings": {
1667 "min_doc_count": "1",
1668 "order": "desc",
1669 "orderBy": "_term",
1670 "size": "10"
1671 },
1672 "type": "terms"
1673 },
1674 {
1675 "$$hashKey": "object:74",
1676 "field": "timestamp",
1677 "id": "2",
1678 "settings": {
1679 "interval": "auto",
1680 "min_doc_count": 0,
1681 "trimEdges": 0
1682 },
1683 "type": "date_histogram"
1684 }
1685 ],
1686 "datasource": {
1687 "type": "elasticsearch",
1688 "uid": "replace_datasource_uid"
1689 },
1690 "metrics": [
1691 {
1692 "$$hashKey": "object:71",
1693 "field": "select field",
1694 "id": "1",
1695 "type": "count"
1696 }
1697 ],
1698 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit System\"",
1699 "refId": "A",
1700 "timeField": "timestamp"
1701 }
1702 ],
1703 "title": "AGENTS BY NBR OF PROCESSORS",
1704 "type": "piechart"
1705 },
1706 {
1707 "datasource": {
1708 "type": "elasticsearch",
1709 "uid": "replace_datasource_uid"
1710 },
1711 "fieldConfig": {
1712 "defaults": {
1713 "color": {
1714 "mode": "thresholds"
1715 },
1716 "custom": {
1717 "align": "auto",
1718 "cellOptions": {
1719 "type": "auto"
1720 },
1721 "inspect": false
1722 },
1723 "mappings": [],
1724 "thresholds": {
1725 "mode": "absolute",
1726 "steps": [
1727 {
1728 "color": "green"
1729 },
1730 {
1731 "color": "red",
1732 "value": 80
1733 }
1734 ]
1735 }
1736 },
1737 "overrides": [
1738 {
1739 "matcher": {
1740 "id": "byName",
1741 "options": "rule_level"
1742 },
1743 "properties": [
1744 {
1745 "id": "custom.width",
1746 "value": 93
1747 }
1748 ]
1749 },
1750 {
1751 "matcher": {
1752 "id": "byName",
1753 "options": "windows_event_id"
1754 },
1755 "properties": [
1756 {
1757 "id": "custom.width",
1758 "value": 186
1759 }
1760 ]
1761 },
1762 {
1763 "matcher": {
1764 "id": "byName",
1765 "options": "DATE/TIME"
1766 },
1767 "properties": [
1768 {
1769 "id": "custom.width",
1770 "value": 202
1771 }
1772 ]
1773 },
1774 {
1775 "matcher": {
1776 "id": "byName",
1777 "options": "AGENT"
1778 },
1779 "properties": [
1780 {
1781 "id": "custom.width",
1782 "value": 171
1783 }
1784 ]
1785 },
1786 {
1787 "matcher": {
1788 "id": "byName",
1789 "options": "SRC IP"
1790 },
1791 "properties": [
1792 {
1793 "id": "custom.width",
1794 "value": 167
1795 }
1796 ]
1797 },
1798 {
1799 "matcher": {
1800 "id": "byName",
1801 "options": "MESSAGE"
1802 },
1803 "properties": [
1804 {
1805 "id": "custom.width",
1806 "value": 1519
1807 }
1808 ]
1809 },
1810 {
1811 "matcher": {
1812 "id": "byName",
1813 "options": "rule_description"
1814 },
1815 "properties": [
1816 {
1817 "id": "custom.width",
1818 "value": 524
1819 }
1820 ]
1821 },
1822 {
1823 "matcher": {
1824 "id": "byName",
1825 "options": "PROCESSOR"
1826 },
1827 "properties": [
1828 {
1829 "id": "custom.width",
1830 "value": 418
1831 }
1832 ]
1833 }
1834 ]
1835 },
1836 "gridPos": {
1837 "h": 8,
1838 "w": 19,
1839 "x": 5,
1840 "y": 18
1841 },
1842 "id": 116,
1843 "options": {
1844 "cellHeight": "sm",
1845 "footer": {
1846 "countRows": false,
1847 "fields": "",
1848 "reducer": ["sum"],
1849 "show": false
1850 },
1851 "showHeader": true,
1852 "sortBy": []
1853 },
1854 "pluginVersion": "10.0.2",
1855 "targets": [
1856 {
1857 "alias": "",
1858 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
1859 "datasource": {
1860 "type": "elasticsearch",
1861 "uid": "replace_datasource_uid"
1862 },
1863 "metrics": [
1864 {
1865 "id": "1",
1866 "settings": {
1867 "size": "500"
1868 },
1869 "type": "raw_data"
1870 }
1871 ],
1872 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit System\"",
1873 "queryType": "lucene",
1874 "refId": "A",
1875 "timeField": "timestamp"
1876 }
1877 ],
1878 "title": "PROCESSORS INFO",
1879 "transformations": [
1880 {
1881 "id": "organize",
1882 "options": {
1883 "excludeByName": {
1884 "@metadata_beat": true,
1885 "@metadata_type": true,
1886 "@metadata_version": true,
1887 "_id": true,
1888 "_index": true,
1889 "_type": true,
1890 "agent_ephemeral_id": true,
1891 "agent_hostname": true,
1892 "agent_id": true,
1893 "agent_ip": false,
1894 "agent_ip_city_name": true,
1895 "agent_ip_country_code": true,
1896 "agent_ip_geolocation": true,
1897 "agent_labels_customer": true,
1898 "agent_name": false,
1899 "agent_type": true,
1900 "agent_version": true,
1901 "beats_type": true,
1902 "collector_node_id": true,
1903 "data_base_indicator_access_type": true,
1904 "data_base_indicator_id": false,
1905 "data_base_indicator_indicator_city_name": true,
1906 "data_base_indicator_indicator_country_code": true,
1907 "data_base_indicator_indicator_geolocation": true,
1908 "data_inventory_module": true,
1909 "data_system_sys_domain": true,
1910 "data_system_sys_form_factor": true,
1911 "data_system_sys_hostname": true,
1912 "data_system_sys_icon": true,
1913 "data_system_sys_ip": true,
1914 "data_system_sys_ip_city_name": true,
1915 "data_system_sys_ip_country_code": true,
1916 "data_system_sys_ip_geolocation": true,
1917 "data_system_sys_last_seen_by": true,
1918 "data_system_sys_manufacturer": true,
1919 "data_system_sys_memory_count": true,
1920 "data_system_sys_model": true,
1921 "data_system_sys_os_family": true,
1922 "data_system_sys_os_group": true,
1923 "data_system_sys_os_installation_date": true,
1924 "data_system_sys_os_name": true,
1925 "data_system_sys_os_version": true,
1926 "data_system_sys_script_version": true,
1927 "data_system_sys_type": true,
1928 "data_system_sys_uptime": true,
1929 "data_system_sys_uuid": true,
1930 "data_type": true,
1931 "data_win_eventdata_domain": true,
1932 "data_win_eventdata_imagePath": true,
1933 "data_win_eventdata_sID": true,
1934 "data_win_eventdata_serviceName": true,
1935 "data_win_eventdata_serviceType": true,
1936 "data_win_eventdata_startType": true,
1937 "data_win_eventdata_timestamp": true,
1938 "data_win_eventdata_user": true,
1939 "data_win_system_channel": true,
1940 "data_win_system_computer": true,
1941 "data_win_system_eventID": true,
1942 "data_win_system_eventRecordID": true,
1943 "data_win_system_eventSourceName": true,
1944 "data_win_system_keywords": true,
1945 "data_win_system_level": true,
1946 "data_win_system_opcode": true,
1947 "data_win_system_processID": true,
1948 "data_win_system_providerGuid": true,
1949 "data_win_system_providerName": true,
1950 "data_win_system_severityValue": true,
1951 "data_win_system_systemTime": true,
1952 "data_win_system_task": true,
1953 "data_win_system_threadID": true,
1954 "data_win_system_version": true,
1955 "date": true,
1956 "decoder_name": true,
1957 "ecs_version": true,
1958 "gl2_accounted_message_size": true,
1959 "gl2_message_id": true,
1960 "gl2_processing_error": true,
1961 "gl2_remote_ip": true,
1962 "gl2_remote_port": true,
1963 "gl2_source_collector": true,
1964 "gl2_source_input": true,
1965 "gl2_source_node": true,
1966 "highlight": true,
1967 "host_name": true,
1968 "id": true,
1969 "location": true,
1970 "log_file_path": true,
1971 "log_offset": true,
1972 "manager_name": true,
1973 "message": true,
1974 "previous_output": true,
1975 "rule_description": true,
1976 "rule_firedtimes": true,
1977 "rule_frequency": true,
1978 "rule_gdpr": true,
1979 "rule_gpg13": true,
1980 "rule_group1": true,
1981 "rule_group2": true,
1982 "rule_groups": true,
1983 "rule_hipaa": true,
1984 "rule_id": true,
1985 "rule_level": true,
1986 "rule_mail": true,
1987 "rule_mitre_id": true,
1988 "rule_mitre_tactic": true,
1989 "rule_mitre_technique": true,
1990 "rule_nist_800_53": true,
1991 "rule_pci_dss": true,
1992 "rule_tsc": true,
1993 "sort": true,
1994 "source": true,
1995 "src_ip": true,
1996 "src_ip_city_name": true,
1997 "src_ip_country_code": true,
1998 "src_ip_geolocation": true,
1999 "streams": true,
2000 "syslog_level": true,
2001 "syslog_tag": true,
2002 "syslog_type": true,
2003 "timestamp": false,
2004 "timestamp_utc": true,
2005 "true": true,
2006 "user_name": true,
2007 "win_system_eventID": true,
2008 "windows_event_id": true,
2009 "windows_event_severity": false
2010 },
2011 "indexByName": {
2012 "_id": 2,
2013 "_index": 3,
2014 "_type": 4,
2015 "agent_id": 5,
2016 "agent_ip": 6,
2017 "agent_ip_city_name": 31,
2018 "agent_ip_country_code": 32,
2019 "agent_ip_geolocation": 33,
2020 "agent_labels_customer": 29,
2021 "agent_name": 1,
2022 "data_system_sys_domain": 34,
2023 "data_system_sys_form_factor": 35,
2024 "data_system_sys_hostname": 36,
2025 "data_system_sys_icon": 37,
2026 "data_system_sys_ip": 38,
2027 "data_system_sys_ip_city_name": 39,
2028 "data_system_sys_ip_country_code": 40,
2029 "data_system_sys_ip_geolocation": 41,
2030 "data_system_sys_last_seen_by": 42,
2031 "data_system_sys_manufacturer": 43,
2032 "data_system_sys_memory_count": 44,
2033 "data_system_sys_model": 45,
2034 "data_system_sys_os_arch": 46,
2035 "data_system_sys_os_bit": 47,
2036 "data_system_sys_os_family": 48,
2037 "data_system_sys_os_group": 49,
2038 "data_system_sys_os_installation_date": 50,
2039 "data_system_sys_os_name": 51,
2040 "data_system_sys_os_version": 52,
2041 "data_system_sys_processor_count": 53,
2042 "data_system_sys_script_version": 54,
2043 "data_system_sys_serial": 55,
2044 "data_system_sys_type": 56,
2045 "data_system_sys_uptime": 57,
2046 "data_system_sys_uuid": 58,
2047 "decoder_name": 7,
2048 "gl2_accounted_message_size": 8,
2049 "gl2_message_id": 9,
2050 "gl2_processing_error": 30,
2051 "gl2_remote_ip": 10,
2052 "gl2_remote_port": 11,
2053 "gl2_source_input": 12,
2054 "gl2_source_node": 13,
2055 "highlight": 14,
2056 "id": 15,
2057 "location": 16,
2058 "manager_name": 17,
2059 "message": 18,
2060 "rule_description": 19,
2061 "rule_firedtimes": 20,
2062 "rule_group1": 59,
2063 "rule_groups": 21,
2064 "rule_id": 22,
2065 "rule_level": 23,
2066 "rule_mail": 24,
2067 "sort": 25,
2068 "source": 26,
2069 "streams": 27,
2070 "syslog_level": 60,
2071 "syslog_type": 28,
2072 "timestamp": 0,
2073 "timestamp_utc": 61,
2074 "true": 62
2075 },
2076 "renameByName": {
2077 "agent_ip": "SRC IP",
2078 "agent_name": "AGENT",
2079 "data_base_indicator_access_type": "",
2080 "data_base_indicator_id": "OTX IoC ID",
2081 "data_base_indicator_indicator": "IoC",
2082 "data_base_indicator_indicator_country_code": "",
2083 "data_base_indicator_type": "IoC TYPE",
2084 "data_processor_cores": "CORES",
2085 "data_processor_logical_nbr": "CORES (LOGICAL)",
2086 "data_processor_name": "PROCESSOR",
2087 "data_processor_status": "STATUS",
2088 "data_sections": "OTX SECTIONS",
2089 "data_system_sys_os_arch": "ARCH",
2090 "data_system_sys_os_bit": "BITS",
2091 "data_system_sys_processor_count": "PROCESSORS",
2092 "data_system_sys_serial": "S/N",
2093 "data_type": "",
2094 "data_win_system_message": "MESSAGE",
2095 "data_win_system_providerGuid": "",
2096 "rule_level": "RULE LEVEL",
2097 "timestamp": "DATE/TIME",
2098 "windows_event_severity": "EVENT LOG SEVERITY"
2099 }
2100 }
2101 }
2102 ],
2103 "type": "table"
2104 },
2105 {
2106 "datasource": {
2107 "type": "elasticsearch",
2108 "uid": "replace_datasource_uid"
2109 },
2110 "fieldConfig": {
2111 "defaults": {
2112 "color": {
2113 "mode": "palette-classic"
2114 },
2115 "custom": {
2116 "hideFrom": {
2117 "legend": false,
2118 "tooltip": false,
2119 "viz": false
2120 }
2121 },
2122 "decimals": 0,
2123 "mappings": [],
2124 "unit": "short"
2125 },
2126 "overrides": [
2127 {
2128 "matcher": {
2129 "id": "byName",
2130 "options": "1"
2131 },
2132 "properties": [
2133 {
2134 "id": "color",
2135 "value": {
2136 "fixedColor": "#FF9830",
2137 "mode": "fixed"
2138 }
2139 }
2140 ]
2141 },
2142 {
2143 "matcher": {
2144 "id": "byName",
2145 "options": "Alert"
2146 },
2147 "properties": [
2148 {
2149 "id": "color",
2150 "value": {
2151 "fixedColor": "#F2495C",
2152 "mode": "fixed"
2153 }
2154 }
2155 ]
2156 },
2157 {
2158 "matcher": {
2159 "id": "byName",
2160 "options": "Error"
2161 },
2162 "properties": [
2163 {
2164 "id": "color",
2165 "value": {
2166 "fixedColor": "#F2495C",
2167 "mode": "fixed"
2168 }
2169 }
2170 ]
2171 },
2172 {
2173 "matcher": {
2174 "id": "byName",
2175 "options": "Info"
2176 },
2177 "properties": [
2178 {
2179 "id": "color",
2180 "value": {
2181 "fixedColor": "#73BF69",
2182 "mode": "fixed"
2183 }
2184 }
2185 ]
2186 },
2187 {
2188 "matcher": {
2189 "id": "byName",
2190 "options": "NOTICE"
2191 },
2192 "properties": [
2193 {
2194 "id": "color",
2195 "value": {
2196 "fixedColor": "#5794F2",
2197 "mode": "fixed"
2198 }
2199 }
2200 ]
2201 },
2202 {
2203 "matcher": {
2204 "id": "byName",
2205 "options": "Notice"
2206 },
2207 "properties": [
2208 {
2209 "id": "color",
2210 "value": {
2211 "fixedColor": "#5794F2",
2212 "mode": "fixed"
2213 }
2214 }
2215 ]
2216 },
2217 {
2218 "matcher": {
2219 "id": "byName",
2220 "options": "Result"
2221 },
2222 "properties": [
2223 {
2224 "id": "color",
2225 "value": {
2226 "fixedColor": "#B877D9",
2227 "mode": "fixed"
2228 }
2229 }
2230 ]
2231 },
2232 {
2233 "matcher": {
2234 "id": "byName",
2235 "options": "Warning"
2236 },
2237 "properties": [
2238 {
2239 "id": "color",
2240 "value": {
2241 "fixedColor": "#FF9830",
2242 "mode": "fixed"
2243 }
2244 }
2245 ]
2246 },
2247 {
2248 "matcher": {
2249 "id": "byName",
2250 "options": "INFORMATION"
2251 },
2252 "properties": [
2253 {
2254 "id": "color",
2255 "value": {
2256 "fixedColor": "green",
2257 "mode": "fixed"
2258 }
2259 }
2260 ]
2261 },
2262 {
2263 "matcher": {
2264 "id": "byName",
2265 "options": "WARNING"
2266 },
2267 "properties": [
2268 {
2269 "id": "color",
2270 "value": {
2271 "fixedColor": "orange",
2272 "mode": "fixed"
2273 }
2274 }
2275 ]
2276 },
2277 {
2278 "matcher": {
2279 "id": "byName",
2280 "options": "ERROR"
2281 },
2282 "properties": [
2283 {
2284 "id": "color",
2285 "value": {
2286 "fixedColor": "red",
2287 "mode": "fixed"
2288 }
2289 }
2290 ]
2291 }
2292 ]
2293 },
2294 "gridPos": {
2295 "h": 8,
2296 "w": 5,
2297 "x": 0,
2298 "y": 26
2299 },
2300 "id": 146,
2301 "links": [],
2302 "maxDataPoints": 3,
2303 "options": {
2304 "displayLabels": [],
2305 "legend": {
2306 "calcs": [],
2307 "displayMode": "table",
2308 "placement": "right",
2309 "showLegend": true,
2310 "values": ["value"]
2311 },
2312 "pieType": "donut",
2313 "reduceOptions": {
2314 "calcs": ["sum"],
2315 "fields": "",
2316 "values": false
2317 },
2318 "text": {},
2319 "tooltip": {
2320 "mode": "single",
2321 "sort": "none"
2322 }
2323 },
2324 "targets": [
2325 {
2326 "bucketAggs": [
2327 {
2328 "$$hashKey": "object:73",
2329 "fake": true,
2330 "field": "data_system_memory_item_size",
2331 "id": "3",
2332 "settings": {
2333 "min_doc_count": 1,
2334 "order": "desc",
2335 "orderBy": "_count",
2336 "size": "0"
2337 },
2338 "type": "terms"
2339 },
2340 {
2341 "field": "agent_name",
2342 "id": "4",
2343 "settings": {
2344 "min_doc_count": "1",
2345 "order": "desc",
2346 "orderBy": "_term",
2347 "size": "10"
2348 },
2349 "type": "terms"
2350 },
2351 {
2352 "$$hashKey": "object:74",
2353 "field": "timestamp",
2354 "id": "2",
2355 "settings": {
2356 "interval": "auto",
2357 "min_doc_count": 0,
2358 "trimEdges": 0
2359 },
2360 "type": "date_histogram"
2361 }
2362 ],
2363 "datasource": {
2364 "type": "elasticsearch",
2365 "uid": "replace_datasource_uid"
2366 },
2367 "metrics": [
2368 {
2369 "$$hashKey": "object:71",
2370 "field": "select field",
2371 "id": "1",
2372 "type": "count"
2373 }
2374 ],
2375 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit Memory\"",
2376 "refId": "A",
2377 "timeField": "timestamp"
2378 }
2379 ],
2380 "title": "AGENTS BY MEMORY",
2381 "type": "piechart"
2382 },
2383 {
2384 "datasource": {
2385 "type": "elasticsearch",
2386 "uid": "replace_datasource_uid"
2387 },
2388 "fieldConfig": {
2389 "defaults": {
2390 "color": {
2391 "mode": "thresholds"
2392 },
2393 "custom": {
2394 "align": "auto",
2395 "cellOptions": {
2396 "type": "auto"
2397 },
2398 "inspect": false
2399 },
2400 "mappings": [],
2401 "thresholds": {
2402 "mode": "absolute",
2403 "steps": [
2404 {
2405 "color": "green"
2406 },
2407 {
2408 "color": "red",
2409 "value": 80
2410 }
2411 ]
2412 }
2413 },
2414 "overrides": [
2415 {
2416 "matcher": {
2417 "id": "byName",
2418 "options": "rule_level"
2419 },
2420 "properties": [
2421 {
2422 "id": "custom.width",
2423 "value": 93
2424 }
2425 ]
2426 },
2427 {
2428 "matcher": {
2429 "id": "byName",
2430 "options": "windows_event_id"
2431 },
2432 "properties": [
2433 {
2434 "id": "custom.width",
2435 "value": 186
2436 }
2437 ]
2438 },
2439 {
2440 "matcher": {
2441 "id": "byName",
2442 "options": "DATE/TIME"
2443 },
2444 "properties": [
2445 {
2446 "id": "custom.width",
2447 "value": 202
2448 }
2449 ]
2450 },
2451 {
2452 "matcher": {
2453 "id": "byName",
2454 "options": "AGENT"
2455 },
2456 "properties": [
2457 {
2458 "id": "custom.width",
2459 "value": 171
2460 }
2461 ]
2462 },
2463 {
2464 "matcher": {
2465 "id": "byName",
2466 "options": "SRC IP"
2467 },
2468 "properties": [
2469 {
2470 "id": "custom.width",
2471 "value": 167
2472 }
2473 ]
2474 },
2475 {
2476 "matcher": {
2477 "id": "byName",
2478 "options": "MESSAGE"
2479 },
2480 "properties": [
2481 {
2482 "id": "custom.width",
2483 "value": 1519
2484 }
2485 ]
2486 },
2487 {
2488 "matcher": {
2489 "id": "byName",
2490 "options": "rule_description"
2491 },
2492 "properties": [
2493 {
2494 "id": "custom.width",
2495 "value": 524
2496 }
2497 ]
2498 },
2499 {
2500 "matcher": {
2501 "id": "byName",
2502 "options": "PROCESSOR"
2503 },
2504 "properties": [
2505 {
2506 "id": "custom.width",
2507 "value": 418
2508 }
2509 ]
2510 }
2511 ]
2512 },
2513 "gridPos": {
2514 "h": 8,
2515 "w": 19,
2516 "x": 5,
2517 "y": 26
2518 },
2519 "id": 147,
2520 "options": {
2521 "cellHeight": "sm",
2522 "footer": {
2523 "countRows": false,
2524 "fields": "",
2525 "reducer": ["sum"],
2526 "show": false
2527 },
2528 "showHeader": true,
2529 "sortBy": []
2530 },
2531 "pluginVersion": "10.0.2",
2532 "targets": [
2533 {
2534 "alias": "",
2535 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
2536 "datasource": {
2537 "type": "elasticsearch",
2538 "uid": "replace_datasource_uid"
2539 },
2540 "metrics": [
2541 {
2542 "id": "1",
2543 "settings": {
2544 "size": "500"
2545 },
2546 "type": "raw_data"
2547 }
2548 ],
2549 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit Memory\"",
2550 "queryType": "lucene",
2551 "refId": "A",
2552 "timeField": "timestamp"
2553 }
2554 ],
2555 "title": "MEMORY INFO",
2556 "transformations": [
2557 {
2558 "id": "organize",
2559 "options": {
2560 "excludeByName": {
2561 "@metadata_beat": true,
2562 "@metadata_type": true,
2563 "@metadata_version": true,
2564 "_id": true,
2565 "_index": true,
2566 "_type": true,
2567 "agent_ephemeral_id": true,
2568 "agent_hostname": true,
2569 "agent_id": true,
2570 "agent_ip": false,
2571 "agent_ip_city_name": true,
2572 "agent_ip_country_code": true,
2573 "agent_ip_geolocation": true,
2574 "agent_ip_reserved_ip": true,
2575 "agent_labels_customer": true,
2576 "agent_name": false,
2577 "agent_type": true,
2578 "agent_version": true,
2579 "beats_type": true,
2580 "cluster_name": true,
2581 "cluster_node": true,
2582 "collector_node_id": true,
2583 "data_base_indicator_access_type": true,
2584 "data_base_indicator_id": false,
2585 "data_base_indicator_indicator_city_name": true,
2586 "data_base_indicator_indicator_country_code": true,
2587 "data_base_indicator_indicator_geolocation": true,
2588 "data_inventory_module": true,
2589 "data_system_memory_item_manufacturer": true,
2590 "data_system_memory_item_speed": true,
2591 "data_system_sys_domain": true,
2592 "data_system_sys_form_factor": true,
2593 "data_system_sys_hostname": true,
2594 "data_system_sys_icon": true,
2595 "data_system_sys_ip": true,
2596 "data_system_sys_ip_city_name": true,
2597 "data_system_sys_ip_country_code": true,
2598 "data_system_sys_ip_geolocation": true,
2599 "data_system_sys_last_seen_by": true,
2600 "data_system_sys_manufacturer": true,
2601 "data_system_sys_memory_count": true,
2602 "data_system_sys_model": true,
2603 "data_system_sys_os_family": true,
2604 "data_system_sys_os_group": true,
2605 "data_system_sys_os_installation_date": true,
2606 "data_system_sys_os_name": true,
2607 "data_system_sys_os_version": true,
2608 "data_system_sys_script_version": true,
2609 "data_system_sys_type": true,
2610 "data_system_sys_uptime": true,
2611 "data_system_sys_uuid": true,
2612 "data_type": true,
2613 "data_win_eventdata_domain": true,
2614 "data_win_eventdata_imagePath": true,
2615 "data_win_eventdata_sID": true,
2616 "data_win_eventdata_serviceName": true,
2617 "data_win_eventdata_serviceType": true,
2618 "data_win_eventdata_startType": true,
2619 "data_win_eventdata_timestamp": true,
2620 "data_win_eventdata_user": true,
2621 "data_win_system_channel": true,
2622 "data_win_system_computer": true,
2623 "data_win_system_eventID": true,
2624 "data_win_system_eventRecordID": true,
2625 "data_win_system_eventSourceName": true,
2626 "data_win_system_keywords": true,
2627 "data_win_system_level": true,
2628 "data_win_system_opcode": true,
2629 "data_win_system_processID": true,
2630 "data_win_system_providerGuid": true,
2631 "data_win_system_providerName": true,
2632 "data_win_system_severityValue": true,
2633 "data_win_system_systemTime": true,
2634 "data_win_system_task": true,
2635 "data_win_system_threadID": true,
2636 "data_win_system_version": true,
2637 "date": true,
2638 "decoder_name": true,
2639 "ecs_version": true,
2640 "gl2_accounted_message_size": true,
2641 "gl2_message_id": true,
2642 "gl2_processing_error": true,
2643 "gl2_remote_ip": true,
2644 "gl2_remote_port": true,
2645 "gl2_source_collector": true,
2646 "gl2_source_input": true,
2647 "gl2_source_node": true,
2648 "highlight": true,
2649 "host_name": true,
2650 "id": true,
2651 "location": true,
2652 "log_file_path": true,
2653 "log_offset": true,
2654 "manager_name": true,
2655 "message": true,
2656 "previous_output": true,
2657 "rule_description": true,
2658 "rule_firedtimes": true,
2659 "rule_frequency": true,
2660 "rule_gdpr": true,
2661 "rule_gpg13": true,
2662 "rule_group1": true,
2663 "rule_group2": true,
2664 "rule_groups": true,
2665 "rule_hipaa": true,
2666 "rule_id": true,
2667 "rule_level": true,
2668 "rule_mail": true,
2669 "rule_mitre_id": true,
2670 "rule_mitre_tactic": true,
2671 "rule_mitre_technique": true,
2672 "rule_nist_800_53": true,
2673 "rule_pci_dss": true,
2674 "rule_tsc": true,
2675 "sort": true,
2676 "source": true,
2677 "source_reserved_ip": true,
2678 "src_ip": true,
2679 "src_ip_city_name": true,
2680 "src_ip_country_code": true,
2681 "src_ip_geolocation": true,
2682 "streams": true,
2683 "syslog_level": true,
2684 "syslog_tag": true,
2685 "syslog_type": true,
2686 "timestamp": false,
2687 "timestamp_utc": true,
2688 "true": true,
2689 "user_name": true,
2690 "win_system_eventID": true,
2691 "windows_event_id": true,
2692 "windows_event_severity": false
2693 },
2694 "indexByName": {
2695 "_id": 2,
2696 "_index": 3,
2697 "_type": 4,
2698 "agent_id": 5,
2699 "agent_ip": 6,
2700 "agent_ip_city_name": 31,
2701 "agent_ip_country_code": 32,
2702 "agent_ip_geolocation": 33,
2703 "agent_labels_customer": 29,
2704 "agent_name": 1,
2705 "data_system_sys_domain": 34,
2706 "data_system_sys_form_factor": 35,
2707 "data_system_sys_hostname": 36,
2708 "data_system_sys_icon": 37,
2709 "data_system_sys_ip": 38,
2710 "data_system_sys_ip_city_name": 39,
2711 "data_system_sys_ip_country_code": 40,
2712 "data_system_sys_ip_geolocation": 41,
2713 "data_system_sys_last_seen_by": 42,
2714 "data_system_sys_manufacturer": 43,
2715 "data_system_sys_memory_count": 44,
2716 "data_system_sys_model": 45,
2717 "data_system_sys_os_arch": 46,
2718 "data_system_sys_os_bit": 47,
2719 "data_system_sys_os_family": 48,
2720 "data_system_sys_os_group": 49,
2721 "data_system_sys_os_installation_date": 50,
2722 "data_system_sys_os_name": 51,
2723 "data_system_sys_os_version": 52,
2724 "data_system_sys_processor_count": 53,
2725 "data_system_sys_script_version": 54,
2726 "data_system_sys_serial": 55,
2727 "data_system_sys_type": 56,
2728 "data_system_sys_uptime": 57,
2729 "data_system_sys_uuid": 58,
2730 "decoder_name": 7,
2731 "gl2_accounted_message_size": 8,
2732 "gl2_message_id": 9,
2733 "gl2_processing_error": 30,
2734 "gl2_remote_ip": 10,
2735 "gl2_remote_port": 11,
2736 "gl2_source_input": 12,
2737 "gl2_source_node": 13,
2738 "highlight": 14,
2739 "id": 15,
2740 "location": 16,
2741 "manager_name": 17,
2742 "message": 18,
2743 "rule_description": 19,
2744 "rule_firedtimes": 20,
2745 "rule_group1": 59,
2746 "rule_groups": 21,
2747 "rule_id": 22,
2748 "rule_level": 23,
2749 "rule_mail": 24,
2750 "sort": 25,
2751 "source": 26,
2752 "streams": 27,
2753 "syslog_level": 60,
2754 "syslog_type": 28,
2755 "timestamp": 0,
2756 "timestamp_utc": 61,
2757 "true": 62
2758 },
2759 "renameByName": {
2760 "agent_ip": "SRC IP",
2761 "agent_name": "AGENT",
2762 "data_base_indicator_access_type": "",
2763 "data_base_indicator_id": "OTX IoC ID",
2764 "data_base_indicator_indicator": "IoC",
2765 "data_base_indicator_indicator_country_code": "",
2766 "data_base_indicator_type": "IoC TYPE",
2767 "data_processor_cores": "CORES",
2768 "data_processor_logical_nbr": "CORES (LOGICAL)",
2769 "data_processor_name": "PROCESSOR",
2770 "data_processor_status": "STATUS",
2771 "data_sections": "OTX SECTIONS",
2772 "data_system_memory_item_bank": "BANK",
2773 "data_system_memory_item_detail": "DETAIL",
2774 "data_system_memory_item_form_factor": "FACTOR",
2775 "data_system_memory_item_size": "SIZE",
2776 "data_system_memory_item_tag": "TAG",
2777 "data_system_memory_item_type": "TYPE",
2778 "data_system_sys_os_arch": "ARCH",
2779 "data_system_sys_os_bit": "BITS",
2780 "data_system_sys_processor_count": "PROCESSORS",
2781 "data_system_sys_serial": "S/N",
2782 "data_type": "",
2783 "data_win_system_message": "MESSAGE",
2784 "data_win_system_providerGuid": "",
2785 "rule_level": "RULE LEVEL",
2786 "timestamp": "DATE/TIME",
2787 "windows_event_severity": "EVENT LOG SEVERITY"
2788 }
2789 }
2790 }
2791 ],
2792 "type": "table"
2793 },
2794 {
2795 "datasource": {
2796 "type": "elasticsearch",
2797 "uid": "replace_datasource_uid"
2798 },
2799 "fieldConfig": {
2800 "defaults": {
2801 "color": {
2802 "mode": "palette-classic"
2803 },
2804 "custom": {
2805 "hideFrom": {
2806 "legend": false,
2807 "tooltip": false,
2808 "viz": false
2809 }
2810 },
2811 "decimals": 0,
2812 "mappings": [],
2813 "unit": "short"
2814 },
2815 "overrides": [
2816 {
2817 "matcher": {
2818 "id": "byName",
2819 "options": "1"
2820 },
2821 "properties": [
2822 {
2823 "id": "color",
2824 "value": {
2825 "fixedColor": "#FF9830",
2826 "mode": "fixed"
2827 }
2828 }
2829 ]
2830 },
2831 {
2832 "matcher": {
2833 "id": "byName",
2834 "options": "Alert"
2835 },
2836 "properties": [
2837 {
2838 "id": "color",
2839 "value": {
2840 "fixedColor": "#F2495C",
2841 "mode": "fixed"
2842 }
2843 }
2844 ]
2845 },
2846 {
2847 "matcher": {
2848 "id": "byName",
2849 "options": "Error"
2850 },
2851 "properties": [
2852 {
2853 "id": "color",
2854 "value": {
2855 "fixedColor": "#F2495C",
2856 "mode": "fixed"
2857 }
2858 }
2859 ]
2860 },
2861 {
2862 "matcher": {
2863 "id": "byName",
2864 "options": "Info"
2865 },
2866 "properties": [
2867 {
2868 "id": "color",
2869 "value": {
2870 "fixedColor": "#73BF69",
2871 "mode": "fixed"
2872 }
2873 }
2874 ]
2875 },
2876 {
2877 "matcher": {
2878 "id": "byName",
2879 "options": "NOTICE"
2880 },
2881 "properties": [
2882 {
2883 "id": "color",
2884 "value": {
2885 "fixedColor": "#5794F2",
2886 "mode": "fixed"
2887 }
2888 }
2889 ]
2890 },
2891 {
2892 "matcher": {
2893 "id": "byName",
2894 "options": "Notice"
2895 },
2896 "properties": [
2897 {
2898 "id": "color",
2899 "value": {
2900 "fixedColor": "#5794F2",
2901 "mode": "fixed"
2902 }
2903 }
2904 ]
2905 },
2906 {
2907 "matcher": {
2908 "id": "byName",
2909 "options": "Result"
2910 },
2911 "properties": [
2912 {
2913 "id": "color",
2914 "value": {
2915 "fixedColor": "#B877D9",
2916 "mode": "fixed"
2917 }
2918 }
2919 ]
2920 },
2921 {
2922 "matcher": {
2923 "id": "byName",
2924 "options": "Warning"
2925 },
2926 "properties": [
2927 {
2928 "id": "color",
2929 "value": {
2930 "fixedColor": "#FF9830",
2931 "mode": "fixed"
2932 }
2933 }
2934 ]
2935 },
2936 {
2937 "matcher": {
2938 "id": "byName",
2939 "options": "INFORMATION"
2940 },
2941 "properties": [
2942 {
2943 "id": "color",
2944 "value": {
2945 "fixedColor": "green",
2946 "mode": "fixed"
2947 }
2948 }
2949 ]
2950 },
2951 {
2952 "matcher": {
2953 "id": "byName",
2954 "options": "WARNING"
2955 },
2956 "properties": [
2957 {
2958 "id": "color",
2959 "value": {
2960 "fixedColor": "orange",
2961 "mode": "fixed"
2962 }
2963 }
2964 ]
2965 },
2966 {
2967 "matcher": {
2968 "id": "byName",
2969 "options": "ERROR"
2970 },
2971 "properties": [
2972 {
2973 "id": "color",
2974 "value": {
2975 "fixedColor": "red",
2976 "mode": "fixed"
2977 }
2978 }
2979 ]
2980 }
2981 ]
2982 },
2983 "gridPos": {
2984 "h": 8,
2985 "w": 5,
2986 "x": 0,
2987 "y": 34
2988 },
2989 "id": 148,
2990 "links": [],
2991 "maxDataPoints": 3,
2992 "options": {
2993 "displayLabels": [],
2994 "legend": {
2995 "calcs": [],
2996 "displayMode": "table",
2997 "placement": "right",
2998 "showLegend": true,
2999 "values": ["value"]
3000 },
3001 "pieType": "donut",
3002 "reduceOptions": {
3003 "calcs": ["sum"],
3004 "fields": "",
3005 "values": false
3006 },
3007 "text": {},
3008 "tooltip": {
3009 "mode": "single",
3010 "sort": "none"
3011 }
3012 },
3013 "targets": [
3014 {
3015 "bucketAggs": [
3016 {
3017 "$$hashKey": "object:73",
3018 "fake": true,
3019 "field": "data_system_bios_item_manufacturer",
3020 "id": "3",
3021 "settings": {
3022 "min_doc_count": 1,
3023 "order": "desc",
3024 "orderBy": "_count",
3025 "size": "0"
3026 },
3027 "type": "terms"
3028 },
3029 {
3030 "field": "agent_name",
3031 "id": "4",
3032 "settings": {
3033 "min_doc_count": "1",
3034 "order": "desc",
3035 "orderBy": "_term",
3036 "size": "10"
3037 },
3038 "type": "terms"
3039 },
3040 {
3041 "$$hashKey": "object:74",
3042 "field": "timestamp",
3043 "id": "2",
3044 "settings": {
3045 "interval": "auto",
3046 "min_doc_count": 0,
3047 "trimEdges": 0
3048 },
3049 "type": "date_histogram"
3050 }
3051 ],
3052 "datasource": {
3053 "type": "elasticsearch",
3054 "uid": "replace_datasource_uid"
3055 },
3056 "metrics": [
3057 {
3058 "$$hashKey": "object:71",
3059 "field": "select field",
3060 "id": "1",
3061 "type": "count"
3062 }
3063 ],
3064 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit BIOS\"",
3065 "refId": "A",
3066 "timeField": "timestamp"
3067 }
3068 ],
3069 "title": "AGENTS BY BIOS",
3070 "type": "piechart"
3071 },
3072 {
3073 "datasource": {
3074 "type": "elasticsearch",
3075 "uid": "replace_datasource_uid"
3076 },
3077 "fieldConfig": {
3078 "defaults": {
3079 "color": {
3080 "mode": "thresholds"
3081 },
3082 "custom": {
3083 "align": "auto",
3084 "cellOptions": {
3085 "type": "auto"
3086 },
3087 "inspect": false
3088 },
3089 "mappings": [],
3090 "thresholds": {
3091 "mode": "absolute",
3092 "steps": [
3093 {
3094 "color": "green"
3095 },
3096 {
3097 "color": "red",
3098 "value": 80
3099 }
3100 ]
3101 }
3102 },
3103 "overrides": [
3104 {
3105 "matcher": {
3106 "id": "byName",
3107 "options": "rule_level"
3108 },
3109 "properties": [
3110 {
3111 "id": "custom.width",
3112 "value": 93
3113 }
3114 ]
3115 },
3116 {
3117 "matcher": {
3118 "id": "byName",
3119 "options": "windows_event_id"
3120 },
3121 "properties": [
3122 {
3123 "id": "custom.width",
3124 "value": 186
3125 }
3126 ]
3127 },
3128 {
3129 "matcher": {
3130 "id": "byName",
3131 "options": "DATE/TIME"
3132 },
3133 "properties": [
3134 {
3135 "id": "custom.width",
3136 "value": 202
3137 }
3138 ]
3139 },
3140 {
3141 "matcher": {
3142 "id": "byName",
3143 "options": "AGENT"
3144 },
3145 "properties": [
3146 {
3147 "id": "custom.width",
3148 "value": 171
3149 }
3150 ]
3151 },
3152 {
3153 "matcher": {
3154 "id": "byName",
3155 "options": "SRC IP"
3156 },
3157 "properties": [
3158 {
3159 "id": "custom.width",
3160 "value": 167
3161 }
3162 ]
3163 },
3164 {
3165 "matcher": {
3166 "id": "byName",
3167 "options": "MESSAGE"
3168 },
3169 "properties": [
3170 {
3171 "id": "custom.width",
3172 "value": 1519
3173 }
3174 ]
3175 },
3176 {
3177 "matcher": {
3178 "id": "byName",
3179 "options": "rule_description"
3180 },
3181 "properties": [
3182 {
3183 "id": "custom.width",
3184 "value": 524
3185 }
3186 ]
3187 }
3188 ]
3189 },
3190 "gridPos": {
3191 "h": 8,
3192 "w": 19,
3193 "x": 5,
3194 "y": 34
3195 },
3196 "id": 137,
3197 "options": {
3198 "cellHeight": "sm",
3199 "footer": {
3200 "countRows": false,
3201 "fields": "",
3202 "reducer": ["sum"],
3203 "show": false
3204 },
3205 "showHeader": true,
3206 "sortBy": []
3207 },
3208 "pluginVersion": "10.0.2",
3209 "targets": [
3210 {
3211 "alias": "",
3212 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
3213 "datasource": {
3214 "type": "elasticsearch",
3215 "uid": "replace_datasource_uid"
3216 },
3217 "metrics": [
3218 {
3219 "id": "1",
3220 "settings": {
3221 "size": "500"
3222 },
3223 "type": "raw_data"
3224 }
3225 ],
3226 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit BIOS\"",
3227 "queryType": "lucene",
3228 "refId": "A",
3229 "timeField": "timestamp"
3230 }
3231 ],
3232 "title": "BIOS INFO",
3233 "transformations": [
3234 {
3235 "id": "organize",
3236 "options": {
3237 "excludeByName": {
3238 "@metadata_beat": true,
3239 "@metadata_type": true,
3240 "@metadata_version": true,
3241 "_id": true,
3242 "_index": true,
3243 "_type": true,
3244 "agent_ephemeral_id": true,
3245 "agent_hostname": true,
3246 "agent_id": true,
3247 "agent_ip": false,
3248 "agent_ip_city_name": true,
3249 "agent_ip_country_code": true,
3250 "agent_ip_geolocation": true,
3251 "agent_ip_reserved_ip": true,
3252 "agent_labels_customer": true,
3253 "agent_name": false,
3254 "agent_type": true,
3255 "agent_version": true,
3256 "beats_type": true,
3257 "cluster_name": true,
3258 "cluster_node": true,
3259 "collector_node_id": true,
3260 "data_base_indicator_access_type": true,
3261 "data_base_indicator_id": false,
3262 "data_base_indicator_indicator_city_name": true,
3263 "data_base_indicator_indicator_country_code": true,
3264 "data_base_indicator_indicator_geolocation": true,
3265 "data_inventory_module": true,
3266 "data_system_bios_item_date": true,
3267 "data_system_bios_item_revision": true,
3268 "data_system_bios_item_smversion": true,
3269 "data_type": true,
3270 "data_win_eventdata_domain": true,
3271 "data_win_eventdata_imagePath": true,
3272 "data_win_eventdata_sID": true,
3273 "data_win_eventdata_serviceName": true,
3274 "data_win_eventdata_serviceType": true,
3275 "data_win_eventdata_startType": true,
3276 "data_win_eventdata_timestamp": true,
3277 "data_win_eventdata_user": true,
3278 "data_win_system_channel": true,
3279 "data_win_system_computer": true,
3280 "data_win_system_eventID": true,
3281 "data_win_system_eventRecordID": true,
3282 "data_win_system_eventSourceName": true,
3283 "data_win_system_keywords": true,
3284 "data_win_system_level": true,
3285 "data_win_system_opcode": true,
3286 "data_win_system_processID": true,
3287 "data_win_system_providerGuid": true,
3288 "data_win_system_providerName": true,
3289 "data_win_system_severityValue": true,
3290 "data_win_system_systemTime": true,
3291 "data_win_system_task": true,
3292 "data_win_system_threadID": true,
3293 "data_win_system_version": true,
3294 "date": true,
3295 "decoder_name": true,
3296 "ecs_version": true,
3297 "gl2_accounted_message_size": true,
3298 "gl2_message_id": true,
3299 "gl2_processing_error": true,
3300 "gl2_remote_ip": true,
3301 "gl2_remote_port": true,
3302 "gl2_source_collector": true,
3303 "gl2_source_input": true,
3304 "gl2_source_node": true,
3305 "highlight": true,
3306 "host_name": true,
3307 "id": true,
3308 "location": true,
3309 "log_file_path": true,
3310 "log_offset": true,
3311 "manager_name": true,
3312 "message": true,
3313 "previous_output": true,
3314 "rule_description": true,
3315 "rule_firedtimes": true,
3316 "rule_frequency": true,
3317 "rule_gdpr": true,
3318 "rule_gpg13": true,
3319 "rule_group1": true,
3320 "rule_group2": true,
3321 "rule_groups": true,
3322 "rule_hipaa": true,
3323 "rule_id": true,
3324 "rule_level": true,
3325 "rule_mail": true,
3326 "rule_mitre_id": true,
3327 "rule_mitre_tactic": true,
3328 "rule_mitre_technique": true,
3329 "rule_nist_800_53": true,
3330 "rule_pci_dss": true,
3331 "rule_tsc": true,
3332 "sort": true,
3333 "source": true,
3334 "source_reserved_ip": true,
3335 "src_ip": true,
3336 "src_ip_city_name": true,
3337 "src_ip_country_code": true,
3338 "src_ip_geolocation": true,
3339 "streams": true,
3340 "syslog_level": true,
3341 "syslog_tag": true,
3342 "syslog_type": true,
3343 "timestamp": true,
3344 "timestamp_utc": true,
3345 "true": true,
3346 "user_name": true,
3347 "win_system_eventID": true,
3348 "windows_event_id": true,
3349 "windows_event_severity": false
3350 },
3351 "indexByName": {
3352 "_id": 1,
3353 "_index": 2,
3354 "_type": 3,
3355 "agent_id": 4,
3356 "agent_ip": 5,
3357 "agent_labels_customer": 29,
3358 "agent_name": 0,
3359 "data_inventory_module": 30,
3360 "data_processor_cores": 33,
3361 "data_processor_logical_nbr": 34,
3362 "data_processor_name": 31,
3363 "data_processor_status": 32,
3364 "date": 35,
3365 "decoder_name": 6,
3366 "gl2_accounted_message_size": 7,
3367 "gl2_message_id": 8,
3368 "gl2_processing_error": 36,
3369 "gl2_remote_ip": 9,
3370 "gl2_remote_port": 10,
3371 "gl2_source_input": 11,
3372 "gl2_source_node": 12,
3373 "highlight": 13,
3374 "id": 14,
3375 "location": 15,
3376 "manager_name": 16,
3377 "message": 17,
3378 "rule_description": 18,
3379 "rule_firedtimes": 19,
3380 "rule_groups": 20,
3381 "rule_id": 21,
3382 "rule_level": 22,
3383 "rule_mail": 23,
3384 "sort": 24,
3385 "source": 25,
3386 "streams": 26,
3387 "syslog_type": 27,
3388 "timestamp": 28
3389 },
3390 "renameByName": {
3391 "agent_ip": "SRC IP",
3392 "agent_name": "AGENT",
3393 "data_base_indicator_access_type": "",
3394 "data_base_indicator_id": "OTX IoC ID",
3395 "data_base_indicator_indicator": "IoC",
3396 "data_base_indicator_indicator_country_code": "",
3397 "data_base_indicator_type": "IoC TYPE",
3398 "data_bios_sn": "BIOS S/N",
3399 "data_processor_cores": "CORES",
3400 "data_processor_logical_nbr": "CORES (LOGICAL)",
3401 "data_processor_name": "PROCESSOR",
3402 "data_processor_status": "STATUS",
3403 "data_sections": "OTX SECTIONS",
3404 "data_system_bios_item_description": "DESCRIPTION",
3405 "data_system_bios_item_manufacturer": "VENDOR",
3406 "data_system_bios_item_serial": "S/N",
3407 "data_system_bios_item_version": "VERSION",
3408 "data_type": "",
3409 "data_win_system_message": "MESSAGE",
3410 "data_win_system_providerGuid": "",
3411 "rule_level": "RULE LEVEL",
3412 "timestamp": "DATE/TIME",
3413 "windows_event_severity": "EVENT LOG SEVERITY"
3414 }
3415 }
3416 }
3417 ],
3418 "type": "table"
3419 },
3420 {
3421 "datasource": {
3422 "type": "elasticsearch",
3423 "uid": "replace_datasource_uid"
3424 },
3425 "fieldConfig": {
3426 "defaults": {
3427 "color": {
3428 "mode": "thresholds"
3429 },
3430 "custom": {
3431 "align": "auto",
3432 "cellOptions": {
3433 "type": "auto"
3434 },
3435 "filterable": true,
3436 "inspect": false
3437 },
3438 "mappings": [],
3439 "thresholds": {
3440 "mode": "absolute",
3441 "steps": [
3442 {
3443 "color": "green"
3444 },
3445 {
3446 "color": "red",
3447 "value": 80
3448 }
3449 ]
3450 }
3451 },
3452 "overrides": [
3453 {
3454 "matcher": {
3455 "id": "byName",
3456 "options": "rule_level"
3457 },
3458 "properties": [
3459 {
3460 "id": "custom.width",
3461 "value": 93
3462 }
3463 ]
3464 },
3465 {
3466 "matcher": {
3467 "id": "byName",
3468 "options": "windows_event_id"
3469 },
3470 "properties": [
3471 {
3472 "id": "custom.width",
3473 "value": 186
3474 }
3475 ]
3476 },
3477 {
3478 "matcher": {
3479 "id": "byName",
3480 "options": "DATE/TIME"
3481 },
3482 "properties": [
3483 {
3484 "id": "custom.width",
3485 "value": 202
3486 }
3487 ]
3488 },
3489 {
3490 "matcher": {
3491 "id": "byName",
3492 "options": "AGENT"
3493 },
3494 "properties": [
3495 {
3496 "id": "custom.width",
3497 "value": 171
3498 }
3499 ]
3500 },
3501 {
3502 "matcher": {
3503 "id": "byName",
3504 "options": "SRC IP"
3505 },
3506 "properties": [
3507 {
3508 "id": "custom.width",
3509 "value": 167
3510 }
3511 ]
3512 },
3513 {
3514 "matcher": {
3515 "id": "byName",
3516 "options": "MESSAGE"
3517 },
3518 "properties": [
3519 {
3520 "id": "custom.width",
3521 "value": 1519
3522 }
3523 ]
3524 },
3525 {
3526 "matcher": {
3527 "id": "byName",
3528 "options": "rule_description"
3529 },
3530 "properties": [
3531 {
3532 "id": "custom.width",
3533 "value": 524
3534 }
3535 ]
3536 },
3537 {
3538 "matcher": {
3539 "id": "byName",
3540 "options": "PROCESSOR"
3541 },
3542 "properties": [
3543 {
3544 "id": "custom.width",
3545 "value": 418
3546 }
3547 ]
3548 },
3549 {
3550 "matcher": {
3551 "id": "byName",
3552 "options": "SIZE"
3553 },
3554 "properties": [
3555 {
3556 "id": "custom.width",
3557 "value": 114
3558 }
3559 ]
3560 },
3561 {
3562 "matcher": {
3563 "id": "byName",
3564 "options": "FREE SPACE"
3565 },
3566 "properties": [
3567 {
3568 "id": "custom.width",
3569 "value": 119
3570 }
3571 ]
3572 },
3573 {
3574 "matcher": {
3575 "id": "byName",
3576 "options": "UNIT"
3577 },
3578 "properties": [
3579 {
3580 "id": "custom.width",
3581 "value": 114
3582 }
3583 ]
3584 }
3585 ]
3586 },
3587 "gridPos": {
3588 "h": 9,
3589 "w": 24,
3590 "x": 0,
3591 "y": 42
3592 },
3593 "id": 144,
3594 "options": {
3595 "cellHeight": "sm",
3596 "footer": {
3597 "countRows": false,
3598 "enablePagination": true,
3599 "fields": "",
3600 "reducer": ["sum"],
3601 "show": false
3602 },
3603 "showHeader": true,
3604 "sortBy": []
3605 },
3606 "pluginVersion": "10.0.2",
3607 "targets": [
3608 {
3609 "alias": "",
3610 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
3611 "datasource": {
3612 "type": "elasticsearch",
3613 "uid": "replace_datasource_uid"
3614 },
3615 "metrics": [
3616 {
3617 "id": "1",
3618 "settings": {
3619 "size": "500"
3620 },
3621 "type": "raw_data"
3622 }
3623 ],
3624 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit Disk\"",
3625 "queryType": "lucene",
3626 "refId": "A",
3627 "timeField": "timestamp"
3628 }
3629 ],
3630 "title": "SYSTEM DRIVES",
3631 "transformations": [
3632 {
3633 "id": "organize",
3634 "options": {
3635 "excludeByName": {
3636 "@metadata_beat": true,
3637 "@metadata_type": true,
3638 "@metadata_version": true,
3639 "_id": true,
3640 "_index": true,
3641 "_type": true,
3642 "agent_ephemeral_id": true,
3643 "agent_hostname": true,
3644 "agent_id": true,
3645 "agent_ip": false,
3646 "agent_ip_city_name": true,
3647 "agent_ip_country_code": true,
3648 "agent_ip_geolocation": true,
3649 "agent_ip_reserved_ip": true,
3650 "agent_labels_customer": true,
3651 "agent_name": false,
3652 "agent_type": true,
3653 "agent_version": true,
3654 "beats_type": true,
3655 "cluster_name": true,
3656 "cluster_node": true,
3657 "collector_node_id": true,
3658 "data_base_indicator_access_type": true,
3659 "data_base_indicator_id": false,
3660 "data_base_indicator_indicator_city_name": true,
3661 "data_base_indicator_indicator_country_code": true,
3662 "data_base_indicator_indicator_geolocation": true,
3663 "data_inventory_module": true,
3664 "data_system_disk_item_hard_drive_index": true,
3665 "data_system_disk_item_serial": true,
3666 "data_type": true,
3667 "data_win_eventdata_domain": true,
3668 "data_win_eventdata_imagePath": true,
3669 "data_win_eventdata_sID": true,
3670 "data_win_eventdata_serviceName": true,
3671 "data_win_eventdata_serviceType": true,
3672 "data_win_eventdata_startType": true,
3673 "data_win_eventdata_timestamp": true,
3674 "data_win_eventdata_user": true,
3675 "data_win_system_channel": true,
3676 "data_win_system_computer": true,
3677 "data_win_system_eventID": true,
3678 "data_win_system_eventRecordID": true,
3679 "data_win_system_eventSourceName": true,
3680 "data_win_system_keywords": true,
3681 "data_win_system_level": true,
3682 "data_win_system_opcode": true,
3683 "data_win_system_processID": true,
3684 "data_win_system_providerGuid": true,
3685 "data_win_system_providerName": true,
3686 "data_win_system_severityValue": true,
3687 "data_win_system_systemTime": true,
3688 "data_win_system_task": true,
3689 "data_win_system_threadID": true,
3690 "data_win_system_version": true,
3691 "date": true,
3692 "decoder_name": true,
3693 "ecs_version": true,
3694 "gl2_accounted_message_size": true,
3695 "gl2_message_id": true,
3696 "gl2_processing_error": true,
3697 "gl2_remote_ip": true,
3698 "gl2_remote_port": true,
3699 "gl2_source_collector": true,
3700 "gl2_source_input": true,
3701 "gl2_source_node": true,
3702 "highlight": true,
3703 "host_name": true,
3704 "id": true,
3705 "location": true,
3706 "log_file_path": true,
3707 "log_offset": true,
3708 "manager_name": true,
3709 "message": true,
3710 "previous_output": true,
3711 "rule_description": true,
3712 "rule_firedtimes": true,
3713 "rule_frequency": true,
3714 "rule_gdpr": true,
3715 "rule_gpg13": true,
3716 "rule_group1": true,
3717 "rule_group2": true,
3718 "rule_groups": true,
3719 "rule_hipaa": true,
3720 "rule_id": true,
3721 "rule_level": true,
3722 "rule_mail": true,
3723 "rule_mitre_id": true,
3724 "rule_mitre_tactic": true,
3725 "rule_mitre_technique": true,
3726 "rule_nist_800_53": true,
3727 "rule_pci_dss": true,
3728 "rule_tsc": true,
3729 "sort": true,
3730 "source": true,
3731 "source_reserved_ip": true,
3732 "src_ip": true,
3733 "src_ip_city_name": true,
3734 "src_ip_country_code": true,
3735 "src_ip_geolocation": true,
3736 "streams": true,
3737 "syslog_level": true,
3738 "syslog_tag": true,
3739 "syslog_type": true,
3740 "timestamp": false,
3741 "timestamp_utc": true,
3742 "true": true,
3743 "user_name": true,
3744 "win_system_eventID": true,
3745 "windows_event_id": true,
3746 "windows_event_severity": false
3747 },
3748 "indexByName": {
3749 "_id": 2,
3750 "_index": 3,
3751 "_type": 4,
3752 "agent_id": 5,
3753 "agent_ip": 6,
3754 "agent_labels_customer": 29,
3755 "agent_name": 1,
3756 "data_drive_caption": 33,
3757 "data_drive_description": 34,
3758 "data_drive_filesystem": 37,
3759 "data_drive_free_space": 38,
3760 "data_drive_size": 36,
3761 "data_drive_type": 35,
3762 "data_drive_volume_name": 39,
3763 "data_inventory_module": 30,
3764 "date": 31,
3765 "decoder_name": 7,
3766 "gl2_accounted_message_size": 8,
3767 "gl2_message_id": 9,
3768 "gl2_processing_error": 32,
3769 "gl2_remote_ip": 10,
3770 "gl2_remote_port": 11,
3771 "gl2_source_input": 12,
3772 "gl2_source_node": 13,
3773 "highlight": 14,
3774 "id": 15,
3775 "location": 16,
3776 "manager_name": 17,
3777 "message": 18,
3778 "rule_description": 19,
3779 "rule_firedtimes": 20,
3780 "rule_groups": 21,
3781 "rule_id": 22,
3782 "rule_level": 23,
3783 "rule_mail": 24,
3784 "sort": 25,
3785 "source": 26,
3786 "streams": 27,
3787 "syslog_type": 28,
3788 "timestamp": 0
3789 },
3790 "renameByName": {
3791 "agent_ip": "SRC IP",
3792 "agent_name": "AGENT",
3793 "data_base_indicator_access_type": "",
3794 "data_base_indicator_id": "OTX IoC ID",
3795 "data_base_indicator_indicator": "IoC",
3796 "data_base_indicator_indicator_country_code": "",
3797 "data_base_indicator_type": "IoC TYPE",
3798 "data_drive_caption": "UNIT",
3799 "data_drive_description": "DESCRIPTION",
3800 "data_drive_filesystem": "FILESYSTEM",
3801 "data_drive_free_space": "FREE SPACE",
3802 "data_drive_size": "SIZE",
3803 "data_drive_type": "TYPE",
3804 "data_drive_volume_name": "VOLUME NAME",
3805 "data_processor_cores": "CORES",
3806 "data_processor_logical_nbr": "CORES (LOGICAL)",
3807 "data_processor_name": "PROCESSOR",
3808 "data_processor_status": "STATUS",
3809 "data_sections": "OTX SECTIONS",
3810 "data_system_disk_item_caption": "CAPTION",
3811 "data_system_disk_item_device": "DEVICE",
3812 "data_system_disk_item_firmware": "FIRMWARE",
3813 "data_system_disk_item_hard_drive_index": "",
3814 "data_system_disk_item_interface_type": "TYPE",
3815 "data_system_disk_item_manufacturer": "VENDOR",
3816 "data_system_disk_item_model": "MODEL",
3817 "data_system_disk_item_partition_count": "PARTITIONS",
3818 "data_system_disk_item_scsi_logical_unit": "UNIT",
3819 "data_system_disk_item_size": "SIZE",
3820 "data_system_disk_item_status": "STATUS",
3821 "data_type": "",
3822 "data_win_system_message": "MESSAGE",
3823 "data_win_system_providerGuid": "",
3824 "rule_level": "RULE LEVEL",
3825 "timestamp": "DATE/TIME",
3826 "windows_event_severity": "EVENT LOG SEVERITY"
3827 }
3828 }
3829 }
3830 ],
3831 "type": "table"
3832 },
3833 {
3834 "datasource": {
3835 "type": "elasticsearch",
3836 "uid": "replace_datasource_uid"
3837 },
3838 "fieldConfig": {
3839 "defaults": {
3840 "color": {
3841 "mode": "thresholds"
3842 },
3843 "custom": {
3844 "align": "auto",
3845 "cellOptions": {
3846 "type": "auto"
3847 },
3848 "inspect": false
3849 },
3850 "mappings": [],
3851 "thresholds": {
3852 "mode": "absolute",
3853 "steps": [
3854 {
3855 "color": "green"
3856 },
3857 {
3858 "color": "red",
3859 "value": 80
3860 }
3861 ]
3862 }
3863 },
3864 "overrides": [
3865 {
3866 "matcher": {
3867 "id": "byName",
3868 "options": "rule_level"
3869 },
3870 "properties": [
3871 {
3872 "id": "custom.width",
3873 "value": 93
3874 }
3875 ]
3876 },
3877 {
3878 "matcher": {
3879 "id": "byName",
3880 "options": "windows_event_id"
3881 },
3882 "properties": [
3883 {
3884 "id": "custom.width",
3885 "value": 186
3886 }
3887 ]
3888 },
3889 {
3890 "matcher": {
3891 "id": "byName",
3892 "options": "DATE/TIME"
3893 },
3894 "properties": [
3895 {
3896 "id": "custom.width",
3897 "value": 202
3898 }
3899 ]
3900 },
3901 {
3902 "matcher": {
3903 "id": "byName",
3904 "options": "AGENT"
3905 },
3906 "properties": [
3907 {
3908 "id": "custom.width",
3909 "value": 171
3910 }
3911 ]
3912 },
3913 {
3914 "matcher": {
3915 "id": "byName",
3916 "options": "SRC IP"
3917 },
3918 "properties": [
3919 {
3920 "id": "custom.width",
3921 "value": 167
3922 }
3923 ]
3924 },
3925 {
3926 "matcher": {
3927 "id": "byName",
3928 "options": "MESSAGE"
3929 },
3930 "properties": [
3931 {
3932 "id": "custom.width",
3933 "value": 1519
3934 }
3935 ]
3936 },
3937 {
3938 "matcher": {
3939 "id": "byName",
3940 "options": "rule_description"
3941 },
3942 "properties": [
3943 {
3944 "id": "custom.width",
3945 "value": 524
3946 }
3947 ]
3948 },
3949 {
3950 "matcher": {
3951 "id": "byName",
3952 "options": "PROCESSOR"
3953 },
3954 "properties": [
3955 {
3956 "id": "custom.width",
3957 "value": 418
3958 }
3959 ]
3960 },
3961 {
3962 "matcher": {
3963 "id": "byName",
3964 "options": "SIZE"
3965 },
3966 "properties": [
3967 {
3968 "id": "custom.width",
3969 "value": 114
3970 }
3971 ]
3972 },
3973 {
3974 "matcher": {
3975 "id": "byName",
3976 "options": "FREE SPACE"
3977 },
3978 "properties": [
3979 {
3980 "id": "custom.width",
3981 "value": 119
3982 }
3983 ]
3984 },
3985 {
3986 "matcher": {
3987 "id": "byName",
3988 "options": "UNIT"
3989 },
3990 "properties": [
3991 {
3992 "id": "custom.width",
3993 "value": 114
3994 }
3995 ]
3996 }
3997 ]
3998 },
3999 "gridPos": {
4000 "h": 9,
4001 "w": 24,
4002 "x": 0,
4003 "y": 51
4004 },
4005 "id": 149,
4006 "options": {
4007 "cellHeight": "sm",
4008 "footer": {
4009 "countRows": false,
4010 "fields": "",
4011 "reducer": ["sum"],
4012 "show": false
4013 },
4014 "showHeader": true,
4015 "sortBy": []
4016 },
4017 "pluginVersion": "10.0.2",
4018 "targets": [
4019 {
4020 "alias": "",
4021 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
4022 "datasource": {
4023 "type": "elasticsearch",
4024 "uid": "replace_datasource_uid"
4025 },
4026 "metrics": [
4027 {
4028 "id": "1",
4029 "settings": {
4030 "size": "500"
4031 },
4032 "type": "raw_data"
4033 }
4034 ],
4035 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit Partition\"",
4036 "queryType": "lucene",
4037 "refId": "A",
4038 "timeField": "timestamp"
4039 }
4040 ],
4041 "title": "DISKS PARTITIONS",
4042 "transformations": [
4043 {
4044 "id": "organize",
4045 "options": {
4046 "excludeByName": {
4047 "@metadata_beat": true,
4048 "@metadata_type": true,
4049 "@metadata_version": true,
4050 "_id": true,
4051 "_index": true,
4052 "_type": true,
4053 "agent_ephemeral_id": true,
4054 "agent_hostname": true,
4055 "agent_id": true,
4056 "agent_ip": false,
4057 "agent_ip_city_name": true,
4058 "agent_ip_country_code": true,
4059 "agent_ip_geolocation": true,
4060 "agent_ip_reserved_ip": true,
4061 "agent_labels_customer": true,
4062 "agent_name": false,
4063 "agent_type": true,
4064 "agent_version": true,
4065 "beats_type": true,
4066 "cluster_name": true,
4067 "cluster_node": true,
4068 "collector_node_id": true,
4069 "data_base_indicator_access_type": true,
4070 "data_base_indicator_id": false,
4071 "data_base_indicator_indicator_city_name": true,
4072 "data_base_indicator_indicator_country_code": true,
4073 "data_base_indicator_indicator_geolocation": true,
4074 "data_inventory_module": true,
4075 "data_system_disk_item_hard_drive_index": true,
4076 "data_system_partition_item_device": false,
4077 "data_system_partition_item_hard_drive_index": true,
4078 "data_system_partition_item_partition_disk_index": true,
4079 "data_type": true,
4080 "data_win_eventdata_domain": true,
4081 "data_win_eventdata_imagePath": true,
4082 "data_win_eventdata_sID": true,
4083 "data_win_eventdata_serviceName": true,
4084 "data_win_eventdata_serviceType": true,
4085 "data_win_eventdata_startType": true,
4086 "data_win_eventdata_timestamp": true,
4087 "data_win_eventdata_user": true,
4088 "data_win_system_channel": true,
4089 "data_win_system_computer": true,
4090 "data_win_system_eventID": true,
4091 "data_win_system_eventRecordID": true,
4092 "data_win_system_eventSourceName": true,
4093 "data_win_system_keywords": true,
4094 "data_win_system_level": true,
4095 "data_win_system_opcode": true,
4096 "data_win_system_processID": true,
4097 "data_win_system_providerGuid": true,
4098 "data_win_system_providerName": true,
4099 "data_win_system_severityValue": true,
4100 "data_win_system_systemTime": true,
4101 "data_win_system_task": true,
4102 "data_win_system_threadID": true,
4103 "data_win_system_version": true,
4104 "date": true,
4105 "decoder_name": true,
4106 "ecs_version": true,
4107 "gl2_accounted_message_size": true,
4108 "gl2_message_id": true,
4109 "gl2_processing_error": true,
4110 "gl2_remote_ip": true,
4111 "gl2_remote_port": true,
4112 "gl2_source_collector": true,
4113 "gl2_source_input": true,
4114 "gl2_source_node": true,
4115 "highlight": true,
4116 "host_name": true,
4117 "id": true,
4118 "location": true,
4119 "log_file_path": true,
4120 "log_offset": true,
4121 "manager_name": true,
4122 "message": true,
4123 "previous_output": true,
4124 "rule_description": true,
4125 "rule_firedtimes": true,
4126 "rule_frequency": true,
4127 "rule_gdpr": true,
4128 "rule_gpg13": true,
4129 "rule_group1": true,
4130 "rule_group2": true,
4131 "rule_groups": true,
4132 "rule_hipaa": true,
4133 "rule_id": true,
4134 "rule_level": true,
4135 "rule_mail": true,
4136 "rule_mitre_id": true,
4137 "rule_mitre_tactic": true,
4138 "rule_mitre_technique": true,
4139 "rule_nist_800_53": true,
4140 "rule_pci_dss": true,
4141 "rule_tsc": true,
4142 "sort": true,
4143 "source": true,
4144 "source_reserved_ip": true,
4145 "src_ip": true,
4146 "src_ip_city_name": true,
4147 "src_ip_country_code": true,
4148 "src_ip_geolocation": true,
4149 "streams": true,
4150 "syslog_level": true,
4151 "syslog_tag": true,
4152 "syslog_type": true,
4153 "timestamp": false,
4154 "timestamp_utc": true,
4155 "true": true,
4156 "user_name": true,
4157 "win_system_eventID": true,
4158 "windows_event_id": true,
4159 "windows_event_severity": false
4160 },
4161 "indexByName": {
4162 "_id": 2,
4163 "_index": 3,
4164 "_type": 4,
4165 "agent_id": 5,
4166 "agent_ip": 6,
4167 "agent_labels_customer": 29,
4168 "agent_name": 1,
4169 "data_drive_caption": 33,
4170 "data_drive_description": 34,
4171 "data_drive_filesystem": 37,
4172 "data_drive_free_space": 38,
4173 "data_drive_size": 36,
4174 "data_drive_type": 35,
4175 "data_drive_volume_name": 39,
4176 "data_inventory_module": 30,
4177 "date": 31,
4178 "decoder_name": 7,
4179 "gl2_accounted_message_size": 8,
4180 "gl2_message_id": 9,
4181 "gl2_processing_error": 32,
4182 "gl2_remote_ip": 10,
4183 "gl2_remote_port": 11,
4184 "gl2_source_input": 12,
4185 "gl2_source_node": 13,
4186 "highlight": 14,
4187 "id": 15,
4188 "location": 16,
4189 "manager_name": 17,
4190 "message": 18,
4191 "rule_description": 19,
4192 "rule_firedtimes": 20,
4193 "rule_groups": 21,
4194 "rule_id": 22,
4195 "rule_level": 23,
4196 "rule_mail": 24,
4197 "sort": 25,
4198 "source": 26,
4199 "streams": 27,
4200 "syslog_type": 28,
4201 "timestamp": 0
4202 },
4203 "renameByName": {
4204 "agent_ip": "SRC IP",
4205 "agent_name": "AGENT",
4206 "data_base_indicator_access_type": "",
4207 "data_base_indicator_id": "OTX IoC ID",
4208 "data_base_indicator_indicator": "IoC",
4209 "data_base_indicator_indicator_country_code": "",
4210 "data_base_indicator_type": "IoC TYPE",
4211 "data_drive_caption": "UNIT",
4212 "data_drive_description": "DESCRIPTION",
4213 "data_drive_filesystem": "FILESYSTEM",
4214 "data_drive_free_space": "FREE SPACE",
4215 "data_drive_size": "SIZE",
4216 "data_drive_type": "TYPE",
4217 "data_drive_volume_name": "VOLUME NAME",
4218 "data_processor_cores": "CORES",
4219 "data_processor_logical_nbr": "CORES (LOGICAL)",
4220 "data_processor_name": "PROCESSOR",
4221 "data_processor_status": "STATUS",
4222 "data_sections": "OTX SECTIONS",
4223 "data_system_disk_item_caption": "CAPTION",
4224 "data_system_disk_item_device": "DEVICE",
4225 "data_system_disk_item_firmware": "FIRMWARE",
4226 "data_system_disk_item_hard_drive_index": "",
4227 "data_system_disk_item_interface_type": "TYPE",
4228 "data_system_disk_item_manufacturer": "VENDOR",
4229 "data_system_disk_item_model": "MODEL",
4230 "data_system_disk_item_partition_count": "PARTITIONS",
4231 "data_system_disk_item_scsi_logical_unit": "UNIT",
4232 "data_system_disk_item_size": "SIZE",
4233 "data_system_disk_item_status": "STATUS",
4234 "data_system_partition_item_description": "DESCRIPTION",
4235 "data_system_partition_item_device": "DEVICE",
4236 "data_system_partition_item_format": "FORMAT",
4237 "data_system_partition_item_free": "FREE SPACE",
4238 "data_system_partition_item_hard_drive_index": "",
4239 "data_system_partition_item_mount_point": "MOUNT POINT",
4240 "data_system_partition_item_mount_type": "TYPE",
4241 "data_system_partition_item_serial": "S/N",
4242 "data_system_partition_item_size": "SIZE",
4243 "data_system_partition_item_type": "TYPE",
4244 "data_system_partition_item_used": "USED",
4245 "data_type": "",
4246 "data_win_system_message": "MESSAGE",
4247 "data_win_system_providerGuid": "",
4248 "rule_level": "RULE LEVEL",
4249 "timestamp": "DATE/TIME",
4250 "windows_event_severity": "EVENT LOG SEVERITY"
4251 }
4252 }
4253 }
4254 ],
4255 "type": "table"
4256 }
4257 ],
4258 "title": "AGENTS INVENTORY - SYSTEM INFO",
4259 "type": "row"
4260 },
4261 {
4262 "collapsed": true,
4263 "datasource": {
4264 "type": "elasticsearch",
4265 "uid": "replace_datasource_uid"
4266 },
4267 "gridPos": {
4268 "h": 1,
4269 "w": 24,
4270 "x": 0,
4271 "y": 10
4272 },
4273 "id": 128,
4274 "panels": [
4275 {
4276 "datasource": {
4277 "type": "elasticsearch",
4278 "uid": "replace_datasource_uid"
4279 },
4280 "fieldConfig": {
4281 "defaults": {
4282 "color": {
4283 "mode": "palette-classic"
4284 },
4285 "custom": {
4286 "hideFrom": {
4287 "legend": false,
4288 "tooltip": false,
4289 "viz": false
4290 }
4291 },
4292 "decimals": 0,
4293 "mappings": [],
4294 "unit": "short"
4295 },
4296 "overrides": [
4297 {
4298 "matcher": {
4299 "id": "byName",
4300 "options": "1"
4301 },
4302 "properties": [
4303 {
4304 "id": "color",
4305 "value": {
4306 "fixedColor": "#FF9830",
4307 "mode": "fixed"
4308 }
4309 }
4310 ]
4311 },
4312 {
4313 "matcher": {
4314 "id": "byName",
4315 "options": "Alert"
4316 },
4317 "properties": [
4318 {
4319 "id": "color",
4320 "value": {
4321 "fixedColor": "#F2495C",
4322 "mode": "fixed"
4323 }
4324 }
4325 ]
4326 },
4327 {
4328 "matcher": {
4329 "id": "byName",
4330 "options": "Error"
4331 },
4332 "properties": [
4333 {
4334 "id": "color",
4335 "value": {
4336 "fixedColor": "#F2495C",
4337 "mode": "fixed"
4338 }
4339 }
4340 ]
4341 },
4342 {
4343 "matcher": {
4344 "id": "byName",
4345 "options": "Info"
4346 },
4347 "properties": [
4348 {
4349 "id": "color",
4350 "value": {
4351 "fixedColor": "#73BF69",
4352 "mode": "fixed"
4353 }
4354 }
4355 ]
4356 },
4357 {
4358 "matcher": {
4359 "id": "byName",
4360 "options": "NOTICE"
4361 },
4362 "properties": [
4363 {
4364 "id": "color",
4365 "value": {
4366 "fixedColor": "#5794F2",
4367 "mode": "fixed"
4368 }
4369 }
4370 ]
4371 },
4372 {
4373 "matcher": {
4374 "id": "byName",
4375 "options": "Notice"
4376 },
4377 "properties": [
4378 {
4379 "id": "color",
4380 "value": {
4381 "fixedColor": "#5794F2",
4382 "mode": "fixed"
4383 }
4384 }
4385 ]
4386 },
4387 {
4388 "matcher": {
4389 "id": "byName",
4390 "options": "Result"
4391 },
4392 "properties": [
4393 {
4394 "id": "color",
4395 "value": {
4396 "fixedColor": "#B877D9",
4397 "mode": "fixed"
4398 }
4399 }
4400 ]
4401 },
4402 {
4403 "matcher": {
4404 "id": "byName",
4405 "options": "Warning"
4406 },
4407 "properties": [
4408 {
4409 "id": "color",
4410 "value": {
4411 "fixedColor": "#FF9830",
4412 "mode": "fixed"
4413 }
4414 }
4415 ]
4416 },
4417 {
4418 "matcher": {
4419 "id": "byName",
4420 "options": "INFORMATION"
4421 },
4422 "properties": [
4423 {
4424 "id": "color",
4425 "value": {
4426 "fixedColor": "green",
4427 "mode": "fixed"
4428 }
4429 }
4430 ]
4431 },
4432 {
4433 "matcher": {
4434 "id": "byName",
4435 "options": "WARNING"
4436 },
4437 "properties": [
4438 {
4439 "id": "color",
4440 "value": {
4441 "fixedColor": "orange",
4442 "mode": "fixed"
4443 }
4444 }
4445 ]
4446 },
4447 {
4448 "matcher": {
4449 "id": "byName",
4450 "options": "ERROR"
4451 },
4452 "properties": [
4453 {
4454 "id": "color",
4455 "value": {
4456 "fixedColor": "red",
4457 "mode": "fixed"
4458 }
4459 }
4460 ]
4461 }
4462 ]
4463 },
4464 "gridPos": {
4465 "h": 8,
4466 "w": 5,
4467 "x": 0,
4468 "y": 11
4469 },
4470 "id": 130,
4471 "links": [],
4472 "maxDataPoints": 3,
4473 "options": {
4474 "displayLabels": [],
4475 "legend": {
4476 "calcs": [],
4477 "displayMode": "list",
4478 "placement": "bottom",
4479 "showLegend": false,
4480 "values": ["value"]
4481 },
4482 "pieType": "donut",
4483 "reduceOptions": {
4484 "calcs": ["sum"],
4485 "fields": "",
4486 "values": false
4487 },
4488 "text": {},
4489 "tooltip": {
4490 "mode": "single",
4491 "sort": "none"
4492 }
4493 },
4494 "targets": [
4495 {
4496 "bucketAggs": [
4497 {
4498 "$$hashKey": "object:73",
4499 "fake": true,
4500 "field": "data_system_sys_os_group",
4501 "id": "3",
4502 "settings": {
4503 "min_doc_count": 1,
4504 "order": "desc",
4505 "orderBy": "_count",
4506 "size": "0"
4507 },
4508 "type": "terms"
4509 },
4510 {
4511 "$$hashKey": "object:74",
4512 "field": "timestamp",
4513 "id": "2",
4514 "settings": {
4515 "interval": "auto",
4516 "min_doc_count": 0,
4517 "trimEdges": 0
4518 },
4519 "type": "date_histogram"
4520 }
4521 ],
4522 "datasource": {
4523 "type": "elasticsearch",
4524 "uid": "replace_datasource_uid"
4525 },
4526 "metrics": [
4527 {
4528 "$$hashKey": "object:71",
4529 "field": "select field",
4530 "id": "1",
4531 "type": "count"
4532 }
4533 ],
4534 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit System\"",
4535 "refId": "A",
4536 "timeField": "timestamp"
4537 }
4538 ],
4539 "title": "AGENTS BY OS FAMILY",
4540 "type": "piechart"
4541 },
4542 {
4543 "datasource": {
4544 "type": "elasticsearch",
4545 "uid": "replace_datasource_uid"
4546 },
4547 "fieldConfig": {
4548 "defaults": {
4549 "custom": {
4550 "align": "auto",
4551 "cellOptions": {
4552 "type": "auto"
4553 },
4554 "filterable": false,
4555 "inspect": false
4556 },
4557 "mappings": [],
4558 "thresholds": {
4559 "mode": "absolute",
4560 "steps": [
4561 {
4562 "color": "green"
4563 },
4564 {
4565 "color": "red",
4566 "value": 80
4567 }
4568 ]
4569 }
4570 },
4571 "overrides": [
4572 {
4573 "matcher": {
4574 "id": "byName",
4575 "options": "agent_name"
4576 },
4577 "properties": [
4578 {
4579 "id": "custom.width",
4580 "value": 348
4581 }
4582 ]
4583 },
4584 {
4585 "matcher": {
4586 "id": "byName",
4587 "options": "data_os_type"
4588 },
4589 "properties": [
4590 {
4591 "id": "custom.width",
4592 "value": 504
4593 }
4594 ]
4595 }
4596 ]
4597 },
4598 "gridPos": {
4599 "h": 8,
4600 "w": 10,
4601 "x": 5,
4602 "y": 11
4603 },
4604 "id": 114,
4605 "links": [],
4606 "maxDataPoints": 3,
4607 "options": {
4608 "cellHeight": "sm",
4609 "footer": {
4610 "countRows": false,
4611 "fields": "",
4612 "reducer": ["sum"],
4613 "show": false
4614 },
4615 "showHeader": true,
4616 "sortBy": []
4617 },
4618 "pluginVersion": "10.0.2",
4619 "targets": [
4620 {
4621 "bucketAggs": [
4622 {
4623 "$$hashKey": "object:73",
4624 "fake": true,
4625 "field": "data_system_sys_os_group",
4626 "id": "3",
4627 "settings": {
4628 "min_doc_count": 1,
4629 "order": "desc",
4630 "orderBy": "_count",
4631 "size": "0"
4632 },
4633 "type": "terms"
4634 }
4635 ],
4636 "datasource": {
4637 "type": "elasticsearch",
4638 "uid": "replace_datasource_uid"
4639 },
4640 "metrics": [
4641 {
4642 "$$hashKey": "object:71",
4643 "field": "select field",
4644 "id": "1",
4645 "type": "count"
4646 }
4647 ],
4648 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit System\"",
4649 "refId": "A",
4650 "timeField": "timestamp"
4651 }
4652 ],
4653 "title": "AGENTS BY OS FAMILY",
4654 "transformations": [
4655 {
4656 "id": "organize",
4657 "options": {
4658 "excludeByName": {},
4659 "indexByName": {},
4660 "renameByName": {
4661 "data_system_sys_os_group": "OS GROUP"
4662 }
4663 }
4664 }
4665 ],
4666 "type": "table"
4667 },
4668 {
4669 "datasource": {
4670 "type": "elasticsearch",
4671 "uid": "replace_datasource_uid"
4672 },
4673 "fieldConfig": {
4674 "defaults": {
4675 "custom": {
4676 "align": "auto",
4677 "cellOptions": {
4678 "type": "auto"
4679 },
4680 "filterable": false,
4681 "inspect": false
4682 },
4683 "mappings": [],
4684 "thresholds": {
4685 "mode": "absolute",
4686 "steps": [
4687 {
4688 "color": "green"
4689 },
4690 {
4691 "color": "red",
4692 "value": 80
4693 }
4694 ]
4695 }
4696 },
4697 "overrides": [
4698 {
4699 "matcher": {
4700 "id": "byName",
4701 "options": "agent_name"
4702 },
4703 "properties": [
4704 {
4705 "id": "custom.width",
4706 "value": 348
4707 }
4708 ]
4709 },
4710 {
4711 "matcher": {
4712 "id": "byName",
4713 "options": "data_os_type"
4714 },
4715 "properties": [
4716 {
4717 "id": "custom.width",
4718 "value": 504
4719 }
4720 ]
4721 }
4722 ]
4723 },
4724 "gridPos": {
4725 "h": 8,
4726 "w": 9,
4727 "x": 15,
4728 "y": 11
4729 },
4730 "id": 141,
4731 "links": [],
4732 "maxDataPoints": 3,
4733 "options": {
4734 "cellHeight": "sm",
4735 "footer": {
4736 "countRows": false,
4737 "fields": "",
4738 "reducer": ["sum"],
4739 "show": false
4740 },
4741 "showHeader": true,
4742 "sortBy": []
4743 },
4744 "pluginVersion": "10.0.2",
4745 "targets": [
4746 {
4747 "bucketAggs": [
4748 {
4749 "$$hashKey": "object:73",
4750 "fake": true,
4751 "field": "agent_name",
4752 "id": "3",
4753 "settings": {
4754 "min_doc_count": 1,
4755 "order": "desc",
4756 "orderBy": "_count",
4757 "size": "0"
4758 },
4759 "type": "terms"
4760 },
4761 {
4762 "field": "data_os_boot_time",
4763 "id": "4",
4764 "settings": {
4765 "min_doc_count": "1",
4766 "order": "desc",
4767 "orderBy": "_term",
4768 "size": "10"
4769 },
4770 "type": "terms"
4771 }
4772 ],
4773 "datasource": {
4774 "type": "elasticsearch",
4775 "uid": "replace_datasource_uid"
4776 },
4777 "metrics": [
4778 {
4779 "$$hashKey": "object:71",
4780 "field": "select field",
4781 "id": "1",
4782 "type": "count"
4783 }
4784 ],
4785 "query": "agent_name:$agent_name AND rule_groups:*inventory",
4786 "refId": "A",
4787 "timeField": "timestamp"
4788 }
4789 ],
4790 "title": "BOOT TIME",
4791 "type": "table"
4792 },
4793 {
4794 "datasource": {
4795 "type": "elasticsearch",
4796 "uid": "replace_datasource_uid"
4797 },
4798 "fieldConfig": {
4799 "defaults": {
4800 "color": {
4801 "mode": "thresholds"
4802 },
4803 "custom": {
4804 "align": "auto",
4805 "cellOptions": {
4806 "type": "auto"
4807 },
4808 "inspect": false
4809 },
4810 "mappings": [],
4811 "thresholds": {
4812 "mode": "absolute",
4813 "steps": [
4814 {
4815 "color": "green"
4816 },
4817 {
4818 "color": "red",
4819 "value": 80
4820 }
4821 ]
4822 }
4823 },
4824 "overrides": [
4825 {
4826 "matcher": {
4827 "id": "byName",
4828 "options": "AGENT"
4829 },
4830 "properties": [
4831 {
4832 "id": "custom.width",
4833 "value": 171
4834 }
4835 ]
4836 },
4837 {
4838 "matcher": {
4839 "id": "byName",
4840 "options": "SRC IP"
4841 },
4842 "properties": [
4843 {
4844 "id": "custom.width",
4845 "value": 167
4846 }
4847 ]
4848 },
4849 {
4850 "matcher": {
4851 "id": "byName",
4852 "options": "MESSAGE"
4853 },
4854 "properties": [
4855 {
4856 "id": "custom.width",
4857 "value": 1519
4858 }
4859 ]
4860 },
4861 {
4862 "matcher": {
4863 "id": "byName",
4864 "options": "rule_description"
4865 },
4866 "properties": [
4867 {
4868 "id": "custom.width",
4869 "value": 524
4870 }
4871 ]
4872 },
4873 {
4874 "matcher": {
4875 "id": "byName",
4876 "options": "OS TYPE"
4877 },
4878 "properties": [
4879 {
4880 "id": "custom.width",
4881 "value": 431
4882 }
4883 ]
4884 }
4885 ]
4886 },
4887 "gridPos": {
4888 "h": 10,
4889 "w": 24,
4890 "x": 0,
4891 "y": 19
4892 },
4893 "id": 142,
4894 "options": {
4895 "cellHeight": "sm",
4896 "footer": {
4897 "countRows": false,
4898 "fields": "",
4899 "reducer": ["sum"],
4900 "show": false
4901 },
4902 "showHeader": true,
4903 "sortBy": []
4904 },
4905 "pluginVersion": "10.0.2",
4906 "targets": [
4907 {
4908 "alias": "",
4909 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
4910 "datasource": {
4911 "type": "elasticsearch",
4912 "uid": "replace_datasource_uid"
4913 },
4914 "metrics": [
4915 {
4916 "id": "1",
4917 "settings": {
4918 "size": "500"
4919 },
4920 "type": "raw_data"
4921 }
4922 ],
4923 "query": "agent_name:$agent_name AND rule_description:\"Open-Audit System\"",
4924 "queryType": "lucene",
4925 "refId": "A",
4926 "timeField": "timestamp"
4927 }
4928 ],
4929 "title": "OS INVENTORY",
4930 "transformations": [
4931 {
4932 "id": "organize",
4933 "options": {
4934 "excludeByName": {
4935 "@metadata_beat": true,
4936 "@metadata_type": true,
4937 "@metadata_version": true,
4938 "_id": true,
4939 "_index": true,
4940 "_type": true,
4941 "agent_ephemeral_id": true,
4942 "agent_hostname": true,
4943 "agent_id": true,
4944 "agent_ip": false,
4945 "agent_ip_city_name": true,
4946 "agent_ip_country_code": true,
4947 "agent_ip_geolocation": true,
4948 "agent_labels_customer": true,
4949 "agent_name": false,
4950 "agent_type": true,
4951 "agent_version": true,
4952 "beats_type": true,
4953 "collector_node_id": true,
4954 "data_inventory_module": true,
4955 "data_os_architecture": true,
4956 "data_os_boot_time": true,
4957 "data_os_install_date": false,
4958 "data_os_lang": false,
4959 "data_os_locale": false,
4960 "data_os_sku": false,
4961 "data_os_sn": false,
4962 "data_os_system_memory": false,
4963 "data_os_system_name": true,
4964 "data_system_sys_form_factor": true,
4965 "data_system_sys_hostname": true,
4966 "data_system_sys_icon": true,
4967 "data_system_sys_ip": true,
4968 "data_system_sys_ip_city_name": true,
4969 "data_system_sys_ip_country_code": true,
4970 "data_system_sys_ip_geolocation": true,
4971 "data_system_sys_last_seen_by": true,
4972 "data_system_sys_manufacturer": true,
4973 "data_system_sys_memory_count": true,
4974 "data_system_sys_model": true,
4975 "data_system_sys_os_arch": true,
4976 "data_system_sys_os_bit": true,
4977 "data_system_sys_processor_count": true,
4978 "data_system_sys_script_version": true,
4979 "data_system_sys_serial": true,
4980 "data_system_sys_uptime": true,
4981 "data_system_sys_uuid": true,
4982 "data_win_eventdata_domain": true,
4983 "data_win_eventdata_imagePath": true,
4984 "data_win_eventdata_sID": true,
4985 "data_win_eventdata_serviceName": true,
4986 "data_win_eventdata_serviceType": true,
4987 "data_win_eventdata_startType": true,
4988 "data_win_eventdata_timestamp": true,
4989 "data_win_eventdata_user": true,
4990 "data_win_system_channel": true,
4991 "data_win_system_computer": true,
4992 "data_win_system_eventID": true,
4993 "data_win_system_eventRecordID": true,
4994 "data_win_system_eventSourceName": true,
4995 "data_win_system_keywords": true,
4996 "data_win_system_level": true,
4997 "data_win_system_opcode": true,
4998 "data_win_system_processID": true,
4999 "data_win_system_providerGuid": true,
5000 "data_win_system_providerName": true,
Showing first 5,000 of 10,583 lines. View raw