diff --git a/x-pack/legacy/plugins/siem/public/components/ml_popover/ml_modules.tsx b/x-pack/legacy/plugins/siem/public/components/ml_popover/ml_modules.tsx index 99d805b8e9234..b956cf2c1494c 100644 --- a/x-pack/legacy/plugins/siem/public/components/ml_popover/ml_modules.tsx +++ b/x-pack/legacy/plugins/siem/public/components/ml_popover/ml_modules.tsx @@ -9,4 +9,10 @@ * Detection UI. Added as part of: https://github.com/elastic/kibana/pull/39678/files * */ -export const mlModules: string[] = ['siem_auditbeat', 'siem_winlogbeat']; +export const mlModules: string[] = [ + 'siem_auditbeat', + 'siem_auditbeat_auth', + 'siem_packetbeat', + 'siem_winlogbeat', + 'siem_winlogbeat_auth', +];