Proofpoint Email Security Modeling Rule

Modeling Rule

Proofpoint Email Security

Details

IDproofpoint_email_security_ModelingRule
From Version8.15.0
Tagsproofpoint

Schema

proofpoint_email_security_raw

Field Type Array?
audit string
connection string
data string
envelope string
event_type string
filter string
guid string
id string
metadata string
msg string
msgParts string
parsed_fields string
pps string
sm string
tls string
{
  "proofpoint_email_security_raw": {
      "guid": {
          "type": "string",
          "is_array": false
      },
      "msg": {
          "type": "string",
          "is_array": false
      },
      "msgParts": {
          "type": "string",
          "is_array": false
      },
      "filter": {
          "type": "string",
          "is_array": false
      },
      "connection": {
          "type": "string",
          "is_array": false
      },
      "data": {
          "type": "string",
          "is_array": false
      },
      "id": {
          "type": "string",
          "is_array": false
      },
      "pps": {
          "type": "string",
          "is_array": false
      },
      "sm": {
          "type": "string",
          "is_array": false
      },
      "tls": {
          "type": "string",
          "is_array": false
      },
      "event_type": {
          "type": "string",
          "is_array": false
      },
      "audit": {
          "type": "string",
          "is_array": false
      },
      "metadata": {
        "type": "string",
        "is_array": false
    },
    "parsed_fields": {
        "type": "string",
        "is_array": false
    },
      "envelope": {
          "type": "string",
          "is_array": false
      }
  }
}