-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:AlertingTeam:ResponseOpsPlatform ResponseOps team (formerly the Cases and Alerting teams) t//Platform ResponseOps team (formerly the Cases and Alerting teams) t//good first issuelow hanging fruitlow hanging fruit
Description
It was recently noted that the index threshold alertType does not provide a defaultActionMessage - but it seems like it should. That would go in the object returned here:
Lines 13 to 22 in 6d819b7
| export function getAlertType(): AlertTypeModel<IndexThresholdAlertParams, AlertsContextValue> { | |
| return { | |
| id: '.index-threshold', | |
| name: 'Index threshold', | |
| iconClass: 'alert', | |
| alertParamsExpression: lazy(() => import('./expression')), | |
| validate: validateExpression, | |
| requiresAppContext: false, | |
| }; | |
| } |
Metadata
Metadata
Labels
Feature:AlertingTeam:ResponseOpsPlatform ResponseOps team (formerly the Cases and Alerting teams) t//Platform ResponseOps team (formerly the Cases and Alerting teams) t//good first issuelow hanging fruitlow hanging fruit