Allowing alerts table to show up for user defined rules

This commit is contained in:
Ying 2023-12-19 13:00:15 -05:00
parent c24b730fb8
commit 23811ee215

View file

@ -12,6 +12,7 @@ export const ruleTypeIdWithValidLegacyConsumers: Record<string, string[]> = {
transform_health: [ALERTS_FEATURE_ID],
'.index-threshold': [ALERTS_FEATURE_ID],
'.geo-containment': [ALERTS_FEATURE_ID],
'.user-defined': [ALERTS_FEATURE_ID],
'.es-query': [ALERTS_FEATURE_ID, 'discover'],
'xpack.ml.anomaly_detection_alert': [ALERTS_FEATURE_ID],
'xpack.ml.anomaly_detection_jobs_health': [ALERTS_FEATURE_ID],