diff --git a/x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts b/x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts index 39d4c679a5f45..e6f112d36df0b 100644 --- a/x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts +++ b/x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts @@ -18,7 +18,7 @@ import { import { ComparatorFns, getHumanReadableComparator } from '../lib'; export const ID = '.index-threshold'; -const ActionGroupId = 'threshold met'; +export const ActionGroupId = 'threshold met'; export function getAlertType( logger: Logger,