-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Adding v3 modules for Security_Linux and Security_Windows and De…
…precating v1 + v2 (#131166) * consolidate Security ML Modules * removal of auditbeat host processes ecs module * removing siem_winlogbeat_auth after consolidating into windows_security * renamed to avoid job collisions * Update recognize_module.ts removed references to deprecated v1 modules which no longer exist * test fixes remove references to deprecated module and modify module names to match the latest v3 modules being committed. * Update recognize_module.ts think this is what the linter wants * deprecating winlogbeat and auditbeat modules * fixes test post-deprecation of modules * fixes typo in test * revert linting changes * revert linting changes pt2 * fixing test in setup_module.ts * ml module refactor * manifest, job, and datafeed cleanup based on PR feedback * commenting out security solution tests for ML Modules * modified ml module tests and job descriptions * Update datafeed_auth_high_count_logon_events_for_a_source_ip.json added test for existence of source.ip field per #131376 * Update datafeed_auth_high_count_logon_events_for_a_source_ip.json formatting * descriptions standardized descriptions between Linux and Windows jobs; removed the term "services" from the rare process jobs because it has a special meaning under Windows and is the target of a different job; added a sentence to the sudo job description, I think this was a stub description that never got fleshed out when it was developed. * tags added job tags * tags added Linux job tags * tags * linting remove a dup json element * Update v3_windows_anomalous_script.json add the Security: Windows prefix which was missing * Update v3_linux_anomalous_network_activity.json missing bracket * Update v3_windows_anomalous_script.json the prefix was in the wrong place Co-authored-by: Craig Chamberlain <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
31bb2c7
commit f85c39e
Showing
148 changed files
with
2,220 additions
and
3,314 deletions.
There are no files selected for viewing
12 changes: 0 additions & 12 deletions
12
...ditbeat_process_hosts_ecs/kibana/dashboard/ml_auditbeat_hosts_process_event_rate_ecs.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...auditbeat_process_hosts_ecs/kibana/dashboard/ml_auditbeat_hosts_process_explorer_ecs.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...ules/auditbeat_process_hosts_ecs/kibana/search/ml_auditbeat_hosts_process_events_ecs.json
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
..._hosts_ecs/kibana/visualization/ml_auditbeat_hosts_process_event_rate_by_process_ecs.json
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...process_hosts_ecs/kibana/visualization/ml_auditbeat_hosts_process_event_rate_vis_ecs.json
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...eat_process_hosts_ecs/kibana/visualization/ml_auditbeat_hosts_process_occurrence_ecs.json
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ck/plugins/ml/server/models/data_recognizer/modules/auditbeat_process_hosts_ecs/logo.json
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
...lugins/ml/server/models/data_recognizer/modules/auditbeat_process_hosts_ecs/manifest.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.../modules/auditbeat_process_hosts_ecs/ml/datafeed_hosts_high_count_process_events_ecs.json
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...izer/modules/auditbeat_process_hosts_ecs/ml/datafeed_hosts_rare_process_activity_ecs.json
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
...ecognizer/modules/auditbeat_process_hosts_ecs/ml/hosts_high_count_process_events_ecs.json
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
...ta_recognizer/modules/auditbeat_process_hosts_ecs/ml/hosts_rare_process_activity_ecs.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
x-pack/plugins/ml/server/models/data_recognizer/modules/security_linux/logo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"icon": "logoSecurity" | ||
} | ||
} |
Oops, something went wrong.