006ES索引数据reindex数据copy
一、
(1)老版本索引template
GET _template/apm
(2)新版本索引template
GET _index_template/apm
二、查看mapping
PUT apm-2023.09.05_0
GET apm-2023.09.05_0/_mapping
三、ES索引数据reindex数据copy
POST _reindex?wait_for_completion=false { "source": { "index": "apm-2023.09.05" }, "dest": { "index": "apm-2023.09.05_0" } }
四、apm的service无法显示根本原因
附:apm索引模版创建
PUT _index_template/apm { "priority": 10, "template": { "settings": { "index": { "lifecycle": { "name": "apm-hot-warm-del", "rollover_alias": "apm-warm" }, "routing": { "allocation": { "include": { "_tier_preference": "data_hot,data_warm" }, "total_shards_per_node": "15" } }, "mapping": { "total_fields": { "limit": "5000" } }, "refresh_interval": "30s", "number_of_shards": "36" } }, "mappings": { "_source": { "excludes": [], "includes": [], "enabled": true }, "_meta": { "beat": "apm", "version": "7.14.2" }, "_routing": { "required": false }, "dynamic": true, "numeric_detection": false, "date_detection": false, "dynamic_templates": [ { "labels": { "path_match": "labels.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "container.labels": { "path_match": "container.labels.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "dns.answers": { "path_match": "dns.answers.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "log.syslog": { "path_match": "log.syslog.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "network.inner": { "path_match": "network.inner.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "observer.egress": { "path_match": "observer.egress.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "observer.ingress": { "path_match": "observer.ingress.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "fields": { "path_match": "fields.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "docker.container.labels": { "path_match": "docker.container.labels.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "kubernetes.labels.*": { "path_match": "kubernetes.labels.*", "mapping": { "type": "keyword" }, "match_mapping_type": "*" } }, { "kubernetes.annotations.*": { "path_match": "kubernetes.annotations.*", "mapping": { "type": "keyword" }, "match_mapping_type": "*" } }, { "labels_string": { "path_match": "labels.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "labels_boolean": { "path_match": "labels.*", "mapping": { "type": "boolean" }, "match_mapping_type": "boolean" } }, { "labels_*": { "path_match": "labels.*", "mapping": { "scaling_factor": 1000000, "type": "scaled_float" }, "match_mapping_type": "*" } }, { "transaction.marks": { "path_match": "transaction.marks.*", "mapping": { "type": "keyword" }, "match_mapping_type": "string" } }, { "transaction.marks.*.*": { "path_match": "transaction.marks.*.*", "mapping": { "scaling_factor": 1000000, "type": "scaled_float" }, "match_mapping_type": "*" } }, { "strings_as_keyword": { "mapping": { "ignore_above": 1024, "type": "keyword" }, "match_mapping_type": "string" } } ], "properties": { "@timestamp": { "type": "date" }, "agent": { "dynamic": false, "type": "object", "properties": { "ephemeral_id": { "ignore_above": 1024, "type": "keyword" }, "hostname": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "as": { "type": "object", "properties": { "number": { "type": "long" }, "organization": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "child": { "dynamic": false, "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" } } }, "client": { "dynamic": false, "type": "object", "properties": { "address": { "ignore_above": 1024, "type": "keyword" }, "as": { "type": "object", "properties": { "number": { "type": "long" }, "organization": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "bytes": { "type": "long" }, "domain": { "ignore_above": 1024, "type": "keyword" }, "geo": { "type": "object", "properties": { "city_name": { "ignore_above": 1024, "type": "keyword" }, "continent_name": { "ignore_above": 1024, "type": "keyword" }, "country_iso_code": { "ignore_above": 1024, "type": "keyword" }, "country_name": { "ignore_above": 1024, "type": "keyword" }, "location": { "type": "geo_point" }, "name": { "ignore_above": 1024, "type": "keyword" }, "region_iso_code": { "ignore_above": 1024, "type": "keyword" }, "region_name": { "ignore_above": 1024, "type": "keyword" } } }, "ip": { "type": "ip" }, "mac": { "ignore_above": 1024, "type": "keyword" }, "nat": { "type": "object", "properties": { "ip": { "type": "ip" }, "port": { "type": "long" } } }, "packets": { "type": "long" }, "port": { "type": "long" }, "registered_domain": { "ignore_above": 1024, "type": "keyword" }, "top_level_domain": { "ignore_above": 1024, "type": "keyword" }, "user": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "email": { "ignore_above": 1024, "type": "keyword" }, "full_name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "group": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "hash": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "cloud": { "type": "object", "properties": { "account": { "dynamic": false, "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "availability_zone": { "ignore_above": 1024, "type": "keyword" }, "image": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" } } }, "instance": { "dynamic": false, "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "machine": { "dynamic": false, "type": "object", "properties": { "type": { "ignore_above": 1024, "type": "keyword" } } }, "project": { "dynamic": false, "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "provider": { "ignore_above": 1024, "type": "keyword" }, "region": { "ignore_above": 1024, "type": "keyword" } } }, "code_signature": { "type": "object", "properties": { "exists": { "type": "boolean" }, "status": { "ignore_above": 1024, "type": "keyword" }, "subject_name": { "ignore_above": 1024, "type": "keyword" }, "trusted": { "type": "boolean" }, "valid": { "type": "boolean" } } }, "container": { "dynamic": false, "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "image": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" }, "tag": { "ignore_above": 1024, "type": "keyword" } } }, "labels": { "type": "object" }, "name": { "ignore_above": 1024, "type": "keyword" }, "runtime": { "ignore_above": 1024, "type": "keyword" } } }, "destination": { "type": "object", "properties": { "address": { "ignore_above": 1024, "type": "keyword" }, "as": { "type": "object", "properties": { "number": { "type": "long" }, "organization": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "bytes": { "type": "long" }, "domain": { "ignore_above": 1024, "type": "keyword" }, "geo": { "type": "object", "properties": { "city_name": { "ignore_above": 1024, "type": "keyword" }, "continent_name": { "ignore_above": 1024, "type": "keyword" }, "country_iso_code": { "ignore_above": 1024, "type": "keyword" }, "country_name": { "ignore_above": 1024, "type": "keyword" }, "location": { "type": "geo_point" }, "name": { "ignore_above": 1024, "type": "keyword" }, "region_iso_code": { "ignore_above": 1024, "type": "keyword" }, "region_name": { "ignore_above": 1024, "type": "keyword" } } }, "ip": { "type": "ip" }, "mac": { "ignore_above": 1024, "type": "keyword" }, "nat": { "type": "object", "properties": { "ip": { "type": "ip" }, "port": { "type": "long" } } }, "packets": { "type": "long" }, "port": { "type": "long" }, "registered_domain": { "ignore_above": 1024, "type": "keyword" }, "top_level_domain": { "ignore_above": 1024, "type": "keyword" }, "user": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "email": { "ignore_above": 1024, "type": "keyword" }, "full_name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "group": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "hash": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "dll": { "type": "object", "properties": { "code_signature": { "type": "object", "properties": { "exists": { "type": "boolean" }, "status": { "ignore_above": 1024, "type": "keyword" }, "subject_name": { "ignore_above": 1024, "type": "keyword" }, "trusted": { "type": "boolean" }, "valid": { "type": "boolean" } } }, "hash": { "type": "object", "properties": { "md5": { "ignore_above": 1024, "type": "keyword" }, "sha1": { "ignore_above": 1024, "type": "keyword" }, "sha256": { "ignore_above": 1024, "type": "keyword" }, "sha512": { "ignore_above": 1024, "type": "keyword" } } }, "name": { "ignore_above": 1024, "type": "keyword" }, "path": { "ignore_above": 1024, "type": "keyword" }, "pe": { "type": "object", "properties": { "company": { "ignore_above": 1024, "type": "keyword" }, "description": { "ignore_above": 1024, "type": "keyword" }, "file_version": { "ignore_above": 1024, "type": "keyword" }, "original_file_name": { "ignore_above": 1024, "type": "keyword" }, "product": { "ignore_above": 1024, "type": "keyword" } } } } }, "dns": { "type": "object", "properties": { "answers": { "type": "object", "properties": { "class": { "ignore_above": 1024, "type": "keyword" }, "data": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "ttl": { "type": "long" }, "type": { "ignore_above": 1024, "type": "keyword" } } }, "header_flags": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "op_code": { "ignore_above": 1024, "type": "keyword" }, "question": { "type": "object", "properties": { "class": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "registered_domain": { "ignore_above": 1024, "type": "keyword" }, "subdomain": { "ignore_above": 1024, "type": "keyword" }, "top_level_domain": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" } } }, "resolved_ip": { "type": "ip" }, "response_code": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" } } }, "docker": { "type": "object", "properties": { "container": { "type": "object", "properties": { "labels": { "type": "object" } } } } }, "ecs": { "type": "object", "properties": { "version": { "ignore_above": 1024, "type": "keyword" } } }, "error": { "dynamic": false, "type": "object", "properties": { "code": { "ignore_above": 1024, "type": "keyword" }, "culprit": { "ignore_above": 1024, "type": "keyword" }, "exception": { "type": "object", "properties": { "code": { "ignore_above": 1024, "type": "keyword" }, "handled": { "type": "boolean" }, "message": { "norms": false, "type": "text" }, "module": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" } } }, "grouping_key": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "log": { "type": "object", "properties": { "level": { "ignore_above": 1024, "type": "keyword" }, "logger_name": { "ignore_above": 1024, "type": "keyword" }, "message": { "norms": false, "type": "text" }, "param_message": { "ignore_above": 1024, "type": "keyword" } } }, "message": { "norms": false, "type": "text" }, "stack_trace": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "type": { "ignore_above": 1024, "type": "keyword" } } }, "event": { "type": "object", "properties": { "action": { "ignore_above": 1024, "type": "keyword" }, "category": { "ignore_above": 1024, "type": "keyword" }, "code": { "ignore_above": 1024, "type": "keyword" }, "created": { "type": "date" }, "dataset": { "ignore_above": 1024, "type": "keyword" }, "duration": { "type": "long" }, "end": { "type": "date" }, "hash": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "ingested": { "type": "date" }, "kind": { "ignore_above": 1024, "type": "keyword" }, "module": { "ignore_above": 1024, "type": "keyword" }, "original": { "ignore_above": 1024, "type": "keyword" }, "outcome": { "ignore_above": 1024, "type": "keyword" }, "provider": { "ignore_above": 1024, "type": "keyword" }, "reference": { "ignore_above": 1024, "type": "keyword" }, "risk_score": { "type": "float" }, "risk_score_norm": { "type": "float" }, "sequence": { "type": "long" }, "severity": { "type": "long" }, "start": { "type": "date" }, "timezone": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" }, "url": { "ignore_above": 1024, "type": "keyword" } } }, "experimental": { "dynamic": true, "type": "object" }, "fields": { "type": "object" }, "file": { "type": "object", "properties": { "accessed": { "type": "date" }, "attributes": { "ignore_above": 1024, "type": "keyword" }, "code_signature": { "type": "object", "properties": { "exists": { "type": "boolean" }, "status": { "ignore_above": 1024, "type": "keyword" }, "subject_name": { "ignore_above": 1024, "type": "keyword" }, "trusted": { "type": "boolean" }, "valid": { "type": "boolean" } } }, "created": { "type": "date" }, "ctime": { "type": "date" }, "device": { "ignore_above": 1024, "type": "keyword" }, "directory": { "ignore_above": 1024, "type": "keyword" }, "drive_letter": { "ignore_above": 1, "type": "keyword" }, "extension": { "ignore_above": 1024, "type": "keyword" }, "gid": { "ignore_above": 1024, "type": "keyword" }, "group": { "ignore_above": 1024, "type": "keyword" }, "hash": { "type": "object", "properties": { "md5": { "ignore_above": 1024, "type": "keyword" }, "sha1": { "ignore_above": 1024, "type": "keyword" }, "sha256": { "ignore_above": 1024, "type": "keyword" }, "sha512": { "ignore_above": 1024, "type": "keyword" } } }, "inode": { "ignore_above": 1024, "type": "keyword" }, "mime_type": { "ignore_above": 1024, "type": "keyword" }, "mode": { "ignore_above": 1024, "type": "keyword" }, "mtime": { "type": "date" }, "name": { "ignore_above": 1024, "type": "keyword" }, "owner": { "ignore_above": 1024, "type": "keyword" }, "path": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "pe": { "type": "object", "properties": { "company": { "ignore_above": 1024, "type": "keyword" }, "description": { "ignore_above": 1024, "type": "keyword" }, "file_version": { "ignore_above": 1024, "type": "keyword" }, "original_file_name": { "ignore_above": 1024, "type": "keyword" }, "product": { "ignore_above": 1024, "type": "keyword" } } }, "size": { "type": "long" }, "target_path": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "type": { "ignore_above": 1024, "type": "keyword" }, "uid": { "ignore_above": 1024, "type": "keyword" } } }, "geo": { "type": "object", "properties": { "city_name": { "ignore_above": 1024, "type": "keyword" }, "continent_name": { "ignore_above": 1024, "type": "keyword" }, "country_iso_code": { "ignore_above": 1024, "type": "keyword" }, "country_name": { "ignore_above": 1024, "type": "keyword" }, "location": { "type": "geo_point" }, "name": { "ignore_above": 1024, "type": "keyword" }, "region_iso_code": { "ignore_above": 1024, "type": "keyword" }, "region_name": { "ignore_above": 1024, "type": "keyword" } } }, "group": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "hash": { "type": "object", "properties": { "md5": { "ignore_above": 1024, "type": "keyword" }, "sha1": { "ignore_above": 1024, "type": "keyword" }, "sha256": { "ignore_above": 1024, "type": "keyword" }, "sha512": { "ignore_above": 1024, "type": "keyword" } } }, "host": { "dynamic": false, "type": "object", "properties": { "architecture": { "ignore_above": 1024, "type": "keyword" }, "containerized": { "type": "boolean" }, "domain": { "ignore_above": 1024, "type": "keyword" }, "geo": { "type": "object", "properties": { "city_name": { "ignore_above": 1024, "type": "keyword" }, "continent_name": { "ignore_above": 1024, "type": "keyword" }, "country_iso_code": { "ignore_above": 1024, "type": "keyword" }, "country_name": { "ignore_above": 1024, "type": "keyword" }, "location": { "type": "geo_point" }, "name": { "ignore_above": 1024, "type": "keyword" }, "region_iso_code": { "ignore_above": 1024, "type": "keyword" }, "region_name": { "ignore_above": 1024, "type": "keyword" } } }, "hostname": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "ip": { "type": "ip" }, "mac": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "os": { "type": "object", "properties": { "build": { "ignore_above": 1024, "type": "keyword" }, "codename": { "ignore_above": 1024, "type": "keyword" }, "family": { "ignore_above": 1024, "type": "keyword" }, "full": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "kernel": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "platform": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "type": { "ignore_above": 1024, "type": "keyword" }, "uptime": { "type": "long" }, "user": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "email": { "ignore_above": 1024, "type": "keyword" }, "full_name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "group": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "hash": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "http": { "dynamic": false, "type": "object", "properties": { "request": { "type": "object", "properties": { "body": { "type": "object", "properties": { "bytes": { "type": "long" }, "content": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } }, "bytes": { "type": "long" }, "headers": { "type": "object", "enabled": false }, "method": { "ignore_above": 1024, "type": "keyword" }, "referrer": { "ignore_above": 1024, "type": "keyword" } } }, "response": { "type": "object", "properties": { "body": { "type": "object", "properties": { "bytes": { "type": "long" }, "content": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } }, "bytes": { "type": "long" }, "finished": { "type": "boolean" }, "headers": { "type": "object", "enabled": false }, "status_code": { "type": "long" } } }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "interface": { "type": "object", "properties": { "alias": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "kubernetes": { "dynamic": false, "type": "object", "properties": { "annotations": { "type": "object", "properties": { "*": { "type": "object" } } }, "container": { "type": "object", "properties": { "image": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "deployment": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" } } }, "labels": { "type": "object", "properties": { "*": { "type": "object" } } }, "namespace": { "ignore_above": 1024, "type": "keyword" }, "node": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" } } }, "pod": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" }, "uid": { "ignore_above": 1024, "type": "keyword" } } }, "replicaset": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" } } }, "statefulset": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" } } } } }, "labels": { "dynamic": true, "type": "object" }, "log": { "type": "object", "properties": { "level": { "ignore_above": 1024, "type": "keyword" }, "logger": { "ignore_above": 1024, "type": "keyword" }, "origin": { "type": "object", "properties": { "file": { "type": "object", "properties": { "line": { "type": "long" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "function": { "ignore_above": 1024, "type": "keyword" } } }, "original": { "ignore_above": 1024, "type": "keyword" }, "syslog": { "type": "object", "properties": { "facility": { "type": "object", "properties": { "code": { "type": "long" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "priority": { "type": "long" }, "severity": { "type": "object", "properties": { "code": { "type": "long" }, "name": { "ignore_above": 1024, "type": "keyword" } } } } } } }, "message": { "norms": false, "type": "text" }, "network": { "type": "object", "properties": { "application": { "ignore_above": 1024, "type": "keyword" }, "bytes": { "type": "long" }, "community_id": { "ignore_above": 1024, "type": "keyword" }, "direction": { "ignore_above": 1024, "type": "keyword" }, "forwarded_ip": { "type": "ip" }, "iana_number": { "ignore_above": 1024, "type": "keyword" }, "inner": { "type": "object", "properties": { "vlan": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } } } }, "name": { "ignore_above": 1024, "type": "keyword" }, "packets": { "type": "long" }, "protocol": { "ignore_above": 1024, "type": "keyword" }, "transport": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" }, "vlan": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } } } }, "observer": { "dynamic": false, "type": "object", "properties": { "egress": { "type": "object", "properties": { "interface": { "type": "object", "properties": { "alias": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "vlan": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "zone": { "ignore_above": 1024, "type": "keyword" } } }, "geo": { "type": "object", "properties": { "city_name": { "ignore_above": 1024, "type": "keyword" }, "continent_name": { "ignore_above": 1024, "type": "keyword" }, "country_iso_code": { "ignore_above": 1024, "type": "keyword" }, "country_name": { "ignore_above": 1024, "type": "keyword" }, "location": { "type": "geo_point" }, "name": { "ignore_above": 1024, "type": "keyword" }, "region_iso_code": { "ignore_above": 1024, "type": "keyword" }, "region_name": { "ignore_above": 1024, "type": "keyword" } } }, "hostname": { "ignore_above": 1024, "type": "keyword" }, "ingress": { "type": "object", "properties": { "interface": { "type": "object", "properties": { "alias": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "vlan": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "zone": { "ignore_above": 1024, "type": "keyword" } } }, "ip": { "type": "ip" }, "listening": { "ignore_above": 1024, "type": "keyword" }, "mac": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "os": { "type": "object", "properties": { "family": { "ignore_above": 1024, "type": "keyword" }, "full": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "kernel": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "platform": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "product": { "ignore_above": 1024, "type": "keyword" }, "serial_number": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" }, "vendor": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" }, "version_major": { "type": "byte" } } }, "organization": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } }, "os": { "type": "object", "properties": { "family": { "ignore_above": 1024, "type": "keyword" }, "full": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "kernel": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "platform": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "package": { "type": "object", "properties": { "architecture": { "ignore_above": 1024, "type": "keyword" }, "build_version": { "ignore_above": 1024, "type": "keyword" }, "checksum": { "ignore_above": 1024, "type": "keyword" }, "description": { "ignore_above": 1024, "type": "keyword" }, "install_scope": { "ignore_above": 1024, "type": "keyword" }, "installed": { "type": "date" }, "license": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "path": { "ignore_above": 1024, "type": "keyword" }, "reference": { "ignore_above": 1024, "type": "keyword" }, "size": { "type": "long" }, "type": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "parent": { "dynamic": false, "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" } } }, "pe": { "type": "object", "properties": { "company": { "ignore_above": 1024, "type": "keyword" }, "description": { "ignore_above": 1024, "type": "keyword" }, "file_version": { "ignore_above": 1024, "type": "keyword" }, "original_file_name": { "ignore_above": 1024, "type": "keyword" }, "product": { "ignore_above": 1024, "type": "keyword" } } }, "process": { "dynamic": false, "type": "object", "properties": { "args": { "ignore_above": 1024, "type": "keyword" }, "args_count": { "type": "long" }, "code_signature": { "type": "object", "properties": { "exists": { "type": "boolean" }, "status": { "ignore_above": 1024, "type": "keyword" }, "subject_name": { "ignore_above": 1024, "type": "keyword" }, "trusted": { "type": "boolean" }, "valid": { "type": "boolean" } } }, "command_line": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "entity_id": { "ignore_above": 1024, "type": "keyword" }, "executable": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "exit_code": { "type": "long" }, "hash": { "type": "object", "properties": { "md5": { "ignore_above": 1024, "type": "keyword" }, "sha1": { "ignore_above": 1024, "type": "keyword" }, "sha256": { "ignore_above": 1024, "type": "keyword" }, "sha512": { "ignore_above": 1024, "type": "keyword" } } }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "parent": { "type": "object", "properties": { "args": { "ignore_above": 1024, "type": "keyword" }, "args_count": { "type": "long" }, "code_signature": { "type": "object", "properties": { "exists": { "type": "boolean" }, "status": { "ignore_above": 1024, "type": "keyword" }, "subject_name": { "ignore_above": 1024, "type": "keyword" }, "trusted": { "type": "boolean" }, "valid": { "type": "boolean" } } }, "command_line": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "entity_id": { "ignore_above": 1024, "type": "keyword" }, "executable": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "exit_code": { "type": "long" }, "hash": { "type": "object", "properties": { "md5": { "ignore_above": 1024, "type": "keyword" }, "sha1": { "ignore_above": 1024, "type": "keyword" }, "sha256": { "ignore_above": 1024, "type": "keyword" }, "sha512": { "ignore_above": 1024, "type": "keyword" } } }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "pgid": { "type": "long" }, "pid": { "type": "long" }, "ppid": { "type": "long" }, "start": { "type": "date" }, "thread": { "type": "object", "properties": { "id": { "type": "long" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "title": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "uptime": { "type": "long" }, "working_directory": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } }, "pe": { "type": "object", "properties": { "company": { "ignore_above": 1024, "type": "keyword" }, "description": { "ignore_above": 1024, "type": "keyword" }, "file_version": { "ignore_above": 1024, "type": "keyword" }, "original_file_name": { "ignore_above": 1024, "type": "keyword" }, "product": { "ignore_above": 1024, "type": "keyword" } } }, "pgid": { "type": "long" }, "pid": { "type": "long" }, "ppid": { "type": "long" }, "start": { "type": "date" }, "thread": { "type": "object", "properties": { "id": { "type": "long" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "title": { "ignore_above": 1024, "type": "keyword" }, "uptime": { "type": "long" }, "working_directory": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } }, "processor": { "type": "object", "properties": { "event": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "profile": { "dynamic": false, "type": "object", "properties": { "alloc_objects": { "type": "object", "properties": { "count": { "type": "long" } } }, "alloc_space": { "type": "object", "properties": { "bytes": { "type": "long" } } }, "cpu": { "type": "object", "properties": { "ns": { "type": "long" } } }, "duration": { "type": "long" }, "inuse_objects": { "type": "object", "properties": { "count": { "type": "long" } } }, "inuse_space": { "type": "object", "properties": { "bytes": { "type": "long" } } }, "samples": { "type": "object", "properties": { "count": { "type": "long" } } }, "stack": { "dynamic": false, "type": "object", "properties": { "filename": { "ignore_above": 1024, "type": "keyword" }, "function": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "line": { "type": "long" } } }, "top": { "dynamic": false, "type": "object", "properties": { "filename": { "ignore_above": 1024, "type": "keyword" }, "function": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "line": { "type": "long" } } } } }, "registry": { "type": "object", "properties": { "data": { "type": "object", "properties": { "bytes": { "ignore_above": 1024, "type": "keyword" }, "strings": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" } } }, "hive": { "ignore_above": 1024, "type": "keyword" }, "key": { "ignore_above": 1024, "type": "keyword" }, "path": { "ignore_above": 1024, "type": "keyword" }, "value": { "ignore_above": 1024, "type": "keyword" } } }, "related": { "type": "object", "properties": { "hash": { "ignore_above": 1024, "type": "keyword" }, "ip": { "type": "ip" }, "user": { "ignore_above": 1024, "type": "keyword" } } }, "rule": { "type": "object", "properties": { "author": { "ignore_above": 1024, "type": "keyword" }, "category": { "ignore_above": 1024, "type": "keyword" }, "description": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "license": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "reference": { "ignore_above": 1024, "type": "keyword" }, "ruleset": { "ignore_above": 1024, "type": "keyword" }, "uuid": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "server": { "type": "object", "properties": { "address": { "ignore_above": 1024, "type": "keyword" }, "as": { "type": "object", "properties": { "number": { "type": "long" }, "organization": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "bytes": { "type": "long" }, "domain": { "ignore_above": 1024, "type": "keyword" }, "geo": { "type": "object", "properties": { "city_name": { "ignore_above": 1024, "type": "keyword" }, "continent_name": { "ignore_above": 1024, "type": "keyword" }, "country_iso_code": { "ignore_above": 1024, "type": "keyword" }, "country_name": { "ignore_above": 1024, "type": "keyword" }, "location": { "type": "geo_point" }, "name": { "ignore_above": 1024, "type": "keyword" }, "region_iso_code": { "ignore_above": 1024, "type": "keyword" }, "region_name": { "ignore_above": 1024, "type": "keyword" } } }, "ip": { "type": "ip" }, "mac": { "ignore_above": 1024, "type": "keyword" }, "nat": { "type": "object", "properties": { "ip": { "type": "ip" }, "port": { "type": "long" } } }, "packets": { "type": "long" }, "port": { "type": "long" }, "registered_domain": { "ignore_above": 1024, "type": "keyword" }, "top_level_domain": { "ignore_above": 1024, "type": "keyword" }, "user": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "email": { "ignore_above": 1024, "type": "keyword" }, "full_name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "group": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "hash": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "service": { "dynamic": false, "type": "object", "properties": { "environment": { "ignore_above": 1024, "type": "keyword" }, "ephemeral_id": { "ignore_above": 1024, "type": "keyword" }, "framework": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "id": { "ignore_above": 1024, "type": "keyword" }, "language": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "name": { "ignore_above": 1024, "type": "keyword" }, "node": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" } } }, "runtime": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "state": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "source": { "dynamic": false, "type": "object", "properties": { "address": { "ignore_above": 1024, "type": "keyword" }, "as": { "type": "object", "properties": { "number": { "type": "long" }, "organization": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "bytes": { "type": "long" }, "domain": { "ignore_above": 1024, "type": "keyword" }, "geo": { "type": "object", "properties": { "city_name": { "ignore_above": 1024, "type": "keyword" }, "continent_name": { "ignore_above": 1024, "type": "keyword" }, "country_iso_code": { "ignore_above": 1024, "type": "keyword" }, "country_name": { "ignore_above": 1024, "type": "keyword" }, "location": { "type": "geo_point" }, "name": { "ignore_above": 1024, "type": "keyword" }, "region_iso_code": { "ignore_above": 1024, "type": "keyword" }, "region_name": { "ignore_above": 1024, "type": "keyword" } } }, "ip": { "type": "ip" }, "mac": { "ignore_above": 1024, "type": "keyword" }, "nat": { "type": "object", "properties": { "ip": { "type": "ip" }, "port": { "type": "long" } } }, "packets": { "type": "long" }, "port": { "type": "long" }, "registered_domain": { "ignore_above": 1024, "type": "keyword" }, "top_level_domain": { "ignore_above": 1024, "type": "keyword" }, "user": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "email": { "ignore_above": 1024, "type": "keyword" }, "full_name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "group": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "hash": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } } } } } }, "sourcemap": { "dynamic": false, "type": "object", "properties": { "bundle_filepath": { "ignore_above": 1024, "type": "keyword" }, "service": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } } } }, "span": { "dynamic": false, "type": "object", "properties": { "action": { "ignore_above": 1024, "type": "keyword" }, "db": { "dynamic": false, "type": "object", "properties": { "link": { "ignore_above": 1024, "type": "keyword" }, "rows_affected": { "type": "long" } } }, "destination": { "dynamic": false, "type": "object", "properties": { "service": { "dynamic": false, "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" }, "resource": { "ignore_above": 1024, "type": "keyword" }, "type": { "ignore_above": 1024, "type": "keyword" } } } } }, "duration": { "type": "object", "properties": { "us": { "type": "long" } } }, "id": { "ignore_above": 1024, "type": "keyword" }, "message": { "dynamic": false, "type": "object", "properties": { "age": { "type": "object", "properties": { "ms": { "type": "long" } } }, "queue": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" } } } } }, "name": { "ignore_above": 1024, "type": "keyword" }, "self_time": { "type": "object", "properties": { "count": { "type": "long" }, "sum": { "type": "object", "properties": { "us": { "type": "long" } } } } }, "start": { "type": "object", "properties": { "us": { "type": "long" } } }, "subtype": { "ignore_above": 1024, "type": "keyword" }, "sync": { "type": "boolean" }, "type": { "ignore_above": 1024, "type": "keyword" } } }, "system": { "type": "object", "properties": { "cpu": { "type": "object", "properties": { "total": { "type": "object", "properties": { "norm": { "type": "object", "properties": { "pct": { "scaling_factor": 1000, "type": "scaled_float" } } } } } } }, "memory": { "type": "object", "properties": { "actual": { "type": "object", "properties": { "free": { "type": "long" } } }, "total": { "type": "long" } } }, "process": { "type": "object", "properties": { "cpu": { "type": "object", "properties": { "total": { "type": "object", "properties": { "norm": { "type": "object", "properties": { "pct": { "scaling_factor": 1000, "type": "scaled_float" } } } } } } }, "memory": { "type": "object", "properties": { "rss": { "type": "object", "properties": { "bytes": { "type": "long" } } }, "size": { "type": "long" } } } } } } }, "tags": { "ignore_above": 1024, "type": "keyword" }, "threat": { "type": "object", "properties": { "framework": { "ignore_above": 1024, "type": "keyword" }, "tactic": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "reference": { "ignore_above": 1024, "type": "keyword" } } }, "technique": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "reference": { "ignore_above": 1024, "type": "keyword" } } } } }, "timeseries": { "type": "object", "properties": { "instance": { "ignore_above": 1024, "type": "keyword" } } }, "timestamp": { "type": "object", "properties": { "us": { "type": "long" } } }, "tls": { "type": "object", "properties": { "cipher": { "ignore_above": 1024, "type": "keyword" }, "client": { "type": "object", "properties": { "certificate": { "ignore_above": 1024, "type": "keyword" }, "certificate_chain": { "ignore_above": 1024, "type": "keyword" }, "hash": { "type": "object", "properties": { "md5": { "ignore_above": 1024, "type": "keyword" }, "sha1": { "ignore_above": 1024, "type": "keyword" }, "sha256": { "ignore_above": 1024, "type": "keyword" } } }, "issuer": { "ignore_above": 1024, "type": "keyword" }, "ja3": { "ignore_above": 1024, "type": "keyword" }, "not_after": { "type": "date" }, "not_before": { "type": "date" }, "server_name": { "ignore_above": 1024, "type": "keyword" }, "subject": { "ignore_above": 1024, "type": "keyword" }, "supported_ciphers": { "ignore_above": 1024, "type": "keyword" } } }, "curve": { "ignore_above": 1024, "type": "keyword" }, "established": { "type": "boolean" }, "next_protocol": { "ignore_above": 1024, "type": "keyword" }, "resumed": { "type": "boolean" }, "server": { "type": "object", "properties": { "certificate": { "ignore_above": 1024, "type": "keyword" }, "certificate_chain": { "ignore_above": 1024, "type": "keyword" }, "hash": { "type": "object", "properties": { "md5": { "ignore_above": 1024, "type": "keyword" }, "sha1": { "ignore_above": 1024, "type": "keyword" }, "sha256": { "ignore_above": 1024, "type": "keyword" } } }, "issuer": { "ignore_above": 1024, "type": "keyword" }, "ja3s": { "ignore_above": 1024, "type": "keyword" }, "not_after": { "type": "date" }, "not_before": { "type": "date" }, "subject": { "ignore_above": 1024, "type": "keyword" } } }, "version": { "ignore_above": 1024, "type": "keyword" }, "version_protocol": { "ignore_above": 1024, "type": "keyword" } } }, "trace": { "dynamic": false, "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" } } }, "tracing": { "type": "object", "properties": { "trace": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" } } }, "transaction": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" } } } } }, "transaction": { "dynamic": false, "type": "object", "properties": { "breakdown": { "type": "object", "properties": { "count": { "type": "long" } } }, "duration": { "type": "object", "properties": { "count": { "type": "long" }, "sum": { "type": "object", "properties": { "us": { "type": "long" } } }, "us": { "type": "long" } } }, "id": { "ignore_above": 1024, "type": "keyword" }, "marks": { "dynamic": true, "type": "object", "properties": { "*": { "type": "object", "properties": { "*": { "dynamic": true, "type": "object" } } } } }, "message": { "dynamic": false, "type": "object", "properties": { "age": { "type": "object", "properties": { "ms": { "type": "long" } } }, "queue": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" } } } } }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "result": { "ignore_above": 1024, "type": "keyword" }, "root": { "type": "boolean" }, "sampled": { "type": "boolean" }, "self_time": { "type": "object", "properties": { "count": { "type": "long" }, "sum": { "type": "object", "properties": { "us": { "type": "long" } } } } }, "span_count": { "type": "object", "properties": { "dropped": { "type": "long" } } }, "type": { "ignore_above": 1024, "type": "keyword" } } }, "url": { "dynamic": false, "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "extension": { "ignore_above": 1024, "type": "keyword" }, "fragment": { "ignore_above": 1024, "type": "keyword" }, "full": { "ignore_above": 1024, "type": "keyword" }, "original": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "password": { "ignore_above": 1024, "type": "keyword" }, "path": { "ignore_above": 1024, "type": "keyword" }, "port": { "type": "long" }, "query": { "ignore_above": 1024, "type": "keyword" }, "registered_domain": { "ignore_above": 1024, "type": "keyword" }, "scheme": { "ignore_above": 1024, "type": "keyword" }, "top_level_domain": { "ignore_above": 1024, "type": "keyword" }, "username": { "ignore_above": 1024, "type": "keyword" } } }, "user": { "dynamic": false, "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "email": { "ignore_above": 1024, "type": "keyword" }, "full_name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "group": { "type": "object", "properties": { "domain": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "hash": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "user_agent": { "dynamic": false, "type": "object", "properties": { "device": { "type": "object", "properties": { "name": { "ignore_above": 1024, "type": "keyword" } } }, "name": { "ignore_above": 1024, "type": "keyword" }, "original": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "os": { "type": "object", "properties": { "family": { "ignore_above": 1024, "type": "keyword" }, "full": { "ignore_above": 1024, "type": "keyword" }, "kernel": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" }, "platform": { "ignore_above": 1024, "type": "keyword" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "view spans": { "ignore_above": 1024, "type": "keyword" }, "vlan": { "type": "object", "properties": { "id": { "ignore_above": 1024, "type": "keyword" }, "name": { "ignore_above": 1024, "type": "keyword" } } }, "vulnerability": { "type": "object", "properties": { "category": { "ignore_above": 1024, "type": "keyword" }, "classification": { "ignore_above": 1024, "type": "keyword" }, "description": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "norms": false, "type": "text" } } }, "enumeration": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "reference": { "ignore_above": 1024, "type": "keyword" }, "report_id": { "ignore_above": 1024, "type": "keyword" }, "scanner": { "type": "object", "properties": { "vendor": { "ignore_above": 1024, "type": "keyword" } } }, "score": { "type": "object", "properties": { "base": { "type": "float" }, "environmental": { "type": "float" }, "temporal": { "type": "float" }, "version": { "ignore_above": 1024, "type": "keyword" } } }, "severity": { "ignore_above": 1024, "type": "keyword" } } } } } }, "index_patterns": [ "apm-*" ] }