1{
2  "type": "index",
3  "value": {
4    "aliases": {
5      "heartbeat-8.0.0-full": {
6        "is_write_index": true
7      }
8    },
9    "index": "heartbeat-8-full-test",
10    "mappings": {
11      "_meta": {
12        "beat": "heartbeat",
13        "version": "8.0.0"
14      },
15      "dynamic_templates": [
16        {
17          "labels": {
18            "path_match": "labels.*",
19            "match_mapping_type": "string",
20            "mapping": {
21              "type": "keyword"
22            }
23          }
24        },
25        {
26          "container.labels": {
27            "path_match": "container.labels.*",
28            "match_mapping_type": "string",
29            "mapping": {
30              "type": "keyword"
31            }
32          }
33        },
34        {
35          "dns.answers": {
36            "path_match": "dns.answers.*",
37            "match_mapping_type": "string",
38            "mapping": {
39              "type": "keyword"
40            }
41          }
42        },
43        {
44          "log.syslog": {
45            "path_match": "log.syslog.*",
46            "match_mapping_type": "string",
47            "mapping": {
48              "type": "keyword"
49            }
50          }
51        },
52        {
53          "network.inner": {
54            "path_match": "network.inner.*",
55            "match_mapping_type": "string",
56            "mapping": {
57              "type": "keyword"
58            }
59          }
60        },
61        {
62          "observer.egress": {
63            "path_match": "observer.egress.*",
64            "match_mapping_type": "string",
65            "mapping": {
66              "type": "keyword"
67            }
68          }
69        },
70        {
71          "observer.ingress": {
72            "path_match": "observer.ingress.*",
73            "match_mapping_type": "string",
74            "mapping": {
75              "type": "keyword"
76            }
77          }
78        },
79        {
80          "fields": {
81            "path_match": "fields.*",
82            "match_mapping_type": "string",
83            "mapping": {
84              "type": "keyword"
85            }
86          }
87        },
88        {
89          "docker.container.labels": {
90            "path_match": "docker.container.labels.*",
91            "match_mapping_type": "string",
92            "mapping": {
93              "type": "keyword"
94            }
95          }
96        },
97        {
98          "kubernetes.labels.*": {
99            "path_match": "kubernetes.labels.*",
100            "mapping": {
101              "type": "keyword"
102            }
103          }
104        },
105        {
106          "kubernetes.annotations.*": {
107            "path_match": "kubernetes.annotations.*",
108            "mapping": {
109              "type": "keyword"
110            }
111          }
112        },
113        {
114          "strings_as_keyword": {
115            "match_mapping_type": "string",
116            "mapping": {
117              "ignore_above": 1024,
118              "type": "keyword"
119            }
120          }
121        }
122      ],
123      "date_detection": false,
124      "properties": {
125        "@timestamp": {
126          "type": "date"
127        },
128        "agent": {
129          "properties": {
130            "ephemeral_id": {
131              "type": "keyword",
132              "ignore_above": 1024
133            },
134            "hostname": {
135              "type": "keyword",
136              "ignore_above": 1024
137            },
138            "id": {
139              "type": "keyword",
140              "ignore_above": 1024
141            },
142            "name": {
143              "type": "keyword",
144              "ignore_above": 1024
145            },
146            "type": {
147              "type": "keyword",
148              "ignore_above": 1024
149            },
150            "version": {
151              "type": "keyword",
152              "ignore_above": 1024
153            }
154          }
155        },
156        "as": {
157          "properties": {
158            "number": {
159              "type": "long"
160            },
161            "organization": {
162              "properties": {
163                "name": {
164                  "type": "keyword",
165                  "fields": {
166                    "text": {
167                      "type": "text",
168                      "norms": false
169                    }
170                  },
171                  "ignore_above": 1024
172                }
173              }
174            }
175          }
176        },
177        "client": {
178          "properties": {
179            "address": {
180              "type": "keyword",
181              "ignore_above": 1024
182            },
183            "as": {
184              "properties": {
185                "number": {
186                  "type": "long"
187                },
188                "organization": {
189                  "properties": {
190                    "name": {
191                      "type": "keyword",
192                      "fields": {
193                        "text": {
194                          "type": "text",
195                          "norms": false
196                        }
197                      },
198                      "ignore_above": 1024
199                    }
200                  }
201                }
202              }
203            },
204            "bytes": {
205              "type": "long"
206            },
207            "domain": {
208              "type": "keyword",
209              "ignore_above": 1024
210            },
211            "geo": {
212              "properties": {
213                "city_name": {
214                  "type": "keyword",
215                  "ignore_above": 1024
216                },
217                "continent_name": {
218                  "type": "keyword",
219                  "ignore_above": 1024
220                },
221                "country_iso_code": {
222                  "type": "keyword",
223                  "ignore_above": 1024
224                },
225                "country_name": {
226                  "type": "keyword",
227                  "ignore_above": 1024
228                },
229                "location": {
230                  "type": "geo_point"
231                },
232                "name": {
233                  "type": "keyword",
234                  "ignore_above": 1024
235                },
236                "region_iso_code": {
237                  "type": "keyword",
238                  "ignore_above": 1024
239                },
240                "region_name": {
241                  "type": "keyword",
242                  "ignore_above": 1024
243                }
244              }
245            },
246            "ip": {
247              "type": "ip"
248            },
249            "mac": {
250              "type": "keyword",
251              "ignore_above": 1024
252            },
253            "nat": {
254              "properties": {
255                "ip": {
256                  "type": "ip"
257                },
258                "port": {
259                  "type": "long"
260                }
261              }
262            },
263            "packets": {
264              "type": "long"
265            },
266            "port": {
267              "type": "long"
268            },
269            "registered_domain": {
270              "type": "keyword",
271              "ignore_above": 1024
272            },
273            "top_level_domain": {
274              "type": "keyword",
275              "ignore_above": 1024
276            },
277            "user": {
278              "properties": {
279                "domain": {
280                  "type": "keyword",
281                  "ignore_above": 1024
282                },
283                "email": {
284                  "type": "keyword",
285                  "ignore_above": 1024
286                },
287                "full_name": {
288                  "type": "keyword",
289                  "fields": {
290                    "text": {
291                      "type": "text",
292                      "norms": false
293                    }
294                  },
295                  "ignore_above": 1024
296                },
297                "group": {
298                  "properties": {
299                    "domain": {
300                      "type": "keyword",
301                      "ignore_above": 1024
302                    },
303                    "id": {
304                      "type": "keyword",
305                      "ignore_above": 1024
306                    },
307                    "name": {
308                      "type": "keyword",
309                      "ignore_above": 1024
310                    }
311                  }
312                },
313                "hash": {
314                  "type": "keyword",
315                  "ignore_above": 1024
316                },
317                "id": {
318                  "type": "keyword",
319                  "ignore_above": 1024
320                },
321                "name": {
322                  "type": "keyword",
323                  "fields": {
324                    "text": {
325                      "type": "text",
326                      "norms": false
327                    }
328                  },
329                  "ignore_above": 1024
330                }
331              }
332            }
333          }
334        },
335        "cloud": {
336          "properties": {
337            "account": {
338              "properties": {
339                "id": {
340                  "type": "keyword",
341                  "ignore_above": 1024
342                }
343              }
344            },
345            "availability_zone": {
346              "type": "keyword",
347              "ignore_above": 1024
348            },
349            "image": {
350              "properties": {
351                "id": {
352                  "type": "keyword",
353                  "ignore_above": 1024
354                }
355              }
356            },
357            "instance": {
358              "properties": {
359                "id": {
360                  "type": "keyword",
361                  "ignore_above": 1024
362                },
363                "name": {
364                  "type": "keyword",
365                  "ignore_above": 1024
366                }
367              }
368            },
369            "machine": {
370              "properties": {
371                "type": {
372                  "type": "keyword",
373                  "ignore_above": 1024
374                }
375              }
376            },
377            "project": {
378              "properties": {
379                "id": {
380                  "type": "keyword",
381                  "ignore_above": 1024
382                }
383              }
384            },
385            "provider": {
386              "type": "keyword",
387              "ignore_above": 1024
388            },
389            "region": {
390              "type": "keyword",
391              "ignore_above": 1024
392            }
393          }
394        },
395        "code_signature": {
396          "properties": {
397            "exists": {
398              "type": "boolean"
399            },
400            "status": {
401              "type": "keyword",
402              "ignore_above": 1024
403            },
404            "subject_name": {
405              "type": "keyword",
406              "ignore_above": 1024
407            },
408            "trusted": {
409              "type": "boolean"
410            },
411            "valid": {
412              "type": "boolean"
413            }
414          }
415        },
416        "container": {
417          "properties": {
418            "id": {
419              "type": "keyword",
420              "ignore_above": 1024
421            },
422            "image": {
423              "properties": {
424                "name": {
425                  "type": "keyword",
426                  "ignore_above": 1024
427                },
428                "tag": {
429                  "type": "keyword",
430                  "ignore_above": 1024
431                }
432              }
433            },
434            "labels": {
435              "type": "object"
436            },
437            "name": {
438              "type": "keyword",
439              "ignore_above": 1024
440            },
441            "runtime": {
442              "type": "keyword",
443              "ignore_above": 1024
444            }
445          }
446        },
447        "destination": {
448          "properties": {
449            "address": {
450              "type": "keyword",
451              "ignore_above": 1024
452            },
453            "as": {
454              "properties": {
455                "number": {
456                  "type": "long"
457                },
458                "organization": {
459                  "properties": {
460                    "name": {
461                      "type": "keyword",
462                      "fields": {
463                        "text": {
464                          "type": "text",
465                          "norms": false
466                        }
467                      },
468                      "ignore_above": 1024
469                    }
470                  }
471                }
472              }
473            },
474            "bytes": {
475              "type": "long"
476            },
477            "domain": {
478              "type": "keyword",
479              "ignore_above": 1024
480            },
481            "geo": {
482              "properties": {
483                "city_name": {
484                  "type": "keyword",
485                  "ignore_above": 1024
486                },
487                "continent_name": {
488                  "type": "keyword",
489                  "ignore_above": 1024
490                },
491                "country_iso_code": {
492                  "type": "keyword",
493                  "ignore_above": 1024
494                },
495                "country_name": {
496                  "type": "keyword",
497                  "ignore_above": 1024
498                },
499                "location": {
500                  "type": "geo_point"
501                },
502                "name": {
503                  "type": "keyword",
504                  "ignore_above": 1024
505                },
506                "region_iso_code": {
507                  "type": "keyword",
508                  "ignore_above": 1024
509                },
510                "region_name": {
511                  "type": "keyword",
512                  "ignore_above": 1024
513                }
514              }
515            },
516            "ip": {
517              "type": "ip"
518            },
519            "mac": {
520              "type": "keyword",
521              "ignore_above": 1024
522            },
523            "nat": {
524              "properties": {
525                "ip": {
526                  "type": "ip"
527                },
528                "port": {
529                  "type": "long"
530                }
531              }
532            },
533            "packets": {
534              "type": "long"
535            },
536            "port": {
537              "type": "long"
538            },
539            "registered_domain": {
540              "type": "keyword",
541              "ignore_above": 1024
542            },
543            "top_level_domain": {
544              "type": "keyword",
545              "ignore_above": 1024
546            },
547            "user": {
548              "properties": {
549                "domain": {
550                  "type": "keyword",
551                  "ignore_above": 1024
552                },
553                "email": {
554                  "type": "keyword",
555                  "ignore_above": 1024
556                },
557                "full_name": {
558                  "type": "keyword",
559                  "fields": {
560                    "text": {
561                      "type": "text",
562                      "norms": false
563                    }
564                  },
565                  "ignore_above": 1024
566                },
567                "group": {
568                  "properties": {
569                    "domain": {
570                      "type": "keyword",
571                      "ignore_above": 1024
572                    },
573                    "id": {
574                      "type": "keyword",
575                      "ignore_above": 1024
576                    },
577                    "name": {
578                      "type": "keyword",
579                      "ignore_above": 1024
580                    }
581                  }
582                },
583                "hash": {
584                  "type": "keyword",
585                  "ignore_above": 1024
586                },
587                "id": {
588                  "type": "keyword",
589                  "ignore_above": 1024
590                },
591                "name": {
592                  "type": "keyword",
593                  "fields": {
594                    "text": {
595                      "type": "text",
596                      "norms": false
597                    }
598                  },
599                  "ignore_above": 1024
600                }
601              }
602            }
603          }
604        },
605        "dll": {
606          "properties": {
607            "code_signature": {
608              "properties": {
609                "exists": {
610                  "type": "boolean"
611                },
612                "status": {
613                  "type": "keyword",
614                  "ignore_above": 1024
615                },
616                "subject_name": {
617                  "type": "keyword",
618                  "ignore_above": 1024
619                },
620                "trusted": {
621                  "type": "boolean"
622                },
623                "valid": {
624                  "type": "boolean"
625                }
626              }
627            },
628            "hash": {
629              "properties": {
630                "md5": {
631                  "type": "keyword",
632                  "ignore_above": 1024
633                },
634                "sha1": {
635                  "type": "keyword",
636                  "ignore_above": 1024
637                },
638                "sha256": {
639                  "type": "keyword",
640                  "ignore_above": 1024
641                },
642                "sha512": {
643                  "type": "keyword",
644                  "ignore_above": 1024
645                }
646              }
647            },
648            "name": {
649              "type": "keyword",
650              "ignore_above": 1024
651            },
652            "path": {
653              "type": "keyword",
654              "ignore_above": 1024
655            },
656            "pe": {
657              "properties": {
658                "company": {
659                  "type": "keyword",
660                  "ignore_above": 1024
661                },
662                "description": {
663                  "type": "keyword",
664                  "ignore_above": 1024
665                },
666                "file_version": {
667                  "type": "keyword",
668                  "ignore_above": 1024
669                },
670                "original_file_name": {
671                  "type": "keyword",
672                  "ignore_above": 1024
673                },
674                "product": {
675                  "type": "keyword",
676                  "ignore_above": 1024
677                }
678              }
679            }
680          }
681        },
682        "dns": {
683          "properties": {
684            "answers": {
685              "properties": {
686                "class": {
687                  "type": "keyword",
688                  "ignore_above": 1024
689                },
690                "data": {
691                  "type": "keyword",
692                  "ignore_above": 1024
693                },
694                "name": {
695                  "type": "keyword",
696                  "ignore_above": 1024
697                },
698                "ttl": {
699                  "type": "long"
700                },
701                "type": {
702                  "type": "keyword",
703                  "ignore_above": 1024
704                }
705              }
706            },
707            "header_flags": {
708              "type": "keyword",
709              "ignore_above": 1024
710            },
711            "id": {
712              "type": "keyword",
713              "ignore_above": 1024
714            },
715            "op_code": {
716              "type": "keyword",
717              "ignore_above": 1024
718            },
719            "question": {
720              "properties": {
721                "class": {
722                  "type": "keyword",
723                  "ignore_above": 1024
724                },
725                "name": {
726                  "type": "keyword",
727                  "ignore_above": 1024
728                },
729                "registered_domain": {
730                  "type": "keyword",
731                  "ignore_above": 1024
732                },
733                "subdomain": {
734                  "type": "keyword",
735                  "ignore_above": 1024
736                },
737                "top_level_domain": {
738                  "type": "keyword",
739                  "ignore_above": 1024
740                },
741                "type": {
742                  "type": "keyword",
743                  "ignore_above": 1024
744                }
745              }
746            },
747            "resolved_ip": {
748              "type": "ip"
749            },
750            "response_code": {
751              "type": "keyword",
752              "ignore_above": 1024
753            },
754            "type": {
755              "type": "keyword",
756              "ignore_above": 1024
757            }
758          }
759        },
760        "docker": {
761          "properties": {
762            "container": {
763              "properties": {
764                "labels": {
765                  "type": "object"
766                }
767              }
768            }
769          }
770        },
771        "ecs": {
772          "properties": {
773            "version": {
774              "type": "keyword",
775              "ignore_above": 1024
776            }
777          }
778        },
779        "error": {
780          "properties": {
781            "code": {
782              "type": "keyword",
783              "ignore_above": 1024
784            },
785            "id": {
786              "type": "keyword",
787              "ignore_above": 1024
788            },
789            "message": {
790              "type": "text",
791              "norms": false
792            },
793            "stack_trace": {
794              "type": "keyword",
795              "fields": {
796                "text": {
797                  "type": "text",
798                  "norms": false
799                }
800              },
801              "ignore_above": 1024
802            },
803            "type": {
804              "type": "keyword",
805              "ignore_above": 1024
806            }
807          }
808        },
809        "event": {
810          "properties": {
811            "action": {
812              "type": "keyword",
813              "ignore_above": 1024
814            },
815            "category": {
816              "type": "keyword",
817              "ignore_above": 1024
818            },
819            "code": {
820              "type": "keyword",
821              "ignore_above": 1024
822            },
823            "created": {
824              "type": "date"
825            },
826            "dataset": {
827              "type": "keyword",
828              "ignore_above": 1024
829            },
830            "duration": {
831              "type": "long"
832            },
833            "end": {
834              "type": "date"
835            },
836            "hash": {
837              "type": "keyword",
838              "ignore_above": 1024
839            },
840            "id": {
841              "type": "keyword",
842              "ignore_above": 1024
843            },
844            "ingested": {
845              "type": "date"
846            },
847            "kind": {
848              "type": "keyword",
849              "ignore_above": 1024
850            },
851            "module": {
852              "type": "keyword",
853              "ignore_above": 1024
854            },
855            "original": {
856              "type": "keyword",
857              "ignore_above": 1024
858            },
859            "outcome": {
860              "type": "keyword",
861              "ignore_above": 1024
862            },
863            "provider": {
864              "type": "keyword",
865              "ignore_above": 1024
866            },
867            "reference": {
868              "type": "keyword",
869              "ignore_above": 1024
870            },
871            "risk_score": {
872              "type": "float"
873            },
874            "risk_score_norm": {
875              "type": "float"
876            },
877            "sequence": {
878              "type": "long"
879            },
880            "severity": {
881              "type": "long"
882            },
883            "start": {
884              "type": "date"
885            },
886            "timezone": {
887              "type": "keyword",
888              "ignore_above": 1024
889            },
890            "type": {
891              "type": "keyword",
892              "ignore_above": 1024
893            },
894            "url": {
895              "type": "keyword",
896              "ignore_above": 1024
897            }
898          }
899        },
900        "fields": {
901          "type": "object"
902        },
903        "file": {
904          "properties": {
905            "accessed": {
906              "type": "date"
907            },
908            "attributes": {
909              "type": "keyword",
910              "ignore_above": 1024
911            },
912            "code_signature": {
913              "properties": {
914                "exists": {
915                  "type": "boolean"
916                },
917                "status": {
918                  "type": "keyword",
919                  "ignore_above": 1024
920                },
921                "subject_name": {
922                  "type": "keyword",
923                  "ignore_above": 1024
924                },
925                "trusted": {
926                  "type": "boolean"
927                },
928                "valid": {
929                  "type": "boolean"
930                }
931              }
932            },
933            "created": {
934              "type": "date"
935            },
936            "ctime": {
937              "type": "date"
938            },
939            "device": {
940              "type": "keyword",
941              "ignore_above": 1024
942            },
943            "directory": {
944              "type": "keyword",
945              "ignore_above": 1024
946            },
947            "drive_letter": {
948              "type": "keyword",
949              "ignore_above": 1
950            },
951            "extension": {
952              "type": "keyword",
953              "ignore_above": 1024
954            },
955            "gid": {
956              "type": "keyword",
957              "ignore_above": 1024
958            },
959            "group": {
960              "type": "keyword",
961              "ignore_above": 1024
962            },
963            "hash": {
964              "properties": {
965                "md5": {
966                  "type": "keyword",
967                  "ignore_above": 1024
968                },
969                "sha1": {
970                  "type": "keyword",
971                  "ignore_above": 1024
972                },
973                "sha256": {
974                  "type": "keyword",
975                  "ignore_above": 1024
976                },
977                "sha512": {
978                  "type": "keyword",
979                  "ignore_above": 1024
980                }
981              }
982            },
983            "inode": {
984              "type": "keyword",
985              "ignore_above": 1024
986            },
987            "mime_type": {
988              "type": "keyword",
989              "ignore_above": 1024
990            },
991            "mode": {
992              "type": "keyword",
993              "ignore_above": 1024
994            },
995            "mtime": {
996              "type": "date"
997            },
998            "name": {
999              "type": "keyword",
1000              "ignore_above": 1024
1001            },
1002            "owner": {
1003              "type": "keyword",
1004              "ignore_above": 1024
1005            },
1006            "path": {
1007              "type": "keyword",
1008              "fields": {
1009                "text": {
1010                  "type": "text",
1011                  "norms": false
1012                }
1013              },
1014              "ignore_above": 1024
1015            },
1016            "pe": {
1017              "properties": {
1018                "company": {
1019                  "type": "keyword",
1020                  "ignore_above": 1024
1021                },
1022                "description": {
1023                  "type": "keyword",
1024                  "ignore_above": 1024
1025                },
1026                "file_version": {
1027                  "type": "keyword",
1028                  "ignore_above": 1024
1029                },
1030                "original_file_name": {
1031                  "type": "keyword",
1032                  "ignore_above": 1024
1033                },
1034                "product": {
1035                  "type": "keyword",
1036                  "ignore_above": 1024
1037                }
1038              }
1039            },
1040            "size": {
1041              "type": "long"
1042            },
1043            "target_path": {
1044              "type": "keyword",
1045              "fields": {
1046                "text": {
1047                  "type": "text",
1048                  "norms": false
1049                }
1050              },
1051              "ignore_above": 1024
1052            },
1053            "type": {
1054              "type": "keyword",
1055              "ignore_above": 1024
1056            },
1057            "uid": {
1058              "type": "keyword",
1059              "ignore_above": 1024
1060            }
1061          }
1062        },
1063        "geo": {
1064          "properties": {
1065            "city_name": {
1066              "type": "keyword",
1067              "ignore_above": 1024
1068            },
1069            "continent_name": {
1070              "type": "keyword",
1071              "ignore_above": 1024
1072            },
1073            "country_iso_code": {
1074              "type": "keyword",
1075              "ignore_above": 1024
1076            },
1077            "country_name": {
1078              "type": "keyword",
1079              "ignore_above": 1024
1080            },
1081            "location": {
1082              "type": "geo_point"
1083            },
1084            "name": {
1085              "type": "keyword",
1086              "ignore_above": 1024
1087            },
1088            "region_iso_code": {
1089              "type": "keyword",
1090              "ignore_above": 1024
1091            },
1092            "region_name": {
1093              "type": "keyword",
1094              "ignore_above": 1024
1095            }
1096          }
1097        },
1098        "group": {
1099          "properties": {
1100            "domain": {
1101              "type": "keyword",
1102              "ignore_above": 1024
1103            },
1104            "id": {
1105              "type": "keyword",
1106              "ignore_above": 1024
1107            },
1108            "name": {
1109              "type": "keyword",
1110              "ignore_above": 1024
1111            }
1112          }
1113        },
1114        "hash": {
1115          "properties": {
1116            "md5": {
1117              "type": "keyword",
1118              "ignore_above": 1024
1119            },
1120            "sha1": {
1121              "type": "keyword",
1122              "ignore_above": 1024
1123            },
1124            "sha256": {
1125              "type": "keyword",
1126              "ignore_above": 1024
1127            },
1128            "sha512": {
1129              "type": "keyword",
1130              "ignore_above": 1024
1131            }
1132          }
1133        },
1134        "host": {
1135          "properties": {
1136            "architecture": {
1137              "type": "keyword",
1138              "ignore_above": 1024
1139            },
1140            "containerized": {
1141              "type": "boolean"
1142            },
1143            "domain": {
1144              "type": "keyword",
1145              "ignore_above": 1024
1146            },
1147            "geo": {
1148              "properties": {
1149                "city_name": {
1150                  "type": "keyword",
1151                  "ignore_above": 1024
1152                },
1153                "continent_name": {
1154                  "type": "keyword",
1155                  "ignore_above": 1024
1156                },
1157                "country_iso_code": {
1158                  "type": "keyword",
1159                  "ignore_above": 1024
1160                },
1161                "country_name": {
1162                  "type": "keyword",
1163                  "ignore_above": 1024
1164                },
1165                "location": {
1166                  "type": "geo_point"
1167                },
1168                "name": {
1169                  "type": "keyword",
1170                  "ignore_above": 1024
1171                },
1172                "region_iso_code": {
1173                  "type": "keyword",
1174                  "ignore_above": 1024
1175                },
1176                "region_name": {
1177                  "type": "keyword",
1178                  "ignore_above": 1024
1179                }
1180              }
1181            },
1182            "hostname": {
1183              "type": "keyword",
1184              "ignore_above": 1024
1185            },
1186            "id": {
1187              "type": "keyword",
1188              "ignore_above": 1024
1189            },
1190            "ip": {
1191              "type": "ip"
1192            },
1193            "mac": {
1194              "type": "keyword",
1195              "ignore_above": 1024
1196            },
1197            "name": {
1198              "type": "keyword",
1199              "ignore_above": 1024
1200            },
1201            "os": {
1202              "properties": {
1203                "build": {
1204                  "type": "keyword",
1205                  "ignore_above": 1024
1206                },
1207                "codename": {
1208                  "type": "keyword",
1209                  "ignore_above": 1024
1210                },
1211                "family": {
1212                  "type": "keyword",
1213                  "ignore_above": 1024
1214                },
1215                "full": {
1216                  "type": "keyword",
1217                  "fields": {
1218                    "text": {
1219                      "type": "text",
1220                      "norms": false
1221                    }
1222                  },
1223                  "ignore_above": 1024
1224                },
1225                "kernel": {
1226                  "type": "keyword",
1227                  "ignore_above": 1024
1228                },
1229                "name": {
1230                  "type": "keyword",
1231                  "fields": {
1232                    "text": {
1233                      "type": "text",
1234                      "norms": false
1235                    }
1236                  },
1237                  "ignore_above": 1024
1238                },
1239                "platform": {
1240                  "type": "keyword",
1241                  "ignore_above": 1024
1242                },
1243                "version": {
1244                  "type": "keyword",
1245                  "ignore_above": 1024
1246                }
1247              }
1248            },
1249            "type": {
1250              "type": "keyword",
1251              "ignore_above": 1024
1252            },
1253            "uptime": {
1254              "type": "long"
1255            },
1256            "user": {
1257              "properties": {
1258                "domain": {
1259                  "type": "keyword",
1260                  "ignore_above": 1024
1261                },
1262                "email": {
1263                  "type": "keyword",
1264                  "ignore_above": 1024
1265                },
1266                "full_name": {
1267                  "type": "keyword",
1268                  "fields": {
1269                    "text": {
1270                      "type": "text",
1271                      "norms": false
1272                    }
1273                  },
1274                  "ignore_above": 1024
1275                },
1276                "group": {
1277                  "properties": {
1278                    "domain": {
1279                      "type": "keyword",
1280                      "ignore_above": 1024
1281                    },
1282                    "id": {
1283                      "type": "keyword",
1284                      "ignore_above": 1024
1285                    },
1286                    "name": {
1287                      "type": "keyword",
1288                      "ignore_above": 1024
1289                    }
1290                  }
1291                },
1292                "hash": {
1293                  "type": "keyword",
1294                  "ignore_above": 1024
1295                },
1296                "id": {
1297                  "type": "keyword",
1298                  "ignore_above": 1024
1299                },
1300                "name": {
1301                  "type": "keyword",
1302                  "fields": {
1303                    "text": {
1304                      "type": "text",
1305                      "norms": false
1306                    }
1307                  },
1308                  "ignore_above": 1024
1309                }
1310              }
1311            }
1312          }
1313        },
1314        "http": {
1315          "properties": {
1316            "request": {
1317              "properties": {
1318                "body": {
1319                  "properties": {
1320                    "bytes": {
1321                      "type": "long"
1322                    },
1323                    "content": {
1324                      "type": "keyword",
1325                      "fields": {
1326                        "text": {
1327                          "type": "text",
1328                          "norms": false
1329                        }
1330                      },
1331                      "ignore_above": 1024
1332                    }
1333                  }
1334                },
1335                "bytes": {
1336                  "type": "long"
1337                },
1338                "method": {
1339                  "type": "keyword",
1340                  "ignore_above": 1024
1341                },
1342                "referrer": {
1343                  "type": "keyword",
1344                  "ignore_above": 1024
1345                }
1346              }
1347            },
1348            "response": {
1349              "properties": {
1350                "body": {
1351                  "properties": {
1352                    "bytes": {
1353                      "type": "long"
1354                    },
1355                    "content": {
1356                      "type": "keyword",
1357                      "fields": {
1358                        "text": {
1359                          "type": "text",
1360                          "norms": false
1361                        }
1362                      },
1363                      "ignore_above": 1024
1364                    },
1365                    "hash": {
1366                      "type": "keyword",
1367                      "ignore_above": 1024
1368                    }
1369                  }
1370                },
1371                "bytes": {
1372                  "type": "long"
1373                },
1374                "redirects": {
1375                  "type": "keyword",
1376                  "ignore_above": 1024
1377                },
1378                "status_code": {
1379                  "type": "long"
1380                }
1381              }
1382            },
1383            "rtt": {
1384              "properties": {
1385                "content": {
1386                  "properties": {
1387                    "us": {
1388                      "type": "long"
1389                    }
1390                  }
1391                },
1392                "response_header": {
1393                  "properties": {
1394                    "us": {
1395                      "type": "long"
1396                    }
1397                  }
1398                },
1399                "total": {
1400                  "properties": {
1401                    "us": {
1402                      "type": "long"
1403                    }
1404                  }
1405                },
1406                "validate": {
1407                  "properties": {
1408                    "us": {
1409                      "type": "long"
1410                    }
1411                  }
1412                },
1413                "validate_body": {
1414                  "properties": {
1415                    "us": {
1416                      "type": "long"
1417                    }
1418                  }
1419                },
1420                "write_request": {
1421                  "properties": {
1422                    "us": {
1423                      "type": "long"
1424                    }
1425                  }
1426                }
1427              }
1428            },
1429            "version": {
1430              "type": "keyword",
1431              "ignore_above": 1024
1432            }
1433          }
1434        },
1435        "icmp": {
1436          "properties": {
1437            "requests": {
1438              "type": "long"
1439            },
1440            "rtt": {
1441              "properties": {
1442                "us": {
1443                  "type": "long"
1444                }
1445              }
1446            }
1447          }
1448        },
1449        "interface": {
1450          "properties": {
1451            "alias": {
1452              "type": "keyword",
1453              "ignore_above": 1024
1454            },
1455            "id": {
1456              "type": "keyword",
1457              "ignore_above": 1024
1458            },
1459            "name": {
1460              "type": "keyword",
1461              "ignore_above": 1024
1462            }
1463          }
1464        },
1465        "jolokia": {
1466          "properties": {
1467            "agent": {
1468              "properties": {
1469                "id": {
1470                  "type": "keyword",
1471                  "ignore_above": 1024
1472                },
1473                "version": {
1474                  "type": "keyword",
1475                  "ignore_above": 1024
1476                }
1477              }
1478            },
1479            "secured": {
1480              "type": "boolean"
1481            },
1482            "server": {
1483              "properties": {
1484                "product": {
1485                  "type": "keyword",
1486                  "ignore_above": 1024
1487                },
1488                "vendor": {
1489                  "type": "keyword",
1490                  "ignore_above": 1024
1491                },
1492                "version": {
1493                  "type": "keyword",
1494                  "ignore_above": 1024
1495                }
1496              }
1497            },
1498            "url": {
1499              "type": "keyword",
1500              "ignore_above": 1024
1501            }
1502          }
1503        },
1504        "kubernetes": {
1505          "properties": {
1506            "annotations": {
1507              "properties": {
1508                "*": {
1509                  "type": "object"
1510                }
1511              }
1512            },
1513            "container": {
1514              "properties": {
1515                "image": {
1516                  "type": "keyword",
1517                  "ignore_above": 1024
1518                },
1519                "name": {
1520                  "type": "keyword",
1521                  "ignore_above": 1024
1522                }
1523              }
1524            },
1525            "deployment": {
1526              "properties": {
1527                "name": {
1528                  "type": "keyword",
1529                  "ignore_above": 1024
1530                }
1531              }
1532            },
1533            "labels": {
1534              "properties": {
1535                "*": {
1536                  "type": "object"
1537                }
1538              }
1539            },
1540            "namespace": {
1541              "type": "keyword",
1542              "ignore_above": 1024
1543            },
1544            "node": {
1545              "properties": {
1546                "name": {
1547                  "type": "keyword",
1548                  "ignore_above": 1024
1549                }
1550              }
1551            },
1552            "pod": {
1553              "properties": {
1554                "name": {
1555                  "type": "keyword",
1556                  "ignore_above": 1024
1557                },
1558                "uid": {
1559                  "type": "keyword",
1560                  "ignore_above": 1024
1561                }
1562              }
1563            },
1564            "replicaset": {
1565              "properties": {
1566                "name": {
1567                  "type": "keyword",
1568                  "ignore_above": 1024
1569                }
1570              }
1571            },
1572            "statefulset": {
1573              "properties": {
1574                "name": {
1575                  "type": "keyword",
1576                  "ignore_above": 1024
1577                }
1578              }
1579            }
1580          }
1581        },
1582        "labels": {
1583          "type": "object"
1584        },
1585        "log": {
1586          "properties": {
1587            "level": {
1588              "type": "keyword",
1589              "ignore_above": 1024
1590            },
1591            "logger": {
1592              "type": "keyword",
1593              "ignore_above": 1024
1594            },
1595            "origin": {
1596              "properties": {
1597                "file": {
1598                  "properties": {
1599                    "line": {
1600                      "type": "long"
1601                    },
1602                    "name": {
1603                      "type": "keyword",
1604                      "ignore_above": 1024
1605                    }
1606                  }
1607                },
1608                "function": {
1609                  "type": "keyword",
1610                  "ignore_above": 1024
1611                }
1612              }
1613            },
1614            "original": {
1615              "type": "keyword",
1616              "ignore_above": 1024
1617            },
1618            "syslog": {
1619              "properties": {
1620                "facility": {
1621                  "properties": {
1622                    "code": {
1623                      "type": "long"
1624                    },
1625                    "name": {
1626                      "type": "keyword",
1627                      "ignore_above": 1024
1628                    }
1629                  }
1630                },
1631                "priority": {
1632                  "type": "long"
1633                },
1634                "severity": {
1635                  "properties": {
1636                    "code": {
1637                      "type": "long"
1638                    },
1639                    "name": {
1640                      "type": "keyword",
1641                      "ignore_above": 1024
1642                    }
1643                  }
1644                }
1645              }
1646            }
1647          }
1648        },
1649        "message": {
1650          "type": "text",
1651          "norms": false
1652        },
1653        "monitor": {
1654          "properties": {
1655            "check_group": {
1656              "type": "keyword",
1657              "ignore_above": 1024
1658            },
1659            "duration": {
1660              "properties": {
1661                "us": {
1662                  "type": "long"
1663                }
1664              }
1665            },
1666            "id": {
1667              "type": "keyword",
1668              "fields": {
1669                "text": {
1670                  "type": "text",
1671                  "norms": false,
1672                  "analyzer": "simple"
1673                }
1674              },
1675              "ignore_above": 1024
1676            },
1677            "ip": {
1678              "type": "ip"
1679            },
1680            "name": {
1681              "type": "keyword",
1682              "fields": {
1683                "text": {
1684                  "type": "text",
1685                  "norms": false,
1686                  "analyzer": "simple"
1687                }
1688              },
1689              "ignore_above": 1024
1690            },
1691            "status": {
1692              "type": "keyword",
1693              "ignore_above": 1024
1694            },
1695            "timespan": {
1696              "type": "date_range"
1697            },
1698            "type": {
1699              "type": "keyword",
1700              "ignore_above": 1024
1701            }
1702          }
1703        },
1704        "network": {
1705          "properties": {
1706            "application": {
1707              "type": "keyword",
1708              "ignore_above": 1024
1709            },
1710            "bytes": {
1711              "type": "long"
1712            },
1713            "community_id": {
1714              "type": "keyword",
1715              "ignore_above": 1024
1716            },
1717            "direction": {
1718              "type": "keyword",
1719              "ignore_above": 1024
1720            },
1721            "forwarded_ip": {
1722              "type": "ip"
1723            },
1724            "iana_number": {
1725              "type": "keyword",
1726              "ignore_above": 1024
1727            },
1728            "inner": {
1729              "properties": {
1730                "vlan": {
1731                  "properties": {
1732                    "id": {
1733                      "type": "keyword",
1734                      "ignore_above": 1024
1735                    },
1736                    "name": {
1737                      "type": "keyword",
1738                      "ignore_above": 1024
1739                    }
1740                  }
1741                }
1742              }
1743            },
1744            "name": {
1745              "type": "keyword",
1746              "ignore_above": 1024
1747            },
1748            "packets": {
1749              "type": "long"
1750            },
1751            "protocol": {
1752              "type": "keyword",
1753              "ignore_above": 1024
1754            },
1755            "transport": {
1756              "type": "keyword",
1757              "ignore_above": 1024
1758            },
1759            "type": {
1760              "type": "keyword",
1761              "ignore_above": 1024
1762            },
1763            "vlan": {
1764              "properties": {
1765                "id": {
1766                  "type": "keyword",
1767                  "ignore_above": 1024
1768                },
1769                "name": {
1770                  "type": "keyword",
1771                  "ignore_above": 1024
1772                }
1773              }
1774            }
1775          }
1776        },
1777        "observer": {
1778          "properties": {
1779            "egress": {
1780              "properties": {
1781                "interface": {
1782                  "properties": {
1783                    "alias": {
1784                      "type": "keyword",
1785                      "ignore_above": 1024
1786                    },
1787                    "id": {
1788                      "type": "keyword",
1789                      "ignore_above": 1024
1790                    },
1791                    "name": {
1792                      "type": "keyword",
1793                      "ignore_above": 1024
1794                    }
1795                  }
1796                },
1797                "vlan": {
1798                  "properties": {
1799                    "id": {
1800                      "type": "keyword",
1801                      "ignore_above": 1024
1802                    },
1803                    "name": {
1804                      "type": "keyword",
1805                      "ignore_above": 1024
1806                    }
1807                  }
1808                },
1809                "zone": {
1810                  "type": "keyword",
1811                  "ignore_above": 1024
1812                }
1813              }
1814            },
1815            "geo": {
1816              "properties": {
1817                "city_name": {
1818                  "type": "keyword",
1819                  "ignore_above": 1024
1820                },
1821                "continent_name": {
1822                  "type": "keyword",
1823                  "ignore_above": 1024
1824                },
1825                "country_iso_code": {
1826                  "type": "keyword",
1827                  "ignore_above": 1024
1828                },
1829                "country_name": {
1830                  "type": "keyword",
1831                  "ignore_above": 1024
1832                },
1833                "location": {
1834                  "type": "geo_point"
1835                },
1836                "name": {
1837                  "type": "keyword",
1838                  "ignore_above": 1024
1839                },
1840                "region_iso_code": {
1841                  "type": "keyword",
1842                  "ignore_above": 1024
1843                },
1844                "region_name": {
1845                  "type": "keyword",
1846                  "ignore_above": 1024
1847                }
1848              }
1849            },
1850            "hostname": {
1851              "type": "keyword",
1852              "ignore_above": 1024
1853            },
1854            "ingress": {
1855              "properties": {
1856                "interface": {
1857                  "properties": {
1858                    "alias": {
1859                      "type": "keyword",
1860                      "ignore_above": 1024
1861                    },
1862                    "id": {
1863                      "type": "keyword",
1864                      "ignore_above": 1024
1865                    },
1866                    "name": {
1867                      "type": "keyword",
1868                      "ignore_above": 1024
1869                    }
1870                  }
1871                },
1872                "vlan": {
1873                  "properties": {
1874                    "id": {
1875                      "type": "keyword",
1876                      "ignore_above": 1024
1877                    },
1878                    "name": {
1879                      "type": "keyword",
1880                      "ignore_above": 1024
1881                    }
1882                  }
1883                },
1884                "zone": {
1885                  "type": "keyword",
1886                  "ignore_above": 1024
1887                }
1888              }
1889            },
1890            "ip": {
1891              "type": "ip"
1892            },
1893            "mac": {
1894              "type": "keyword",
1895              "ignore_above": 1024
1896            },
1897            "name": {
1898              "type": "keyword",
1899              "ignore_above": 1024
1900            },
1901            "os": {
1902              "properties": {
1903                "family": {
1904                  "type": "keyword",
1905                  "ignore_above": 1024
1906                },
1907                "full": {
1908                  "type": "keyword",
1909                  "fields": {
1910                    "text": {
1911                      "type": "text",
1912                      "norms": false
1913                    }
1914                  },
1915                  "ignore_above": 1024
1916                },
1917                "kernel": {
1918                  "type": "keyword",
1919                  "ignore_above": 1024
1920                },
1921                "name": {
1922                  "type": "keyword",
1923                  "fields": {
1924                    "text": {
1925                      "type": "text",
1926                      "norms": false
1927                    }
1928                  },
1929                  "ignore_above": 1024
1930                },
1931                "platform": {
1932                  "type": "keyword",
1933                  "ignore_above": 1024
1934                },
1935                "version": {
1936                  "type": "keyword",
1937                  "ignore_above": 1024
1938                }
1939              }
1940            },
1941            "product": {
1942              "type": "keyword",
1943              "ignore_above": 1024
1944            },
1945            "serial_number": {
1946              "type": "keyword",
1947              "ignore_above": 1024
1948            },
1949            "type": {
1950              "type": "keyword",
1951              "ignore_above": 1024
1952            },
1953            "vendor": {
1954              "type": "keyword",
1955              "ignore_above": 1024
1956            },
1957            "version": {
1958              "type": "keyword",
1959              "ignore_above": 1024
1960            }
1961          }
1962        },
1963        "organization": {
1964          "properties": {
1965            "id": {
1966              "type": "keyword",
1967              "ignore_above": 1024
1968            },
1969            "name": {
1970              "type": "keyword",
1971              "fields": {
1972                "text": {
1973                  "type": "text",
1974                  "norms": false
1975                }
1976              },
1977              "ignore_above": 1024
1978            }
1979          }
1980        },
1981        "os": {
1982          "properties": {
1983            "family": {
1984              "type": "keyword",
1985              "ignore_above": 1024
1986            },
1987            "full": {
1988              "type": "keyword",
1989              "fields": {
1990                "text": {
1991                  "type": "text",
1992                  "norms": false
1993                }
1994              },
1995              "ignore_above": 1024
1996            },
1997            "kernel": {
1998              "type": "keyword",
1999              "ignore_above": 1024
2000            },
2001            "name": {
2002              "type": "keyword",
2003              "fields": {
2004                "text": {
2005                  "type": "text",
2006                  "norms": false
2007                }
2008              },
2009              "ignore_above": 1024
2010            },
2011            "platform": {
2012              "type": "keyword",
2013              "ignore_above": 1024
2014            },
2015            "version": {
2016              "type": "keyword",
2017              "ignore_above": 1024
2018            }
2019          }
2020        },
2021        "package": {
2022          "properties": {
2023            "architecture": {
2024              "type": "keyword",
2025              "ignore_above": 1024
2026            },
2027            "build_version": {
2028              "type": "keyword",
2029              "ignore_above": 1024
2030            },
2031            "checksum": {
2032              "type": "keyword",
2033              "ignore_above": 1024
2034            },
2035            "description": {
2036              "type": "keyword",
2037              "ignore_above": 1024
2038            },
2039            "install_scope": {
2040              "type": "keyword",
2041              "ignore_above": 1024
2042            },
2043            "installed": {
2044              "type": "date"
2045            },
2046            "license": {
2047              "type": "keyword",
2048              "ignore_above": 1024
2049            },
2050            "name": {
2051              "type": "keyword",
2052              "ignore_above": 1024
2053            },
2054            "path": {
2055              "type": "keyword",
2056              "ignore_above": 1024
2057            },
2058            "reference": {
2059              "type": "keyword",
2060              "ignore_above": 1024
2061            },
2062            "size": {
2063              "type": "long"
2064            },
2065            "type": {
2066              "type": "keyword",
2067              "ignore_above": 1024
2068            },
2069            "version": {
2070              "type": "keyword",
2071              "ignore_above": 1024
2072            }
2073          }
2074        },
2075        "pe": {
2076          "properties": {
2077            "company": {
2078              "type": "keyword",
2079              "ignore_above": 1024
2080            },
2081            "description": {
2082              "type": "keyword",
2083              "ignore_above": 1024
2084            },
2085            "file_version": {
2086              "type": "keyword",
2087              "ignore_above": 1024
2088            },
2089            "original_file_name": {
2090              "type": "keyword",
2091              "ignore_above": 1024
2092            },
2093            "product": {
2094              "type": "keyword",
2095              "ignore_above": 1024
2096            }
2097          }
2098        },
2099        "process": {
2100          "properties": {
2101            "args": {
2102              "type": "keyword",
2103              "ignore_above": 1024
2104            },
2105            "args_count": {
2106              "type": "long"
2107            },
2108            "code_signature": {
2109              "properties": {
2110                "exists": {
2111                  "type": "boolean"
2112                },
2113                "status": {
2114                  "type": "keyword",
2115                  "ignore_above": 1024
2116                },
2117                "subject_name": {
2118                  "type": "keyword",
2119                  "ignore_above": 1024
2120                },
2121                "trusted": {
2122                  "type": "boolean"
2123                },
2124                "valid": {
2125                  "type": "boolean"
2126                }
2127              }
2128            },
2129            "command_line": {
2130              "type": "keyword",
2131              "fields": {
2132                "text": {
2133                  "type": "text",
2134                  "norms": false
2135                }
2136              },
2137              "ignore_above": 1024
2138            },
2139            "entity_id": {
2140              "type": "keyword",
2141              "ignore_above": 1024
2142            },
2143            "executable": {
2144              "type": "keyword",
2145              "fields": {
2146                "text": {
2147                  "type": "text",
2148                  "norms": false
2149                }
2150              },
2151              "ignore_above": 1024
2152            },
2153            "exit_code": {
2154              "type": "long"
2155            },
2156            "hash": {
2157              "properties": {
2158                "md5": {
2159                  "type": "keyword",
2160                  "ignore_above": 1024
2161                },
2162                "sha1": {
2163                  "type": "keyword",
2164                  "ignore_above": 1024
2165                },
2166                "sha256": {
2167                  "type": "keyword",
2168                  "ignore_above": 1024
2169                },
2170                "sha512": {
2171                  "type": "keyword",
2172                  "ignore_above": 1024
2173                }
2174              }
2175            },
2176            "name": {
2177              "type": "keyword",
2178              "fields": {
2179                "text": {
2180                  "type": "text",
2181                  "norms": false
2182                }
2183              },
2184              "ignore_above": 1024
2185            },
2186            "parent": {
2187              "properties": {
2188                "args": {
2189                  "type": "keyword",
2190                  "ignore_above": 1024
2191                },
2192                "args_count": {
2193                  "type": "long"
2194                },
2195                "code_signature": {
2196                  "properties": {
2197                    "exists": {
2198                      "type": "boolean"
2199                    },
2200                    "status": {
2201                      "type": "keyword",
2202                      "ignore_above": 1024
2203                    },
2204                    "subject_name": {
2205                      "type": "keyword",
2206                      "ignore_above": 1024
2207                    },
2208                    "trusted": {
2209                      "type": "boolean"
2210                    },
2211                    "valid": {
2212                      "type": "boolean"
2213                    }
2214                  }
2215                },
2216                "command_line": {
2217                  "type": "keyword",
2218                  "fields": {
2219                    "text": {
2220                      "type": "text",
2221                      "norms": false
2222                    }
2223                  },
2224                  "ignore_above": 1024
2225                },
2226                "entity_id": {
2227                  "type": "keyword",
2228                  "ignore_above": 1024
2229                },
2230                "executable": {
2231                  "type": "keyword",
2232                  "fields": {
2233                    "text": {
2234                      "type": "text",
2235                      "norms": false
2236                    }
2237                  },
2238                  "ignore_above": 1024
2239                },
2240                "exit_code": {
2241                  "type": "long"
2242                },
2243                "hash": {
2244                  "properties": {
2245                    "md5": {
2246                      "type": "keyword",
2247                      "ignore_above": 1024
2248                    },
2249                    "sha1": {
2250                      "type": "keyword",
2251                      "ignore_above": 1024
2252                    },
2253                    "sha256": {
2254                      "type": "keyword",
2255                      "ignore_above": 1024
2256                    },
2257                    "sha512": {
2258                      "type": "keyword",
2259                      "ignore_above": 1024
2260                    }
2261                  }
2262                },
2263                "name": {
2264                  "type": "keyword",
2265                  "fields": {
2266                    "text": {
2267                      "type": "text",
2268                      "norms": false
2269                    }
2270                  },
2271                  "ignore_above": 1024
2272                },
2273                "pgid": {
2274                  "type": "long"
2275                },
2276                "pid": {
2277                  "type": "long"
2278                },
2279                "ppid": {
2280                  "type": "long"
2281                },
2282                "start": {
2283                  "type": "date"
2284                },
2285                "thread": {
2286                  "properties": {
2287                    "id": {
2288                      "type": "long"
2289                    },
2290                    "name": {
2291                      "type": "keyword",
2292                      "ignore_above": 1024
2293                    }
2294                  }
2295                },
2296                "title": {
2297                  "type": "keyword",
2298                  "fields": {
2299                    "text": {
2300                      "type": "text",
2301                      "norms": false
2302                    }
2303                  },
2304                  "ignore_above": 1024
2305                },
2306                "uptime": {
2307                  "type": "long"
2308                },
2309                "working_directory": {
2310                  "type": "keyword",
2311                  "fields": {
2312                    "text": {
2313                      "type": "text",
2314                      "norms": false
2315                    }
2316                  },
2317                  "ignore_above": 1024
2318                }
2319              }
2320            },
2321            "pe": {
2322              "properties": {
2323                "company": {
2324                  "type": "keyword",
2325                  "ignore_above": 1024
2326                },
2327                "description": {
2328                  "type": "keyword",
2329                  "ignore_above": 1024
2330                },
2331                "file_version": {
2332                  "type": "keyword",
2333                  "ignore_above": 1024
2334                },
2335                "original_file_name": {
2336                  "type": "keyword",
2337                  "ignore_above": 1024
2338                },
2339                "product": {
2340                  "type": "keyword",
2341                  "ignore_above": 1024
2342                }
2343              }
2344            },
2345            "pgid": {
2346              "type": "long"
2347            },
2348            "pid": {
2349              "type": "long"
2350            },
2351            "ppid": {
2352              "type": "long"
2353            },
2354            "start": {
2355              "type": "date"
2356            },
2357            "thread": {
2358              "properties": {
2359                "id": {
2360                  "type": "long"
2361                },
2362                "name": {
2363                  "type": "keyword",
2364                  "ignore_above": 1024
2365                }
2366              }
2367            },
2368            "title": {
2369              "type": "keyword",
2370              "fields": {
2371                "text": {
2372                  "type": "text",
2373                  "norms": false
2374                }
2375              },
2376              "ignore_above": 1024
2377            },
2378            "uptime": {
2379              "type": "long"
2380            },
2381            "working_directory": {
2382              "type": "keyword",
2383              "fields": {
2384                "text": {
2385                  "type": "text",
2386                  "norms": false
2387                }
2388              },
2389              "ignore_above": 1024
2390            }
2391          }
2392        },
2393        "registry": {
2394          "properties": {
2395            "data": {
2396              "properties": {
2397                "bytes": {
2398                  "type": "keyword",
2399                  "ignore_above": 1024
2400                },
2401                "strings": {
2402                  "type": "keyword",
2403                  "ignore_above": 1024
2404                },
2405                "type": {
2406                  "type": "keyword",
2407                  "ignore_above": 1024
2408                }
2409              }
2410            },
2411            "hive": {
2412              "type": "keyword",
2413              "ignore_above": 1024
2414            },
2415            "key": {
2416              "type": "keyword",
2417              "ignore_above": 1024
2418            },
2419            "path": {
2420              "type": "keyword",
2421              "ignore_above": 1024
2422            },
2423            "value": {
2424              "type": "keyword",
2425              "ignore_above": 1024
2426            }
2427          }
2428        },
2429        "related": {
2430          "properties": {
2431            "hash": {
2432              "type": "keyword",
2433              "ignore_above": 1024
2434            },
2435            "ip": {
2436              "type": "ip"
2437            },
2438            "user": {
2439              "type": "keyword",
2440              "ignore_above": 1024
2441            }
2442          }
2443        },
2444        "resolve": {
2445          "properties": {
2446            "ip": {
2447              "type": "ip"
2448            },
2449            "rtt": {
2450              "properties": {
2451                "us": {
2452                  "type": "long"
2453                }
2454              }
2455            }
2456          }
2457        },
2458        "rule": {
2459          "properties": {
2460            "author": {
2461              "type": "keyword",
2462              "ignore_above": 1024
2463            },
2464            "category": {
2465              "type": "keyword",
2466              "ignore_above": 1024
2467            },
2468            "description": {
2469              "type": "keyword",
2470              "ignore_above": 1024
2471            },
2472            "id": {
2473              "type": "keyword",
2474              "ignore_above": 1024
2475            },
2476            "license": {
2477              "type": "keyword",
2478              "ignore_above": 1024
2479            },
2480            "name": {
2481              "type": "keyword",
2482              "ignore_above": 1024
2483            },
2484            "reference": {
2485              "type": "keyword",
2486              "ignore_above": 1024
2487            },
2488            "ruleset": {
2489              "type": "keyword",
2490              "ignore_above": 1024
2491            },
2492            "uuid": {
2493              "type": "keyword",
2494              "ignore_above": 1024
2495            },
2496            "version": {
2497              "type": "keyword",
2498              "ignore_above": 1024
2499            }
2500          }
2501        },
2502        "server": {
2503          "properties": {
2504            "address": {
2505              "type": "keyword",
2506              "ignore_above": 1024
2507            },
2508            "as": {
2509              "properties": {
2510                "number": {
2511                  "type": "long"
2512                },
2513                "organization": {
2514                  "properties": {
2515                    "name": {
2516                      "type": "keyword",
2517                      "fields": {
2518                        "text": {
2519                          "type": "text",
2520                          "norms": false
2521                        }
2522                      },
2523                      "ignore_above": 1024
2524                    }
2525                  }
2526                }
2527              }
2528            },
2529            "bytes": {
2530              "type": "long"
2531            },
2532            "domain": {
2533              "type": "keyword",
2534              "ignore_above": 1024
2535            },
2536            "geo": {
2537              "properties": {
2538                "city_name": {
2539                  "type": "keyword",
2540                  "ignore_above": 1024
2541                },
2542                "continent_name": {
2543                  "type": "keyword",
2544                  "ignore_above": 1024
2545                },
2546                "country_iso_code": {
2547                  "type": "keyword",
2548                  "ignore_above": 1024
2549                },
2550                "country_name": {
2551                  "type": "keyword",
2552                  "ignore_above": 1024
2553                },
2554                "location": {
2555                  "type": "geo_point"
2556                },
2557                "name": {
2558                  "type": "keyword",
2559                  "ignore_above": 1024
2560                },
2561                "region_iso_code": {
2562                  "type": "keyword",
2563                  "ignore_above": 1024
2564                },
2565                "region_name": {
2566                  "type": "keyword",
2567                  "ignore_above": 1024
2568                }
2569              }
2570            },
2571            "ip": {
2572              "type": "ip"
2573            },
2574            "mac": {
2575              "type": "keyword",
2576              "ignore_above": 1024
2577            },
2578            "nat": {
2579              "properties": {
2580                "ip": {
2581                  "type": "ip"
2582                },
2583                "port": {
2584                  "type": "long"
2585                }
2586              }
2587            },
2588            "packets": {
2589              "type": "long"
2590            },
2591            "port": {
2592              "type": "long"
2593            },
2594            "registered_domain": {
2595              "type": "keyword",
2596              "ignore_above": 1024
2597            },
2598            "top_level_domain": {
2599              "type": "keyword",
2600              "ignore_above": 1024
2601            },
2602            "user": {
2603              "properties": {
2604                "domain": {
2605                  "type": "keyword",
2606                  "ignore_above": 1024
2607                },
2608                "email": {
2609                  "type": "keyword",
2610                  "ignore_above": 1024
2611                },
2612                "full_name": {
2613                  "type": "keyword",
2614                  "fields": {
2615                    "text": {
2616                      "type": "text",
2617                      "norms": false
2618                    }
2619                  },
2620                  "ignore_above": 1024
2621                },
2622                "group": {
2623                  "properties": {
2624                    "domain": {
2625                      "type": "keyword",
2626                      "ignore_above": 1024
2627                    },
2628                    "id": {
2629                      "type": "keyword",
2630                      "ignore_above": 1024
2631                    },
2632                    "name": {
2633                      "type": "keyword",
2634                      "ignore_above": 1024
2635                    }
2636                  }
2637                },
2638                "hash": {
2639                  "type": "keyword",
2640                  "ignore_above": 1024
2641                },
2642                "id": {
2643                  "type": "keyword",
2644                  "ignore_above": 1024
2645                },
2646                "name": {
2647                  "type": "keyword",
2648                  "fields": {
2649                    "text": {
2650                      "type": "text",
2651                      "norms": false
2652                    }
2653                  },
2654                  "ignore_above": 1024
2655                }
2656              }
2657            }
2658          }
2659        },
2660        "service": {
2661          "properties": {
2662            "ephemeral_id": {
2663              "type": "keyword",
2664              "ignore_above": 1024
2665            },
2666            "id": {
2667              "type": "keyword",
2668              "ignore_above": 1024
2669            },
2670            "name": {
2671              "type": "keyword",
2672              "ignore_above": 1024
2673            },
2674            "node": {
2675              "properties": {
2676                "name": {
2677                  "type": "keyword",
2678                  "ignore_above": 1024
2679                }
2680              }
2681            },
2682            "state": {
2683              "type": "keyword",
2684              "ignore_above": 1024
2685            },
2686            "type": {
2687              "type": "keyword",
2688              "ignore_above": 1024
2689            },
2690            "version": {
2691              "type": "keyword",
2692              "ignore_above": 1024
2693            }
2694          }
2695        },
2696        "socks5": {
2697          "properties": {
2698            "rtt": {
2699              "properties": {
2700                "connect": {
2701                  "properties": {
2702                    "us": {
2703                      "type": "long"
2704                    }
2705                  }
2706                }
2707              }
2708            }
2709          }
2710        },
2711        "source": {
2712          "properties": {
2713            "address": {
2714              "type": "keyword",
2715              "ignore_above": 1024
2716            },
2717            "as": {
2718              "properties": {
2719                "number": {
2720                  "type": "long"
2721                },
2722                "organization": {
2723                  "properties": {
2724                    "name": {
2725                      "type": "keyword",
2726                      "fields": {
2727                        "text": {
2728                          "type": "text",
2729                          "norms": false
2730                        }
2731                      },
2732                      "ignore_above": 1024
2733                    }
2734                  }
2735                }
2736              }
2737            },
2738            "bytes": {
2739              "type": "long"
2740            },
2741            "domain": {
2742              "type": "keyword",
2743              "ignore_above": 1024
2744            },
2745            "geo": {
2746              "properties": {
2747                "city_name": {
2748                  "type": "keyword",
2749                  "ignore_above": 1024
2750                },
2751                "continent_name": {
2752                  "type": "keyword",
2753                  "ignore_above": 1024
2754                },
2755                "country_iso_code": {
2756                  "type": "keyword",
2757                  "ignore_above": 1024
2758                },
2759                "country_name": {
2760                  "type": "keyword",
2761                  "ignore_above": 1024
2762                },
2763                "location": {
2764                  "type": "geo_point"
2765                },
2766                "name": {
2767                  "type": "keyword",
2768                  "ignore_above": 1024
2769                },
2770                "region_iso_code": {
2771                  "type": "keyword",
2772                  "ignore_above": 1024
2773                },
2774                "region_name": {
2775                  "type": "keyword",
2776                  "ignore_above": 1024
2777                }
2778              }
2779            },
2780            "ip": {
2781              "type": "ip"
2782            },
2783            "mac": {
2784              "type": "keyword",
2785              "ignore_above": 1024
2786            },
2787            "nat": {
2788              "properties": {
2789                "ip": {
2790                  "type": "ip"
2791                },
2792                "port": {
2793                  "type": "long"
2794                }
2795              }
2796            },
2797            "packets": {
2798              "type": "long"
2799            },
2800            "port": {
2801              "type": "long"
2802            },
2803            "registered_domain": {
2804              "type": "keyword",
2805              "ignore_above": 1024
2806            },
2807            "top_level_domain": {
2808              "type": "keyword",
2809              "ignore_above": 1024
2810            },
2811            "user": {
2812              "properties": {
2813                "domain": {
2814                  "type": "keyword",
2815                  "ignore_above": 1024
2816                },
2817                "email": {
2818                  "type": "keyword",
2819                  "ignore_above": 1024
2820                },
2821                "full_name": {
2822                  "type": "keyword",
2823                  "fields": {
2824                    "text": {
2825                      "type": "text",
2826                      "norms": false
2827                    }
2828                  },
2829                  "ignore_above": 1024
2830                },
2831                "group": {
2832                  "properties": {
2833                    "domain": {
2834                      "type": "keyword",
2835                      "ignore_above": 1024
2836                    },
2837                    "id": {
2838                      "type": "keyword",
2839                      "ignore_above": 1024
2840                    },
2841                    "name": {
2842                      "type": "keyword",
2843                      "ignore_above": 1024
2844                    }
2845                  }
2846                },
2847                "hash": {
2848                  "type": "keyword",
2849                  "ignore_above": 1024
2850                },
2851                "id": {
2852                  "type": "keyword",
2853                  "ignore_above": 1024
2854                },
2855                "name": {
2856                  "type": "keyword",
2857                  "fields": {
2858                    "text": {
2859                      "type": "text",
2860                      "norms": false
2861                    }
2862                  },
2863                  "ignore_above": 1024
2864                }
2865              }
2866            }
2867          }
2868        },
2869        "summary": {
2870          "properties": {
2871            "down": {
2872              "type": "long"
2873            },
2874            "up": {
2875              "type": "long"
2876            }
2877          }
2878        },
2879        "tags": {
2880          "type": "keyword",
2881          "ignore_above": 1024
2882        },
2883        "tcp": {
2884          "properties": {
2885            "rtt": {
2886              "properties": {
2887                "connect": {
2888                  "properties": {
2889                    "us": {
2890                      "type": "long"
2891                    }
2892                  }
2893                },
2894                "validate": {
2895                  "properties": {
2896                    "us": {
2897                      "type": "long"
2898                    }
2899                  }
2900                }
2901              }
2902            }
2903          }
2904        },
2905        "threat": {
2906          "properties": {
2907            "framework": {
2908              "type": "keyword",
2909              "ignore_above": 1024
2910            },
2911            "tactic": {
2912              "properties": {
2913                "id": {
2914                  "type": "keyword",
2915                  "ignore_above": 1024
2916                },
2917                "name": {
2918                  "type": "keyword",
2919                  "ignore_above": 1024
2920                },
2921                "reference": {
2922                  "type": "keyword",
2923                  "ignore_above": 1024
2924                }
2925              }
2926            },
2927            "technique": {
2928              "properties": {
2929                "id": {
2930                  "type": "keyword",
2931                  "ignore_above": 1024
2932                },
2933                "name": {
2934                  "type": "keyword",
2935                  "fields": {
2936                    "text": {
2937                      "type": "text",
2938                      "norms": false
2939                    }
2940                  },
2941                  "ignore_above": 1024
2942                },
2943                "reference": {
2944                  "type": "keyword",
2945                  "ignore_above": 1024
2946                }
2947              }
2948            }
2949          }
2950        },
2951        "timeseries": {
2952          "properties": {
2953            "instance": {
2954              "type": "keyword",
2955              "ignore_above": 1024
2956            }
2957          }
2958        },
2959        "tls": {
2960          "properties": {
2961            "certificate_not_valid_after": {
2962              "type": "date"
2963            },
2964            "certificate_not_valid_before": {
2965              "type": "date"
2966            },
2967            "cipher": {
2968              "type": "keyword",
2969              "ignore_above": 1024
2970            },
2971            "client": {
2972              "properties": {
2973                "certificate": {
2974                  "type": "keyword",
2975                  "ignore_above": 1024
2976                },
2977                "certificate_chain": {
2978                  "type": "keyword",
2979                  "ignore_above": 1024
2980                },
2981                "hash": {
2982                  "properties": {
2983                    "md5": {
2984                      "type": "keyword",
2985                      "ignore_above": 1024
2986                    },
2987                    "sha1": {
2988                      "type": "keyword",
2989                      "ignore_above": 1024
2990                    },
2991                    "sha256": {
2992                      "type": "keyword",
2993                      "ignore_above": 1024
2994                    }
2995                  }
2996                },
2997                "issuer": {
2998                  "type": "keyword",
2999                  "ignore_above": 1024
3000                },
3001                "ja3": {
3002                  "type": "keyword",
3003                  "ignore_above": 1024
3004                },
3005                "not_after": {
3006                  "type": "date"
3007                },
3008                "not_before": {
3009                  "type": "date"
3010                },
3011                "server_name": {
3012                  "type": "keyword",
3013                  "ignore_above": 1024
3014                },
3015                "subject": {
3016                  "type": "keyword",
3017                  "ignore_above": 1024
3018                },
3019                "supported_ciphers": {
3020                  "type": "keyword",
3021                  "ignore_above": 1024
3022                }
3023              }
3024            },
3025            "curve": {
3026              "type": "keyword",
3027              "ignore_above": 1024
3028            },
3029            "established": {
3030              "type": "boolean"
3031            },
3032            "next_protocol": {
3033              "type": "keyword",
3034              "ignore_above": 1024
3035            },
3036            "resumed": {
3037              "type": "boolean"
3038            },
3039            "rtt": {
3040              "properties": {
3041                "handshake": {
3042                  "properties": {
3043                    "us": {
3044                      "type": "long"
3045                    }
3046                  }
3047                }
3048              }
3049            },
3050            "server": {
3051              "properties": {
3052                "certificate": {
3053                  "type": "keyword",
3054                  "ignore_above": 1024
3055                },
3056                "certificate_chain": {
3057                  "type": "keyword",
3058                  "ignore_above": 1024
3059                },
3060                "hash": {
3061                  "properties": {
3062                    "md5": {
3063                      "type": "keyword",
3064                      "ignore_above": 1024
3065                    },
3066                    "sha1": {
3067                      "type": "keyword",
3068                      "ignore_above": 1024
3069                    },
3070                    "sha256": {
3071                      "type": "keyword",
3072                      "ignore_above": 1024
3073                    }
3074                  }
3075                },
3076                "issuer": {
3077                  "type": "keyword",
3078                  "ignore_above": 1024
3079                },
3080                "ja3s": {
3081                  "type": "keyword",
3082                  "ignore_above": 1024
3083                },
3084                "not_after": {
3085                  "type": "date"
3086                },
3087                "not_before": {
3088                  "type": "date"
3089                },
3090                "subject": {
3091                  "type": "keyword",
3092                  "ignore_above": 1024
3093                },
3094                "x509": {
3095                  "properties": {
3096                    "alternative_names": {
3097                      "type": "keyword",
3098                      "ignore_above": 1024
3099                    },
3100                    "issuer": {
3101                      "properties": {
3102                        "common_name": {
3103                          "type": "keyword",
3104                          "fields": {
3105                            "text": {
3106                              "type": "text",
3107                              "norms": false,
3108                              "analyzer": "simple"
3109                            }
3110                          },
3111                          "ignore_above": 1024
3112                        },
3113                        "distinguished_name": {
3114                          "type": "keyword",
3115                          "ignore_above": 1024
3116                        }
3117                      }
3118                    },
3119                    "not_after": {
3120                      "type": "date"
3121                    },
3122                    "not_before": {
3123                      "type": "date"
3124                    },
3125                    "public_key_algorithm": {
3126                      "type": "keyword",
3127                      "ignore_above": 1024
3128                    },
3129                    "public_key_curve": {
3130                      "type": "keyword",
3131                      "ignore_above": 1024
3132                    },
3133                    "public_key_exponent": {
3134                      "type": "long"
3135                    },
3136                    "public_key_size": {
3137                      "type": "long"
3138                    },
3139                    "serial_number": {
3140                      "type": "keyword",
3141                      "ignore_above": 1024
3142                    },
3143                    "signature_algorithm": {
3144                      "type": "keyword",
3145                      "ignore_above": 1024
3146                    },
3147                    "subject": {
3148                      "properties": {
3149                        "common_name": {
3150                          "type": "keyword",
3151                          "fields": {
3152                            "text": {
3153                              "type": "text",
3154                              "norms": false,
3155                              "analyzer": "simple"
3156                            }
3157                          },
3158                          "ignore_above": 1024
3159                        },
3160                        "distinguished_name": {
3161                          "type": "keyword",
3162                          "ignore_above": 1024
3163                        }
3164                      }
3165                    },
3166                    "version_number": {
3167                      "type": "keyword",
3168                      "ignore_above": 1024
3169                    }
3170                  }
3171                }
3172              }
3173            },
3174            "version": {
3175              "type": "keyword",
3176              "ignore_above": 1024
3177            },
3178            "version_protocol": {
3179              "type": "keyword",
3180              "ignore_above": 1024
3181            }
3182          }
3183        },
3184        "tracing": {
3185          "properties": {
3186            "trace": {
3187              "properties": {
3188                "id": {
3189                  "type": "keyword",
3190                  "ignore_above": 1024
3191                }
3192              }
3193            },
3194            "transaction": {
3195              "properties": {
3196                "id": {
3197                  "type": "keyword",
3198                  "ignore_above": 1024
3199                }
3200              }
3201            }
3202          }
3203        },
3204        "url": {
3205          "properties": {
3206            "domain": {
3207              "type": "keyword",
3208              "ignore_above": 1024
3209            },
3210            "extension": {
3211              "type": "keyword",
3212              "ignore_above": 1024
3213            },
3214            "fragment": {
3215              "type": "keyword",
3216              "ignore_above": 1024
3217            },
3218            "full": {
3219              "type": "keyword",
3220              "fields": {
3221                "text": {
3222                  "type": "text",
3223                  "norms": false
3224                }
3225              },
3226              "ignore_above": 1024
3227            },
3228            "original": {
3229              "type": "keyword",
3230              "fields": {
3231                "text": {
3232                  "type": "text",
3233                  "norms": false
3234                }
3235              },
3236              "ignore_above": 1024
3237            },
3238            "password": {
3239              "type": "keyword",
3240              "ignore_above": 1024
3241            },
3242            "path": {
3243              "type": "keyword",
3244              "ignore_above": 1024
3245            },
3246            "port": {
3247              "type": "long"
3248            },
3249            "query": {
3250              "type": "keyword",
3251              "ignore_above": 1024
3252            },
3253            "registered_domain": {
3254              "type": "keyword",
3255              "ignore_above": 1024
3256            },
3257            "scheme": {
3258              "type": "keyword",
3259              "ignore_above": 1024
3260            },
3261            "top_level_domain": {
3262              "type": "keyword",
3263              "ignore_above": 1024
3264            },
3265            "username": {
3266              "type": "keyword",
3267              "ignore_above": 1024
3268            }
3269          }
3270        },
3271        "user": {
3272          "properties": {
3273            "domain": {
3274              "type": "keyword",
3275              "ignore_above": 1024
3276            },
3277            "email": {
3278              "type": "keyword",
3279              "ignore_above": 1024
3280            },
3281            "full_name": {
3282              "type": "keyword",
3283              "fields": {
3284                "text": {
3285                  "type": "text",
3286                  "norms": false
3287                }
3288              },
3289              "ignore_above": 1024
3290            },
3291            "group": {
3292              "properties": {
3293                "domain": {
3294                  "type": "keyword",
3295                  "ignore_above": 1024
3296                },
3297                "id": {
3298                  "type": "keyword",
3299                  "ignore_above": 1024
3300                },
3301                "name": {
3302                  "type": "keyword",
3303                  "ignore_above": 1024
3304                }
3305              }
3306            },
3307            "hash": {
3308              "type": "keyword",
3309              "ignore_above": 1024
3310            },
3311            "id": {
3312              "type": "keyword",
3313              "ignore_above": 1024
3314            },
3315            "name": {
3316              "type": "keyword",
3317              "fields": {
3318                "text": {
3319                  "type": "text",
3320                  "norms": false
3321                }
3322              },
3323              "ignore_above": 1024
3324            }
3325          }
3326        },
3327        "user_agent": {
3328          "properties": {
3329            "device": {
3330              "properties": {
3331                "name": {
3332                  "type": "keyword",
3333                  "ignore_above": 1024
3334                }
3335              }
3336            },
3337            "name": {
3338              "type": "keyword",
3339              "ignore_above": 1024
3340            },
3341            "original": {
3342              "type": "keyword",
3343              "fields": {
3344                "text": {
3345                  "type": "text",
3346                  "norms": false
3347                }
3348              },
3349              "ignore_above": 1024
3350            },
3351            "os": {
3352              "properties": {
3353                "family": {
3354                  "type": "keyword",
3355                  "ignore_above": 1024
3356                },
3357                "full": {
3358                  "type": "keyword",
3359                  "fields": {
3360                    "text": {
3361                      "type": "text",
3362                      "norms": false
3363                    }
3364                  },
3365                  "ignore_above": 1024
3366                },
3367                "kernel": {
3368                  "type": "keyword",
3369                  "ignore_above": 1024
3370                },
3371                "name": {
3372                  "type": "keyword",
3373                  "fields": {
3374                    "text": {
3375                      "type": "text",
3376                      "norms": false
3377                    }
3378                  },
3379                  "ignore_above": 1024
3380                },
3381                "platform": {
3382                  "type": "keyword",
3383                  "ignore_above": 1024
3384                },
3385                "version": {
3386                  "type": "keyword",
3387                  "ignore_above": 1024
3388                }
3389              }
3390            },
3391            "version": {
3392              "type": "keyword",
3393              "ignore_above": 1024
3394            }
3395          }
3396        },
3397        "vlan": {
3398          "properties": {
3399            "id": {
3400              "type": "keyword",
3401              "ignore_above": 1024
3402            },
3403            "name": {
3404              "type": "keyword",
3405              "ignore_above": 1024
3406            }
3407          }
3408        },
3409        "vulnerability": {
3410          "properties": {
3411            "category": {
3412              "type": "keyword",
3413              "ignore_above": 1024
3414            },
3415            "classification": {
3416              "type": "keyword",
3417              "ignore_above": 1024
3418            },
3419            "description": {
3420              "type": "keyword",
3421              "fields": {
3422                "text": {
3423                  "type": "text",
3424                  "norms": false
3425                }
3426              },
3427              "ignore_above": 1024
3428            },
3429            "enumeration": {
3430              "type": "keyword",
3431              "ignore_above": 1024
3432            },
3433            "id": {
3434              "type": "keyword",
3435              "ignore_above": 1024
3436            },
3437            "reference": {
3438              "type": "keyword",
3439              "ignore_above": 1024
3440            },
3441            "report_id": {
3442              "type": "keyword",
3443              "ignore_above": 1024
3444            },
3445            "scanner": {
3446              "properties": {
3447                "vendor": {
3448                  "type": "keyword",
3449                  "ignore_above": 1024
3450                }
3451              }
3452            },
3453            "score": {
3454              "properties": {
3455                "base": {
3456                  "type": "float"
3457                },
3458                "environmental": {
3459                  "type": "float"
3460                },
3461                "temporal": {
3462                  "type": "float"
3463                },
3464                "version": {
3465                  "type": "keyword",
3466                  "ignore_above": 1024
3467                }
3468              }
3469            },
3470            "severity": {
3471              "type": "keyword",
3472              "ignore_above": 1024
3473            }
3474          }
3475        }
3476      }
3477    },
3478    "settings": {
3479      "index": {
3480        "mapping": {
3481          "total_fields": {
3482            "limit": "10000"
3483          }
3484        },
3485        "number_of_replicas": "1",
3486        "number_of_shards": "1",
3487        "query": {
3488          "default_field": [
3489            "message",
3490            "tags",
3491            "agent.ephemeral_id",
3492            "agent.id",
3493            "agent.name",
3494            "agent.type",
3495            "agent.version",
3496            "as.organization.name",
3497            "client.address",
3498            "client.as.organization.name",
3499            "client.domain",
3500            "client.geo.city_name",
3501            "client.geo.continent_name",
3502            "client.geo.country_iso_code",
3503            "client.geo.country_name",
3504            "client.geo.name",
3505            "client.geo.region_iso_code",
3506            "client.geo.region_name",
3507            "client.mac",
3508            "client.user.domain",
3509            "client.user.email",
3510            "client.user.full_name",
3511            "client.user.group.id",
3512            "client.user.group.name",
3513            "client.user.hash",
3514            "client.user.id",
3515            "client.user.name",
3516            "cloud.account.id",
3517            "cloud.availability_zone",
3518            "cloud.instance.id",
3519            "cloud.instance.name",
3520            "cloud.machine.type",
3521            "cloud.provider",
3522            "cloud.region",
3523            "container.id",
3524            "container.image.name",
3525            "container.image.tag",
3526            "container.name",
3527            "container.runtime",
3528            "destination.address",
3529            "destination.as.organization.name",
3530            "destination.domain",
3531            "destination.geo.city_name",
3532            "destination.geo.continent_name",
3533            "destination.geo.country_iso_code",
3534            "destination.geo.country_name",
3535            "destination.geo.name",
3536            "destination.geo.region_iso_code",
3537            "destination.geo.region_name",
3538            "destination.mac",
3539            "destination.user.domain",
3540            "destination.user.email",
3541            "destination.user.full_name",
3542            "destination.user.group.id",
3543            "destination.user.group.name",
3544            "destination.user.hash",
3545            "destination.user.id",
3546            "destination.user.name",
3547            "dns.answers.class",
3548            "dns.answers.data",
3549            "dns.answers.name",
3550            "dns.answers.type",
3551            "dns.header_flags",
3552            "dns.id",
3553            "dns.op_code",
3554            "dns.question.class",
3555            "dns.question.name",
3556            "dns.question.registered_domain",
3557            "dns.question.type",
3558            "dns.response_code",
3559            "dns.type",
3560            "ecs.version",
3561            "error.code",
3562            "error.id",
3563            "error.message",
3564            "event.action",
3565            "event.category",
3566            "event.code",
3567            "event.dataset",
3568            "event.hash",
3569            "event.id",
3570            "event.kind",
3571            "event.module",
3572            "event.original",
3573            "event.outcome",
3574            "event.provider",
3575            "event.timezone",
3576            "event.type",
3577            "file.device",
3578            "file.directory",
3579            "file.extension",
3580            "file.gid",
3581            "file.group",
3582            "file.hash.md5",
3583            "file.hash.sha1",
3584            "file.hash.sha256",
3585            "file.hash.sha512",
3586            "file.inode",
3587            "file.mode",
3588            "file.name",
3589            "file.owner",
3590            "file.path",
3591            "file.target_path",
3592            "file.type",
3593            "file.uid",
3594            "geo.city_name",
3595            "geo.continent_name",
3596            "geo.country_iso_code",
3597            "geo.country_name",
3598            "geo.name",
3599            "geo.region_iso_code",
3600            "geo.region_name",
3601            "group.id",
3602            "group.name",
3603            "hash.md5",
3604            "hash.sha1",
3605            "hash.sha256",
3606            "hash.sha512",
3607            "host.architecture",
3608            "host.geo.city_name",
3609            "host.geo.continent_name",
3610            "host.geo.country_iso_code",
3611            "host.geo.country_name",
3612            "host.geo.name",
3613            "host.geo.region_iso_code",
3614            "host.geo.region_name",
3615            "host.hostname",
3616            "host.id",
3617            "host.mac",
3618            "host.name",
3619            "host.os.family",
3620            "host.os.full",
3621            "host.os.kernel",
3622            "host.os.name",
3623            "host.os.platform",
3624            "host.os.version",
3625            "host.type",
3626            "host.user.domain",
3627            "host.user.email",
3628            "host.user.full_name",
3629            "host.user.group.id",
3630            "host.user.group.name",
3631            "host.user.hash",
3632            "host.user.id",
3633            "host.user.name",
3634            "http.request.body.content",
3635            "http.request.method",
3636            "http.request.referrer",
3637            "http.response.body.content",
3638            "http.version",
3639            "log.level",
3640            "log.logger",
3641            "log.original",
3642            "network.application",
3643            "network.community_id",
3644            "network.direction",
3645            "network.iana_number",
3646            "network.name",
3647            "network.protocol",
3648            "network.transport",
3649            "network.type",
3650            "observer.geo.city_name",
3651            "observer.geo.continent_name",
3652            "observer.geo.country_iso_code",
3653            "observer.geo.country_name",
3654            "observer.geo.name",
3655            "observer.geo.region_iso_code",
3656            "observer.geo.region_name",
3657            "observer.hostname",
3658            "observer.mac",
3659            "observer.os.family",
3660            "observer.os.full",
3661            "observer.os.kernel",
3662            "observer.os.name",
3663            "observer.os.platform",
3664            "observer.os.version",
3665            "observer.serial_number",
3666            "observer.type",
3667            "observer.vendor",
3668            "observer.version",
3669            "organization.id",
3670            "organization.name",
3671            "os.family",
3672            "os.full",
3673            "os.kernel",
3674            "os.name",
3675            "os.platform",
3676            "os.version",
3677            "process.args",
3678            "process.executable",
3679            "process.hash.md5",
3680            "process.hash.sha1",
3681            "process.hash.sha256",
3682            "process.hash.sha512",
3683            "process.name",
3684            "process.thread.name",
3685            "process.title",
3686            "process.working_directory",
3687            "server.address",
3688            "server.as.organization.name",
3689            "server.domain",
3690            "server.geo.city_name",
3691            "server.geo.continent_name",
3692            "server.geo.country_iso_code",
3693            "server.geo.country_name",
3694            "server.geo.name",
3695            "server.geo.region_iso_code",
3696            "server.geo.region_name",
3697            "server.mac",
3698            "server.user.domain",
3699            "server.user.email",
3700            "server.user.full_name",
3701            "server.user.group.id",
3702            "server.user.group.name",
3703            "server.user.hash",
3704            "server.user.id",
3705            "server.user.name",
3706            "service.ephemeral_id",
3707            "service.id",
3708            "service.name",
3709            "service.state",
3710            "service.type",
3711            "service.version",
3712            "source.address",
3713            "source.as.organization.name",
3714            "source.domain",
3715            "source.geo.city_name",
3716            "source.geo.continent_name",
3717            "source.geo.country_iso_code",
3718            "source.geo.country_name",
3719            "source.geo.name",
3720            "source.geo.region_iso_code",
3721            "source.geo.region_name",
3722            "source.mac",
3723            "source.user.domain",
3724            "source.user.email",
3725            "source.user.full_name",
3726            "source.user.group.id",
3727            "source.user.group.name",
3728            "source.user.hash",
3729            "source.user.id",
3730            "source.user.name",
3731            "tracing.trace.id",
3732            "tracing.transaction.id",
3733            "url.domain",
3734            "url.fragment",
3735            "url.full",
3736            "url.original",
3737            "url.password",
3738            "url.path",
3739            "url.query",
3740            "url.scheme",
3741            "url.username",
3742            "user.domain",
3743            "user.email",
3744            "user.full_name",
3745            "user.group.id",
3746            "user.group.name",
3747            "user.hash",
3748            "user.id",
3749            "user.name",
3750            "user_agent.device.name",
3751            "user_agent.name",
3752            "user_agent.original",
3753            "user_agent.os.family",
3754            "user_agent.os.full",
3755            "user_agent.os.kernel",
3756            "user_agent.os.name",
3757            "user_agent.os.platform",
3758            "user_agent.os.version",
3759            "user_agent.version",
3760            "agent.hostname",
3761            "error.type",
3762            "timeseries.instance",
3763            "cloud.project.id",
3764            "cloud.image.id",
3765            "host.os.build",
3766            "host.os.codename",
3767            "kubernetes.pod.name",
3768            "kubernetes.pod.uid",
3769            "kubernetes.namespace",
3770            "kubernetes.node.name",
3771            "kubernetes.replicaset.name",
3772            "kubernetes.deployment.name",
3773            "kubernetes.statefulset.name",
3774            "kubernetes.container.name",
3775            "kubernetes.container.image",
3776            "jolokia.agent.version",
3777            "jolokia.agent.id",
3778            "jolokia.server.product",
3779            "jolokia.server.version",
3780            "jolokia.server.vendor",
3781            "jolokia.url",
3782            "monitor.type",
3783            "monitor.name",
3784            "monitor.id",
3785            "monitor.status",
3786            "monitor.check_group",
3787            "http.response.body.hash",
3788            "fields.*"
3789          ]
3790        },
3791        "refresh_interval": "5s"
3792      }
3793    }
3794  }
3795}
3796