Created
February 6, 2024 15:16
-
-
Save iamhowardtheduck/91528fcf4d4df77196e7c85df0ca903b to your computer and use it in GitHub Desktop.
Updated Elastic-Cloud-Logs 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
PUT _index_template/elastic-cloud-logs-8 | |
{ | |
"version": 1, | |
"priority": 1000, | |
"template": { | |
"settings": { | |
"index": { | |
"lifecycle": { | |
"name": "elastic-cloud-logs", | |
"rollover_alias": "elastic-cloud-logs-8" | |
}, | |
"mapping": { | |
"total_fields": { | |
"limit": "10000" | |
} | |
}, | |
"refresh_interval": "5s", | |
"number_of_shards": "1", | |
"max_docvalue_fields_search": "200", | |
"query": { | |
"default_field": [ | |
"message", | |
"tags", | |
"agent.ephemeral_id", | |
"agent.id", | |
"agent.name", | |
"agent.type", | |
"agent.version", | |
"as.organization.name", | |
"client.address", | |
"client.as.organization.name", | |
"client.domain", | |
"client.geo.city_name", | |
"client.geo.continent_name", | |
"client.geo.country_iso_code", | |
"client.geo.country_name", | |
"client.geo.name", | |
"client.geo.region_iso_code", | |
"client.geo.region_name", | |
"client.mac", | |
"client.registered_domain", | |
"client.top_level_domain", | |
"client.user.domain", | |
"client.user.email", | |
"client.user.full_name", | |
"client.user.group.domain", | |
"client.user.group.id", | |
"client.user.group.name", | |
"client.user.hash", | |
"client.user.id", | |
"client.user.name", | |
"cloud.account.id", | |
"cloud.availability_zone", | |
"cloud.instance.id", | |
"cloud.instance.name", | |
"cloud.machine.type", | |
"cloud.provider", | |
"cloud.region", | |
"container.id", | |
"container.image.name", | |
"container.image.tag", | |
"container.name", | |
"container.runtime", | |
"destination.address", | |
"destination.as.organization.name", | |
"destination.domain", | |
"destination.geo.city_name", | |
"destination.geo.continent_name", | |
"destination.geo.country_iso_code", | |
"destination.geo.country_name", | |
"destination.geo.name", | |
"destination.geo.region_iso_code", | |
"destination.geo.region_name", | |
"destination.mac", | |
"destination.registered_domain", | |
"destination.top_level_domain", | |
"destination.user.domain", | |
"destination.user.email", | |
"destination.user.full_name", | |
"destination.user.group.domain", | |
"destination.user.group.id", | |
"destination.user.group.name", | |
"destination.user.hash", | |
"destination.user.id", | |
"destination.user.name", | |
"dns.answers.class", | |
"dns.answers.data", | |
"dns.answers.name", | |
"dns.answers.type", | |
"dns.header_flags", | |
"dns.id", | |
"dns.op_code", | |
"dns.question.class", | |
"dns.question.name", | |
"dns.question.registered_domain", | |
"dns.question.subdomain", | |
"dns.question.top_level_domain", | |
"dns.question.type", | |
"dns.response_code", | |
"dns.type", | |
"ecs.version", | |
"error.code", | |
"error.id", | |
"error.message", | |
"error.stack_trace", | |
"error.type", | |
"event.action", | |
"event.category", | |
"event.code", | |
"event.dataset", | |
"event.hash", | |
"event.id", | |
"event.kind", | |
"event.module", | |
"event.original", | |
"event.outcome", | |
"event.provider", | |
"event.timezone", | |
"event.type", | |
"file.device", | |
"file.directory", | |
"file.extension", | |
"file.gid", | |
"file.group", | |
"file.hash.md5", | |
"file.hash.sha1", | |
"file.hash.sha256", | |
"file.hash.sha512", | |
"file.inode", | |
"file.mode", | |
"file.name", | |
"file.owner", | |
"file.path", | |
"file.target_path", | |
"file.type", | |
"file.uid", | |
"geo.city_name", | |
"geo.continent_name", | |
"geo.country_iso_code", | |
"geo.country_name", | |
"geo.name", | |
"geo.region_iso_code", | |
"geo.region_name", | |
"group.domain", | |
"group.id", | |
"group.name", | |
"hash.md5", | |
"hash.sha1", | |
"hash.sha256", | |
"hash.sha512", | |
"host.architecture", | |
"host.geo.city_name", | |
"host.geo.continent_name", | |
"host.geo.country_iso_code", | |
"host.geo.country_name", | |
"host.geo.name", | |
"host.geo.region_iso_code", | |
"host.geo.region_name", | |
"host.hostname", | |
"host.id", | |
"host.mac", | |
"host.name", | |
"host.os.family", | |
"host.os.full", | |
"host.os.kernel", | |
"host.os.name", | |
"host.os.platform", | |
"host.os.version", | |
"host.type", | |
"host.user.domain", | |
"host.user.email", | |
"host.user.full_name", | |
"host.user.group.domain", | |
"host.user.group.id", | |
"host.user.group.name", | |
"host.user.hash", | |
"host.user.id", | |
"host.user.name", | |
"http.request.body.content", | |
"http.request.method", | |
"http.request.referrer", | |
"http.response.body.content", | |
"http.version", | |
"log.level", | |
"log.logger", | |
"log.origin.file.name", | |
"log.origin.function", | |
"log.original", | |
"log.syslog.facility.name", | |
"log.syslog.severity.name", | |
"network.application", | |
"network.community_id", | |
"network.direction", | |
"network.iana_number", | |
"network.name", | |
"network.protocol", | |
"network.transport", | |
"network.type", | |
"observer.geo.city_name", | |
"observer.geo.continent_name", | |
"observer.geo.country_iso_code", | |
"observer.geo.country_name", | |
"observer.geo.name", | |
"observer.geo.region_iso_code", | |
"observer.geo.region_name", | |
"observer.hostname", | |
"observer.mac", | |
"observer.name", | |
"observer.os.family", | |
"observer.os.full", | |
"observer.os.kernel", | |
"observer.os.name", | |
"observer.os.platform", | |
"observer.os.version", | |
"observer.product", | |
"observer.serial_number", | |
"observer.type", | |
"observer.vendor", | |
"observer.version", | |
"organization.id", | |
"organization.name", | |
"os.family", | |
"os.full", | |
"os.kernel", | |
"os.name", | |
"os.platform", | |
"os.version", | |
"package.architecture", | |
"package.checksum", | |
"package.description", | |
"package.install_scope", | |
"package.license", | |
"package.name", | |
"package.path", | |
"package.version", | |
"process.args", | |
"text", | |
"process.executable", | |
"process.hash.md5", | |
"process.hash.sha1", | |
"process.hash.sha256", | |
"process.hash.sha512", | |
"process.name", | |
"text", | |
"text", | |
"text", | |
"text", | |
"text", | |
"process.thread.name", | |
"process.title", | |
"process.working_directory", | |
"server.address", | |
"server.as.organization.name", | |
"server.domain", | |
"server.geo.city_name", | |
"server.geo.continent_name", | |
"server.geo.country_iso_code", | |
"server.geo.country_name", | |
"server.geo.name", | |
"server.geo.region_iso_code", | |
"server.geo.region_name", | |
"server.mac", | |
"server.registered_domain", | |
"server.top_level_domain", | |
"server.user.domain", | |
"server.user.email", | |
"server.user.full_name", | |
"server.user.group.domain", | |
"server.user.group.id", | |
"server.user.group.name", | |
"server.user.hash", | |
"server.user.id", | |
"server.user.name", | |
"service.ephemeral_id", | |
"service.id", | |
"service.name", | |
"service.node.name", | |
"service.state", | |
"service.type", | |
"service.version", | |
"source.address", | |
"source.as.organization.name", | |
"source.domain", | |
"source.geo.city_name", | |
"source.geo.continent_name", | |
"source.geo.country_iso_code", | |
"source.geo.country_name", | |
"source.geo.name", | |
"source.geo.region_iso_code", | |
"source.geo.region_name", | |
"source.mac", | |
"source.registered_domain", | |
"source.top_level_domain", | |
"source.user.domain", | |
"source.user.email", | |
"source.user.full_name", | |
"source.user.group.domain", | |
"source.user.group.id", | |
"source.user.group.name", | |
"source.user.hash", | |
"source.user.id", | |
"source.user.name", | |
"threat.framework", | |
"threat.tactic.id", | |
"threat.tactic.name", | |
"threat.tactic.reference", | |
"threat.technique.id", | |
"threat.technique.name", | |
"threat.technique.reference", | |
"tracing.trace.id", | |
"tracing.transaction.id", | |
"url.domain", | |
"url.extension", | |
"url.fragment", | |
"url.full", | |
"url.original", | |
"url.password", | |
"url.path", | |
"url.query", | |
"url.registered_domain", | |
"url.scheme", | |
"url.top_level_domain", | |
"url.username", | |
"user.domain", | |
"user.email", | |
"user.full_name", | |
"user.group.domain", | |
"user.group.id", | |
"user.group.name", | |
"user.hash", | |
"user.id", | |
"user.name", | |
"user_agent.device.name", | |
"user_agent.name", | |
"text", | |
"user_agent.original", | |
"user_agent.os.family", | |
"user_agent.os.full", | |
"user_agent.os.kernel", | |
"user_agent.os.name", | |
"user_agent.os.platform", | |
"user_agent.os.version", | |
"user_agent.version", | |
"text", | |
"agent.hostname", | |
"timeseries.instance", | |
"cloud.project.id", | |
"cloud.image.id", | |
"host.os.build", | |
"host.os.codename", | |
"log.file.path", | |
"log.source.address", | |
"stream", | |
"input.type", | |
"syslog.severity_label", | |
"syslog.facility_label", | |
"process.program", | |
"log.flags", | |
"user_agent.os.full_name", | |
"fileset.name", | |
"icmp.code", | |
"icmp.type", | |
"igmp.type", | |
"azure.eventhub", | |
"azure.consumer_group", | |
"kafka.topic", | |
"kafka.key", | |
"elasticsearch.component", | |
"elasticsearch.cluster.uuid", | |
"elasticsearch.cluster.name", | |
"elasticsearch.node.id", | |
"elasticsearch.node.name", | |
"elasticsearch.index.name", | |
"elasticsearch.index.id", | |
"elasticsearch.shard.id", | |
"elasticsearch.audit.layer", | |
"elasticsearch.audit.event_type", | |
"elasticsearch.audit.origin.type", | |
"elasticsearch.audit.realm", | |
"elasticsearch.audit.user.realm", | |
"elasticsearch.audit.user.roles", | |
"elasticsearch.audit.action", | |
"elasticsearch.audit.url.params", | |
"elasticsearch.audit.indices", | |
"elasticsearch.audit.request.id", | |
"elasticsearch.audit.request.name", | |
"elasticsearch.audit.message", | |
"elasticsearch.gc.phase.name", | |
"elasticsearch.gc.tags", | |
"elasticsearch.slowlog.logger", | |
"elasticsearch.slowlog.took", | |
"elasticsearch.slowlog.types", | |
"elasticsearch.slowlog.stats", | |
"elasticsearch.slowlog.search_type", | |
"elasticsearch.slowlog.source_query", | |
"elasticsearch.slowlog.extra_source", | |
"elasticsearch.slowlog.total_hits", | |
"elasticsearch.slowlog.total_shards", | |
"elasticsearch.slowlog.routing", | |
"elasticsearch.slowlog.id", | |
"elasticsearch.slowlog.type", | |
"elasticsearch.slowlog.source", | |
"kibana.log.tags", | |
"kibana.log.state", | |
"fields.*" | |
] | |
}, | |
"number_of_replicas": "1" | |
} | |
}, | |
"mappings": { | |
"_meta": { | |
"beat": "filebeat", | |
"version": "8" | |
}, | |
"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" | |
} | |
}, | |
{ | |
"docker.attrs": { | |
"path_match": "docker.attrs.*", | |
"mapping": { | |
"type": "keyword" | |
}, | |
"match_mapping_type": "string" | |
} | |
}, | |
{ | |
"kibana.log.meta": { | |
"path_match": "kibana.log.meta.*", | |
"mapping": { | |
"type": "keyword" | |
}, | |
"match_mapping_type": "string" | |
} | |
}, | |
{ | |
"strings_as_keyword": { | |
"mapping": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"match_mapping_type": "string" | |
} | |
} | |
], | |
"properties": { | |
"@timestamp": { | |
"type": "date" | |
}, | |
"agent": { | |
"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" | |
} | |
} | |
} | |
} | |
} | |
} | |
}, | |
"azure": { | |
"type": "object", | |
"properties": { | |
"consumer_group": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"enqueued_time": { | |
"type": "date" | |
}, | |
"eventhub": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"offset": { | |
"type": "long" | |
}, | |
"partition_id": { | |
"type": "long" | |
}, | |
"sequence_number": { | |
"type": "long" | |
} | |
} | |
}, | |
"client": { | |
"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": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"availability_zone": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"image": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"instance": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"machine": { | |
"type": "object", | |
"properties": { | |
"type": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"project": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"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": { | |
"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": { | |
"attrs": { | |
"type": "object" | |
}, | |
"container": { | |
"type": "object", | |
"properties": { | |
"labels": { | |
"type": "object" | |
} | |
} | |
} | |
} | |
}, | |
"ecs": { | |
"type": "object", | |
"properties": { | |
"version": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"elasticsearch": { | |
"type": "object", | |
"properties": { | |
"audit": { | |
"type": "object", | |
"properties": { | |
"action": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"event_type": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"indices": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"layer": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"message": { | |
"norms": false, | |
"type": "text" | |
}, | |
"origin": { | |
"type": "object", | |
"properties": { | |
"type": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"realm": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"request": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"search": { | |
"type": "object", | |
"properties": { | |
"date_range": { | |
"type": "object", | |
"properties": { | |
"from": { | |
"type": "date" | |
}, | |
"to": { | |
"type": "date" | |
} | |
} | |
} | |
} | |
}, | |
"url": { | |
"type": "object", | |
"properties": { | |
"params": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"user": { | |
"type": "object", | |
"properties": { | |
"realm": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"roles": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
} | |
} | |
}, | |
"cluster": { | |
"type": "object", | |
"properties": { | |
"name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"uuid": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"component": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"deprecation": { | |
"type": "object" | |
}, | |
"gc": { | |
"type": "object", | |
"properties": { | |
"heap": { | |
"type": "object", | |
"properties": { | |
"size_kb": { | |
"type": "long" | |
}, | |
"used_kb": { | |
"type": "long" | |
} | |
} | |
}, | |
"jvm_runtime_sec": { | |
"type": "float" | |
}, | |
"old_gen": { | |
"type": "object", | |
"properties": { | |
"size_kb": { | |
"type": "long" | |
}, | |
"used_kb": { | |
"type": "long" | |
} | |
} | |
}, | |
"phase": { | |
"type": "object", | |
"properties": { | |
"class_unload_time_sec": { | |
"type": "float" | |
}, | |
"cpu_time": { | |
"type": "object", | |
"properties": { | |
"real_sec": { | |
"type": "float" | |
}, | |
"sys_sec": { | |
"type": "float" | |
}, | |
"user_sec": { | |
"type": "float" | |
} | |
} | |
}, | |
"duration_sec": { | |
"type": "float" | |
}, | |
"name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"parallel_rescan_time_sec": { | |
"type": "float" | |
}, | |
"scrub_string_table_time_sec": { | |
"type": "float" | |
}, | |
"scrub_symbol_table_time_sec": { | |
"type": "float" | |
}, | |
"weak_refs_processing_time_sec": { | |
"type": "float" | |
} | |
} | |
}, | |
"stopping_threads_time_sec": { | |
"type": "float" | |
}, | |
"tags": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"threads_total_stop_time_sec": { | |
"type": "float" | |
}, | |
"young_gen": { | |
"type": "object", | |
"properties": { | |
"size_kb": { | |
"type": "long" | |
}, | |
"used_kb": { | |
"type": "long" | |
} | |
} | |
} | |
} | |
}, | |
"index": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"node": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"server": { | |
"type": "object", | |
"properties": { | |
"gc": { | |
"type": "object", | |
"properties": { | |
"collection_duration": { | |
"type": "object", | |
"properties": { | |
"ms": { | |
"type": "float" | |
} | |
} | |
}, | |
"observation_duration": { | |
"type": "object", | |
"properties": { | |
"ms": { | |
"type": "float" | |
} | |
} | |
}, | |
"overhead_seq": { | |
"type": "long" | |
}, | |
"young": { | |
"type": "object", | |
"properties": { | |
"one": { | |
"type": "long" | |
}, | |
"two": { | |
"type": "long" | |
} | |
} | |
} | |
} | |
}, | |
"stacktrace": { | |
"ignore_above": 1024, | |
"index": false, | |
"type": "keyword" | |
} | |
} | |
}, | |
"shard": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"slowlog": { | |
"type": "object", | |
"properties": { | |
"extra_source": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"logger": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"routing": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"search_type": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"source": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"source_query": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"stats": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"took": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"total_hits": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"total_shards": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"type": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"types": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
} | |
} | |
}, | |
"error": { | |
"type": "object", | |
"properties": { | |
"code": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"id": { | |
"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" | |
} | |
} | |
}, | |
"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" | |
} | |
} | |
}, | |
"fileset": { | |
"type": "object", | |
"properties": { | |
"name": { | |
"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": { | |
"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": { | |
"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" | |
}, | |
"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" | |
}, | |
"status_code": { | |
"type": "long" | |
} | |
} | |
}, | |
"version": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"icmp": { | |
"type": "object", | |
"properties": { | |
"code": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"type": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"igmp": { | |
"type": "object", | |
"properties": { | |
"type": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"input": { | |
"type": "object", | |
"properties": { | |
"type": { | |
"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" | |
} | |
} | |
}, | |
"kafka": { | |
"type": "object", | |
"properties": { | |
"block_timestamp": { | |
"type": "date" | |
}, | |
"key": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"offset": { | |
"type": "long" | |
}, | |
"partition": { | |
"type": "long" | |
}, | |
"topic": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"kibana": { | |
"type": "object", | |
"properties": { | |
"log": { | |
"type": "object", | |
"properties": { | |
"meta": { | |
"type": "object" | |
}, | |
"state": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"tags": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
} | |
} | |
}, | |
"labels": { | |
"type": "object" | |
}, | |
"log": { | |
"type": "object", | |
"properties": { | |
"file": { | |
"type": "object", | |
"properties": { | |
"path": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"flags": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"level": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"logger": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"offset": { | |
"type": "long" | |
}, | |
"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" | |
}, | |
"source": { | |
"type": "object", | |
"properties": { | |
"address": { | |
"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": { | |
"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" | |
}, | |
"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" | |
} | |
} | |
}, | |
"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" | |
} | |
} | |
}, | |
"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": { | |
"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" | |
}, | |
"program": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"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" | |
} | |
} | |
} | |
} | |
}, | |
"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": { | |
"type": "object", | |
"properties": { | |
"ephemeral_id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"node": { | |
"type": "object", | |
"properties": { | |
"name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"state": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"type": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"version": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"source": { | |
"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" | |
} | |
} | |
} | |
} | |
} | |
} | |
}, | |
"stream": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"syslog": { | |
"type": "object", | |
"properties": { | |
"facility": { | |
"type": "long" | |
}, | |
"facility_label": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"priority": { | |
"type": "long" | |
}, | |
"severity_label": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"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" | |
} | |
} | |
}, | |
"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" | |
} | |
} | |
}, | |
"tracing": { | |
"type": "object", | |
"properties": { | |
"trace": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
}, | |
"transaction": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
} | |
} | |
} | |
} | |
}, | |
"url": { | |
"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", | |
"fields": { | |
"text": { | |
"norms": false, | |
"type": "text" | |
} | |
} | |
}, | |
"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": { | |
"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" | |
} | |
} | |
} | |
} | |
}, | |
"user_agent": { | |
"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", | |
"fields": { | |
"text": { | |
"norms": false, | |
"type": "text" | |
} | |
} | |
}, | |
"full_name": { | |
"ignore_above": 1024, | |
"type": "keyword" | |
}, | |
"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" | |
} | |
} | |
}, | |
"version": { | |
"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" | |
} | |
} | |
} | |
} | |
}, | |
"aliases": { | |
"filebeat-elastic-cloud-logs-8": {} | |
} | |
}, | |
"index_patterns": [ | |
"elastic-cloud-logs-8*" | |
], | |
"data_stream": { | |
"hidden": false, | |
"allow_custom_routing": false | |
}, | |
"composed_of": [], | |
"allow_auto_create": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment