"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mlModules = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ /** * ML Modules relevant to the SIEM App that should be used to display jobs within the Anomaly * Detection UI. Added as part of: https://github.com/elastic/kibana/pull/39678/files * */ const mlModules = ['security_cloudtrail', 'security_packetbeat', 'security_auth', 'security_linux_v3', 'security_network', 'security_windows_v3']; exports.mlModules = mlModules;