SEND_ALERT_WITH_DATA
Send an alert to a 3rd party alerting/monitoring system (e.g. Splunk On-Call, PagerDuty, etc.). The alert is sent along with a snapshot of properties described by the selected data collection.
Usage
SEND_ALERT_WITH_DATA(severity, title, message, dataCollection)
Parameters
severity |
String |
The severity of the alert. |
title |
String |
The title of the alert. |
message |
String |
The description of the alert. |
dataCollection |
String |
The name of the data collection to send along with the alert. |
Returns
Action
Remarks
Each alert provider uses different values to express severity. While Slack lets you use any word, Splunk only accepts “CRITICAL”, “WARNING” or “INFO”. PagerDuty accepts “critical”, “error”, “warning” or “info”.