We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d0257 commit 14df561Copy full SHA for 14df561
x-pack/test/api_integration/apis/ml/modules/get_module.ts
@@ -25,15 +25,15 @@ const moduleIds = [
25
'nginx_ecs',
26
'sample_data_ecommerce',
27
'sample_data_weblogs',
28
+ 'security_linux',
29
+ 'security_windows',
30
'siem_auditbeat',
31
'siem_auditbeat_auth',
32
'siem_cloudtrail',
33
'siem_packetbeat',
34
'siem_winlogbeat',
35
'siem_winlogbeat_auth',
36
'uptime_heartbeat',
- 'security_linux',
- 'security_windows',
37
];
38
39
export default ({ getService }: FtrProviderContext) => {
0 commit comments