Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Adding v3 modules for Security_Linux and Security_Windows and Deprecating v1 + v2 #128099

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a8d2ebb
consolidate Security ML Modules
bfilar Mar 9, 2022
d3d25c6
removal of auditbeat host processes ecs module
bfilar Mar 9, 2022
95b7c8e
removing siem_winlogbeat_auth after consolidating into windows_security
bfilar Mar 10, 2022
dc6aac6
renamed to avoid job collisions
bfilar Mar 18, 2022
2952d2a
Update recognize_module.ts
randomuserid Mar 21, 2022
014896b
test fixes
randomuserid Mar 21, 2022
6017c46
Merge branch 'main' into bfilar-ml-refactor
kibanamachine Mar 21, 2022
c34ae06
Update recognize_module.ts
randomuserid Mar 21, 2022
39ee594
Merge branch 'bfilar-ml-refactor' of https://github.com/elastic/kiban…
randomuserid Mar 21, 2022
5c316a2
Merge branch 'main' into bfilar-ml-refactor
kibanamachine Mar 21, 2022
755b26e
deprecating winlogbeat and auditbeat modules
bfilar Mar 21, 2022
3a16dd1
fixes test post-deprecation of modules
bfilar Mar 21, 2022
b37e0df
fixes typo in test
bfilar Mar 21, 2022
ff9aee5
revert linting changes
bfilar Mar 22, 2022
d4e3cba
revert linting changes pt2
bfilar Mar 22, 2022
b59d8b9
fixing test in setup_module.ts
bfilar Mar 22, 2022
e93ab8a
Fix setup_module tests
pheyos Mar 22, 2022
544ffde
Update create_ml.ts
randomuserid Mar 22, 2022
3206df9
disable two tests
randomuserid Mar 22, 2022
d159f08
Update create_ml.ts
randomuserid Mar 22, 2022
2876770
Merge branch 'main' into bfilar-ml-refactor
randomuserid Mar 23, 2022
3a5ee00
Merge branch 'main' into bfilar-ml-refactor
kibanamachine Mar 23, 2022
71f6235
Update create_ml.ts
randomuserid Mar 23, 2022
ec292c8
Merge branch 'bfilar-ml-refactor' of https://github.com/elastic/kiban…
randomuserid Mar 23, 2022
4bb555d
Merge branch 'main' into bfilar-ml-refactor
randomuserid Mar 23, 2022
574d41c
Merge branch 'main' into bfilar-ml-refactor
kibanamachine Mar 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
{
"id": "auth_rare_user",
"file": "auth_rare_user.json"
},
{
"id": "suspicious_login_activity_ecs",
"file": "suspicious_login_activity_ecs.json"
}
],
"datafeeds": [
Expand Down Expand Up @@ -73,6 +77,11 @@
"id": "datafeed-auth_rare_user",
"file": "datafeed_auth_rare_user.json",
"job_id": "auth_rare_user"
},
{
"id": "datafeed-suspicious_login_activity_ecs",
"file": "datafeed_suspicious_login_activity_ecs.json",
"job_id": "suspicious_login_activity_ecs"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"icon": "logoSecurity"
}
}
Loading