Last active
October 16, 2020 17:18
-
-
Save fenneh/8d41fcd43a9ea7e950459282d61ef68e to your computer and use it in GitHub Desktop.
elastic-template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_doc": { | |
| "_meta": { | |
| "beat": "apm", | |
| "version": "7.2.0" | |
| }, | |
| "_source": { | |
| "enabled": true | |
| }, | |
| "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" | |
| } | |
| }, | |
| { | |
| "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" | |
| } | |
| }, | |
| { | |
| "labels": { | |
| "path_match": "labels.*", | |
| "mapping": { | |
| "type": "keyword" | |
| }, | |
| "match_mapping_type": "string" | |
| } | |
| }, | |
| { | |
| "labels": { | |
| "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": { | |
| "container": { | |
| "dynamic": false, | |
| "properties": { | |
| "image": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "tag": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "runtime": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "labels": { | |
| "type": "object" | |
| } | |
| } | |
| }, | |
| "kubernetes": { | |
| "dynamic": false, | |
| "properties": { | |
| "container": { | |
| "properties": { | |
| "image": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "node": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "pod": { | |
| "properties": { | |
| "uid": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "statefulset": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "namespace": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "annotations": { | |
| "type": "object" | |
| }, | |
| "replicaset": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "deployment": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "labels": { | |
| "type": "object" | |
| } | |
| } | |
| }, | |
| "parent": { | |
| "dynamic": false, | |
| "properties": { | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "server": { | |
| "properties": { | |
| "geo": { | |
| "properties": { | |
| "region_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "continent_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "city_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "region_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "address": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "domain": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "user": { | |
| "properties": { | |
| "full_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "hash": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "email": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "group": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "packets": { | |
| "type": "long" | |
| }, | |
| "mac": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "agent": { | |
| "dynamic": false, | |
| "properties": { | |
| "hostname": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "ephemeral_id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "log": { | |
| "properties": { | |
| "original": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "level": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "view spans": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "destination": { | |
| "properties": { | |
| "geo": { | |
| "properties": { | |
| "continent_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "region_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "city_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "region_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| } | |
| } | |
| }, | |
| "address": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "domain": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "user": { | |
| "properties": { | |
| "full_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "hash": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "email": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "group": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "mac": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "packets": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "experimental": { | |
| "dynamic": true, | |
| "type": "object" | |
| }, | |
| "source": { | |
| "properties": { | |
| "geo": { | |
| "properties": { | |
| "region_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "continent_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "city_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "region_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| } | |
| } | |
| }, | |
| "address": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "domain": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "user": { | |
| "properties": { | |
| "full_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "email": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "hash": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "group": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "packets": { | |
| "type": "long" | |
| }, | |
| "mac": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "error": { | |
| "dynamic": false, | |
| "properties": { | |
| "exception": { | |
| "properties": { | |
| "code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "module": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "handled": { | |
| "type": "boolean" | |
| }, | |
| "message": { | |
| "norms": false, | |
| "type": "text" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "culprit": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "log": { | |
| "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" | |
| } | |
| } | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "message": { | |
| "norms": false, | |
| "type": "text" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "grouping_key": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "network": { | |
| "properties": { | |
| "forwarded_ip": { | |
| "type": "ip" | |
| }, | |
| "protocol": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "community_id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "application": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "transport": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "iana_number": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "packets": { | |
| "type": "long" | |
| }, | |
| "direction": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "docker": { | |
| "properties": { | |
| "container": { | |
| "properties": { | |
| "labels": { | |
| "type": "object" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "geo": { | |
| "properties": { | |
| "continent_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "region_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "city_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "region_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "cloud": { | |
| "properties": { | |
| "availability_zone": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "instance": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "provider": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "machine": { | |
| "properties": { | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "project": { | |
| "properties": { | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "region": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "account": { | |
| "properties": { | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "observer": { | |
| "dynamic": false, | |
| "properties": { | |
| "listening": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "geo": { | |
| "properties": { | |
| "region_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "continent_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "city_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "region_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| } | |
| } | |
| }, | |
| "hostname": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "os": { | |
| "properties": { | |
| "kernel": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "family": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "platform": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "full": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "vendor": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "serial_number": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "mac": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version_major": { | |
| "type": "byte" | |
| } | |
| } | |
| }, | |
| "trace": { | |
| "dynamic": false, | |
| "properties": { | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "file": { | |
| "properties": { | |
| "owner": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "extension": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "gid": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "mtime": { | |
| "type": "date" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "target_path": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "mode": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "inode": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "uid": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "path": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "size": { | |
| "type": "long" | |
| }, | |
| "ctime": { | |
| "type": "date" | |
| }, | |
| "device": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "group": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "ecs": { | |
| "properties": { | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "timeseries": { | |
| "properties": { | |
| "instance": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "related": { | |
| "properties": { | |
| "ip": { | |
| "type": "ip" | |
| } | |
| } | |
| }, | |
| "host": { | |
| "dynamic": false, | |
| "properties": { | |
| "geo": { | |
| "properties": { | |
| "continent_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "region_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "city_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "region_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "hostname": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "os": { | |
| "properties": { | |
| "build": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "kernel": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "codename": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "family": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "platform": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "full": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "containerized": { | |
| "type": "boolean" | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "user": { | |
| "properties": { | |
| "full_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "email": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "hash": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "group": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "mac": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "architecture": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "client": { | |
| "dynamic": false, | |
| "properties": { | |
| "geo": { | |
| "properties": { | |
| "continent_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "region_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "city_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_iso_code": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "country_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "region_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| } | |
| } | |
| }, | |
| "address": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "domain": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "user": { | |
| "properties": { | |
| "full_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "hash": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "email": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "group": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "mac": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "packets": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "event": { | |
| "properties": { | |
| "severity": { | |
| "type": "long" | |
| }, | |
| "original": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "risk_score": { | |
| "type": "float" | |
| }, | |
| "kind": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "created": { | |
| "type": "date" | |
| }, | |
| "timezone": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "module": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "start": { | |
| "type": "date" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "duration": { | |
| "type": "long" | |
| }, | |
| "risk_score_norm": { | |
| "type": "float" | |
| }, | |
| "action": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "end": { | |
| "type": "date" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "category": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "dataset": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "hash": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "outcome": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "user_agent": { | |
| "dynamic": false, | |
| "properties": { | |
| "original": { | |
| "ignore_above": 1024, | |
| "fields": { | |
| "text": { | |
| "norms": false, | |
| "type": "text" | |
| } | |
| }, | |
| "type": "keyword" | |
| }, | |
| "os": { | |
| "properties": { | |
| "kernel": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "family": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "platform": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "full": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "device": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "group": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "timestamp": { | |
| "properties": { | |
| "us": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "process": { | |
| "dynamic": false, | |
| "properties": { | |
| "args": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "start": { | |
| "type": "date" | |
| }, | |
| "working_directory": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "pid": { | |
| "type": "long" | |
| }, | |
| "thread": { | |
| "properties": { | |
| "id": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "title": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "executable": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "ppid": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "os": { | |
| "properties": { | |
| "kernel": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "family": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "platform": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "full": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "sourcemap": { | |
| "dynamic": false, | |
| "properties": { | |
| "bundle_filepath": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "service": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "message": { | |
| "norms": false, | |
| "type": "text" | |
| }, | |
| "processor": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "event": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "url": { | |
| "dynamic": false, | |
| "properties": { | |
| "path": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "password": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "fragment": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "original": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "scheme": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "query": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "domain": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "username": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "full": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "labels": { | |
| "dynamic": true, | |
| "type": "object" | |
| }, | |
| "tags": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "@timestamp": { | |
| "type": "date" | |
| }, | |
| "system": { | |
| "properties": { | |
| "process": { | |
| "properties": { | |
| "memory": { | |
| "properties": { | |
| "rss": { | |
| "properties": { | |
| "bytes": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "size": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "cpu": { | |
| "properties": { | |
| "total": { | |
| "properties": { | |
| "norm": { | |
| "properties": { | |
| "pct": { | |
| "scaling_factor": 1000, | |
| "type": "scaled_float" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "memory": { | |
| "properties": { | |
| "actual": { | |
| "properties": { | |
| "free": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "total": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "cpu": { | |
| "properties": { | |
| "total": { | |
| "properties": { | |
| "norm": { | |
| "properties": { | |
| "pct": { | |
| "scaling_factor": 1000, | |
| "type": "scaled_float" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "service": { | |
| "dynamic": false, | |
| "properties": { | |
| "environment": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "framework": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "runtime": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "language": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "state": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "ephemeral_id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "organization": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "http": { | |
| "dynamic": false, | |
| "properties": { | |
| "request": { | |
| "properties": { | |
| "referrer": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "headers": { | |
| "type": "object", | |
| "enabled": false | |
| }, | |
| "method": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "body": { | |
| "properties": { | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "content": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "response": { | |
| "properties": { | |
| "headers": { | |
| "type": "object", | |
| "enabled": false | |
| }, | |
| "status_code": { | |
| "type": "long" | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "finished": { | |
| "type": "boolean" | |
| }, | |
| "body": { | |
| "properties": { | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "content": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "version": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| "fields": { | |
| "type": "object" | |
| }, | |
| "user": { | |
| "dynamic": false, | |
| "properties": { | |
| "full_name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "email": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "hash": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "group": { | |
| "properties": { | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "transaction": { | |
| "dynamic": false, | |
| "properties": { | |
| "duration": { | |
| "properties": { | |
| "us": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "result": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword", | |
| "fields": { | |
| "text": { | |
| "norms": false, | |
| "type": "text" | |
| } | |
| } | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "marks": { | |
| "dynamic": true, | |
| "type": "object", | |
| "properties": { | |
| "*": { | |
| "properties": { | |
| "*": { | |
| "dynamic": true, | |
| "type": "object" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "span_count": { | |
| "properties": { | |
| "dropped": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "sampled": { | |
| "type": "boolean" | |
| } | |
| } | |
| }, | |
| "span": { | |
| "dynamic": false, | |
| "properties": { | |
| "duration": { | |
| "properties": { | |
| "us": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "subtype": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "name": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "start": { | |
| "properties": { | |
| "us": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "action": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "id": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "type": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| }, | |
| "sync": { | |
| "type": "boolean" | |
| } | |
| } | |
| } | |
| }, | |
| "date_detection": false | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mappings": { | |
| "_doc": { | |
| "_meta": { | |
| "beat": "apm", | |
| "version": "7.2.0" | |
| }, | |
| "dynamic_templates": [ | |
| { | |
| "labels": { | |
| "path_match": "labels.*", | |
| "mapping": { | |
| "scaling_factor": 1000000, | |
| "type": "scaled_float" | |
| } | |
| } | |
| }, | |
| { | |
| "container.labels": { | |
| "path_match": "container.labels.*", | |
| "match_mapping_type": "string", | |
| "mapping": { | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| { | |
| "fields": { | |
| "path_match": "fields.*", | |
| "match_mapping_type": "string", | |
| "mapping": { | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| { | |
| "docker.container.labels": { | |
| "path_match": "docker.container.labels.*", | |
| "match_mapping_type": "string", | |
| "mapping": { | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| { | |
| "transaction.marks": { | |
| "path_match": "transaction.marks.*", | |
| "match_mapping_type": "string", | |
| "mapping": { | |
| "type": "keyword" | |
| } | |
| } | |
| }, | |
| { | |
| "transaction.marks.*.*": { | |
| "path_match": "transaction.marks.*.*", | |
| "mapping": { | |
| "scaling_factor": 1000000, | |
| "type": "scaled_float" | |
| } | |
| } | |
| }, | |
| { | |
| "strings_as_keyword": { | |
| "match_mapping_type": "string", | |
| "mapping": { | |
| "ignore_above": 1024, | |
| "type": "keyword" | |
| } | |
| } | |
| } | |
| ], | |
| "date_detection": false, | |
| "properties": { | |
| "@timestamp": { | |
| "type": "date" | |
| }, | |
| "agent": { | |
| "dynamic": "false", | |
| "properties": { | |
| "ephemeral_id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "hostname": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "client": { | |
| "dynamic": "false", | |
| "properties": { | |
| "address": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "domain": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "geo": { | |
| "properties": { | |
| "city_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "continent_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "mac": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "packets": { | |
| "type": "long" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "user": { | |
| "properties": { | |
| "email": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "group": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "hash": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "cloud": { | |
| "properties": { | |
| "account": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "availability_zone": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "instance": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "machine": { | |
| "properties": { | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "project": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "provider": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "container": { | |
| "dynamic": "false", | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "image": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "tag": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "labels": { | |
| "type": "object" | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "runtime": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "destination": { | |
| "properties": { | |
| "address": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "domain": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "geo": { | |
| "properties": { | |
| "city_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "continent_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "mac": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "packets": { | |
| "type": "long" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "user": { | |
| "properties": { | |
| "email": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "group": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "hash": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "docker": { | |
| "properties": { | |
| "container": { | |
| "properties": { | |
| "labels": { | |
| "type": "object" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "ecs": { | |
| "properties": { | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "error": { | |
| "dynamic": "false", | |
| "properties": { | |
| "code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "culprit": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "exception": { | |
| "properties": { | |
| "code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "handled": { | |
| "type": "boolean" | |
| }, | |
| "message": { | |
| "type": "text", | |
| "norms": false | |
| }, | |
| "module": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "grouping_key": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "log": { | |
| "properties": { | |
| "level": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "logger_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "message": { | |
| "type": "text", | |
| "norms": false | |
| }, | |
| "param_message": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "message": { | |
| "type": "text", | |
| "norms": false | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "event": { | |
| "properties": { | |
| "action": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "category": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "created": { | |
| "type": "date" | |
| }, | |
| "dataset": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "duration": { | |
| "type": "long" | |
| }, | |
| "end": { | |
| "type": "date" | |
| }, | |
| "hash": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "kind": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "module": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "original": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "outcome": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "risk_score": { | |
| "type": "float" | |
| }, | |
| "risk_score_norm": { | |
| "type": "float" | |
| }, | |
| "severity": { | |
| "type": "long" | |
| }, | |
| "start": { | |
| "type": "date" | |
| }, | |
| "timezone": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "experimental": { | |
| "type": "object", | |
| "dynamic": "true" | |
| }, | |
| "fields": { | |
| "type": "object" | |
| }, | |
| "file": { | |
| "properties": { | |
| "ctime": { | |
| "type": "date" | |
| }, | |
| "device": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "extension": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "gid": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "group": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "inode": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "mode": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "mtime": { | |
| "type": "date" | |
| }, | |
| "owner": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "path": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "size": { | |
| "type": "long" | |
| }, | |
| "target_path": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "uid": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "geo": { | |
| "properties": { | |
| "city_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "continent_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "group": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "host": { | |
| "dynamic": "false", | |
| "properties": { | |
| "architecture": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "containerized": { | |
| "type": "boolean" | |
| }, | |
| "geo": { | |
| "properties": { | |
| "city_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "continent_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "hostname": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "mac": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "os": { | |
| "properties": { | |
| "build": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "codename": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "family": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "kernel": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "platform": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "user": { | |
| "properties": { | |
| "email": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "group": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "hash": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "http": { | |
| "dynamic": "false", | |
| "properties": { | |
| "request": { | |
| "properties": { | |
| "body": { | |
| "properties": { | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "content": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "headers": { | |
| "type": "object", | |
| "enabled": false | |
| }, | |
| "method": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "referrer": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "response": { | |
| "properties": { | |
| "body": { | |
| "properties": { | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "content": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "finished": { | |
| "type": "boolean" | |
| }, | |
| "headers": { | |
| "type": "object", | |
| "enabled": false | |
| }, | |
| "status_code": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "kubernetes": { | |
| "dynamic": "false", | |
| "properties": { | |
| "annotations": { | |
| "type": "object" | |
| }, | |
| "container": { | |
| "properties": { | |
| "image": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "deployment": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "labels": { | |
| "type": "object" | |
| }, | |
| "namespace": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "node": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "pod": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "uid": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "replicaset": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "statefulset": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "labels": { | |
| "type": "object", | |
| "dynamic": "true" | |
| }, | |
| "log": { | |
| "properties": { | |
| "level": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "original": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "message": { | |
| "type": "text", | |
| "norms": false | |
| }, | |
| "network": { | |
| "properties": { | |
| "application": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "community_id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "direction": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "forwarded_ip": { | |
| "type": "ip" | |
| }, | |
| "iana_number": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "packets": { | |
| "type": "long" | |
| }, | |
| "protocol": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "transport": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "observer": { | |
| "dynamic": "false", | |
| "properties": { | |
| "geo": { | |
| "properties": { | |
| "city_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "continent_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "hostname": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "listening": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "mac": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "os": { | |
| "properties": { | |
| "family": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "kernel": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "platform": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "serial_number": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "vendor": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version_major": { | |
| "type": "byte" | |
| } | |
| } | |
| }, | |
| "organization": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "os": { | |
| "properties": { | |
| "family": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "kernel": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "platform": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "parent": { | |
| "dynamic": "false", | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "process": { | |
| "dynamic": "false", | |
| "properties": { | |
| "args": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "executable": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "pid": { | |
| "type": "long" | |
| }, | |
| "ppid": { | |
| "type": "long" | |
| }, | |
| "start": { | |
| "type": "date" | |
| }, | |
| "thread": { | |
| "properties": { | |
| "id": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "title": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "working_directory": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "processor": { | |
| "properties": { | |
| "event": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "related": { | |
| "properties": { | |
| "ip": { | |
| "type": "ip" | |
| } | |
| } | |
| }, | |
| "server": { | |
| "properties": { | |
| "address": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "domain": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "geo": { | |
| "properties": { | |
| "city_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "continent_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "mac": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "packets": { | |
| "type": "long" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "user": { | |
| "properties": { | |
| "email": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "group": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "hash": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "service": { | |
| "dynamic": "false", | |
| "properties": { | |
| "environment": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "ephemeral_id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "framework": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "language": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "runtime": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "state": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "source": { | |
| "properties": { | |
| "address": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "bytes": { | |
| "type": "long" | |
| }, | |
| "domain": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "geo": { | |
| "properties": { | |
| "city_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "continent_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "country_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "location": { | |
| "type": "geo_point" | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_iso_code": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "region_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "ip": { | |
| "type": "ip" | |
| }, | |
| "mac": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "packets": { | |
| "type": "long" | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "user": { | |
| "properties": { | |
| "email": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "group": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "hash": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "sourcemap": { | |
| "dynamic": "false", | |
| "properties": { | |
| "bundle_filepath": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "service": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "span": { | |
| "dynamic": "false", | |
| "properties": { | |
| "action": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "duration": { | |
| "properties": { | |
| "us": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "start": { | |
| "properties": { | |
| "us": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "subtype": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "sync": { | |
| "type": "boolean" | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "system": { | |
| "properties": { | |
| "cpu": { | |
| "properties": { | |
| "total": { | |
| "properties": { | |
| "norm": { | |
| "properties": { | |
| "pct": { | |
| "type": "scaled_float", | |
| "scaling_factor": 1000 | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "memory": { | |
| "properties": { | |
| "actual": { | |
| "properties": { | |
| "free": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "total": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "process": { | |
| "properties": { | |
| "cpu": { | |
| "properties": { | |
| "total": { | |
| "properties": { | |
| "norm": { | |
| "properties": { | |
| "pct": { | |
| "type": "scaled_float", | |
| "scaling_factor": 1000 | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "memory": { | |
| "properties": { | |
| "rss": { | |
| "properties": { | |
| "bytes": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "size": { | |
| "type": "long" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "tags": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "timeseries": { | |
| "properties": { | |
| "instance": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "timestamp": { | |
| "properties": { | |
| "us": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "trace": { | |
| "dynamic": "false", | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "transaction": { | |
| "dynamic": "false", | |
| "properties": { | |
| "duration": { | |
| "properties": { | |
| "us": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "marks": { | |
| "dynamic": "true", | |
| "properties": { | |
| "*": { | |
| "properties": { | |
| "*": { | |
| "type": "object", | |
| "dynamic": "true" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "fields": { | |
| "text": { | |
| "type": "text", | |
| "norms": false | |
| } | |
| }, | |
| "ignore_above": 1024 | |
| }, | |
| "result": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "sampled": { | |
| "type": "boolean" | |
| }, | |
| "span_count": { | |
| "properties": { | |
| "dropped": { | |
| "type": "long" | |
| } | |
| } | |
| }, | |
| "type": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "url": { | |
| "dynamic": "false", | |
| "properties": { | |
| "domain": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "fragment": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "original": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "password": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "path": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "port": { | |
| "type": "long" | |
| }, | |
| "query": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "scheme": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "username": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "user": { | |
| "dynamic": "false", | |
| "properties": { | |
| "email": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full_name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "group": { | |
| "properties": { | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "hash": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "id": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "user_agent": { | |
| "dynamic": "false", | |
| "properties": { | |
| "device": { | |
| "properties": { | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "original": { | |
| "type": "keyword", | |
| "fields": { | |
| "text": { | |
| "type": "text", | |
| "norms": false | |
| } | |
| }, | |
| "ignore_above": 1024 | |
| }, | |
| "os": { | |
| "properties": { | |
| "family": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "full": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "kernel": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "name": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "platform": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "version": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| }, | |
| "view spans": { | |
| "type": "keyword", | |
| "ignore_above": 1024 | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment