Forum Discussion

mperrotta's avatar
mperrotta
Brass Contributor
Apr 15, 2020

Detailed Email Alerts

One area that I haven't seen covered is how to get more detail into email alerts that may be generated as the result of a playbook execution. You can get basic alert information but no information on the event data.

 

I configured this playbook which will run the query that is part of the analytic rule and send those in an email formatted as an HTML table.

 

 

 

 

This is the JSON schema:

{
    "properties": {
        "Query": {
            "type": "string"
        },
        "Query End Time UTC": {
            "type": "string"
        },
        "Query Period": {
            "type": "string"
        },
        "Query Results Aggregation Kind": {
            "type": "string"
        },
        "Query Start Time UTC": {
            "type": "string"
        },
        "Search Query Results Overall Count": {
            "type": "string"
        },
        "Total Account Entities": {
            "type": "string"
        },
        "Total Host Entities": {
            "type": "string"
        },
        "Total URL Entities": {
            "type": "string"
        },
        "Trigger Operator": {
            "type": "string"
        },
        "Trigger Threshold": {
            "type": "string"
        }
    },
    "type": "object"
}

  Hope this is helpful for some of you.

7 Replies

Resources