Retarus Secure Email Gateway Modeling Rule

Modeling Rule

Retarus Secure Email Gateway

Details

IDRetarus_Secure_Email_Gateway_ModelingRule
From Version8.5.0

Schema

retarus_secure_email_gateway_raw

Field Type Array?
class string
direction string
host string
metaData string
mimeId string
recipient string
rmxId string
sender string
sourceIp string
status string
ts datetime
type string
version string
{
    "retarus_secure_email_gateway_raw": {
        "ts": {
            "type": "datetime",
            "is_array": false
        },
        "version": {
            "type": "string",
            "is_array": false
        },
        "host": {
            "type": "string",
            "is_array": false
        },
        "type": {
            "type": "string",
            "is_array": false
        },
        "sourceIp": {
            "type": "string",
            "is_array": false
        },
        "recipient": {
            "type": "string",
            "is_array": false
        },
        "sender": {
            "type": "string",
            "is_array": false
        },
        "direction": {
            "type": "string",
            "is_array": false
        },
        "rmxId": {
            "type": "string",
            "is_array": false
        },
        "status": {
            "type": "string",
            "is_array": false
        },
        "class": {
            "type": "string",
            "is_array": false
        },
        "mimeId": {
            "type": "string",
            "is_array": false
        },
        "metaData": {
            "type": "string",
            "is_array": false
        }
    }
}