Symantec Endpoint Security Modeling Rule

Modeling Rule

Symantec Endpoint Security

Details

IDSymantec_Endpoint_Security_ModelingRule
From Version8.15.0

Schema

symantec_endpoint_security_raw

Field Type Array?
actor string
attacks string
count string
device_domain string
device_name string
device_networks string
device_os_name string
device_uid string
feature_name string
message string
scan_name string
threat string
type string
type_id string
url string
user string
user_name string
{
    "symantec_endpoint_security_raw": {
      "device_networks": {
        "type": "string",
        "is_array": false
      },
      "type": {
        "type": "string",
        "is_array": false
      },
      "feature_name": {
        "type": "string",
        "is_array": false
      },
      "user": {
        "type": "string",
        "is_array": false
      },
      "user_name": {
        "type": "string",
        "is_array": false
      },
      "device_domain": {
        "type": "string",
        "is_array": false
      },
      "device_name": {
        "type": "string",
        "is_array": false
      },
      "device_uid": {
        "type": "string",
        "is_array": false
      },
      "actor": {
        "type": "string",
        "is_array": false
      },
      "device_os_name": {
        "type": "string",
        "is_array": false
      },
      "type_id": {
        "type": "string",
        "is_array": false
      },
      "url": {
        "type": "string",
        "is_array": false
      },
      "threat": {
        "type": "string",
        "is_array": false
      },
      "message": {
        "type": "string",
        "is_array": false
      },
      "scan_name": {
        "type": "string",
        "is_array": false
      },
      "count": {
        "type": "string",
        "is_array": false
      },
      "attacks": {
        "type": "string",
        "is_array": false
      }
    }
  }