Skip to content

Commit

Permalink
rename anomaly detection alerting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Dec 18, 2023
1 parent 387cb38 commit d27907b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function registerAnomalyDetectionAlertType({
>({
id: ML_ALERT_TYPES.ANOMALY_DETECTION,
name: i18n.translate('xpack.ml.anomalyDetectionAlert.name', {
defaultMessage: 'Anomaly detection alert',
defaultMessage: 'Anomaly detection',
}),
actionGroups: [THRESHOLD_MET_GROUP],
defaultActionGroupId: ANOMALY_SCORE_MATCH_GROUP_ID,
Expand Down

0 comments on commit d27907b

Please sign in to comment.