mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Allowing alerts table to show up for user defined rules
This commit is contained in:
parent
c24b730fb8
commit
23811ee215
1 changed files with 1 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue