Microsoft DNS Modeling Rule

Modeling Rule

Microsoft DNS

Details

IDMicrosoft_DNS_ModelingRule
From Version8.4.0

Schema

microsoft_dns_raw

Field Type Array?
_raw_log string
channel string
computer_name string
dstPort string
event_action string
event_data string
event_id int
host_name string
log_level string
message string
opcode string
process_pid int
process_thread_id int
protocol string
provider_name string
questionName string
questionType string
record_id int
responseCode string
sourceIp string
sourcePort string
task string
user string
{
    "microsoft_dns_raw": {
    "_raw_log": {
        "type": "string",
        "is_array": false
    },
    "sourcePort": {
        "type": "string",
        "is_array": false
    },
    "sourceIp": {
        "type": "string",
        "is_array": false
    },
    "responseCode": {
        "type": "string",
        "is_array": false
    },
    "questionName": {
        "type": "string",
        "is_array": false
    },
    "questionType": {
        "type": "string",
        "is_array": false
    },
    "dstPort": {
        "type": "string",
        "is_array": false
    },
    "protocol": {
        "type": "string",
        "is_array": false
    },
    "user": {
        "type": "string",
        "is_array": false
    },
    "event_data": {
        "type": "string",
        "is_array": false
    },
    "event_id": {
        "type": "int",
        "is_array": false
    },
    "record_id": {
        "type": "int",
        "is_array": false
    },
    "process_pid": {
        "type": "int",
        "is_array": false
    },
    "process_thread_id": {
        "type": "int",
        "is_array": false
    },
    "event_action": {
        "type": "string",
        "is_array": false
    },
    "task": {
        "type": "string",
        "is_array": false
    },
    "opcode": {
        "type": "string",
        "is_array": false
    },
    "log_level": {
        "type": "string",
        "is_array": false
    },
    "channel": {
        "type": "string",
        "is_array": false
    },
    "message": {
        "type": "string",
        "is_array": false
    },
    "host_name": {
        "type": "string",
        "is_array": false
    },
    "computer_name": {
        "type": "string",
        "is_array": false
    },
    "provider_name": {
        "type": "string",
        "is_array": false
    }                               
  }
}