Other log type mappings
Security Analytics supports field mappings that are not specific to a single service or system. These mapping types are separated into the following categories:
- Application: Records application logs.
- Advanced Persistent Threat (APT): Records logs commonly associated with APT attacks.
- Compliance: Records logs related to compliance.
- macOS: Records event logs when using a Mac device to access a network.
- Proxy: Records logs related to proxy events.
- Web: Records logs related to network access from the web.
Each log type contains the same field mappings, as shown in the following code snippet:
"mappings": [
{
"raw_field":"record_type",
"ecs":"dns.answers.type"
},
{
"raw_field":"query",
"ecs":"dns.question.name"
},
{
"raw_field":"parent_domain",
"ecs":"dns.question.registered_domain"
},
{
"raw_field":"creationTime",
"ecs":"timestamp"
}
]
当前内容版权归 OpenSearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenSearch .