-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Fixes errors in JSON of SIEM module job configurations #48508
[ML] Fixes errors in JSON of SIEM module job configurations #48508
Conversation
Pinging @elastic/ml-ui (:ml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for fixing these links!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested the jobs with recognizer. With the datasets I used I got running jobs + anomalies for all jobs, except windows_rare_user_runas_event.json
didn't come up with any results, but the job ran successfully.
…48508) * [ML] Fixes errors in JSON of SIEM module job configurations * [ML] Fixes queries in custom URLs for two SIEM jobs
…48508) * [ML] Fixes errors in JSON of SIEM module job configurations * [ML] Fixes queries in custom URLs for two SIEM jobs
💚 Build Succeeded |
Summary
Fixes errors in the JSON of five of the SIEM module job configration files, introduced in #48123, which was preventing the jobs loading and running correctly.
Also removes the job and datafeed configuration files for the
suspicious_login_activity_ecs
job which had been incorrectly left inside thesiem_auditbeat
module when that job was moved to the newsiem_auditbeat_auth
module (note this job was had already been removed from themanifest.json
file so the job was no longer loaded in thesiem_auditbeat
module).Plus a fix for the custom URLs for
linux_anomalous_network_port_activity_ecs
andwindows_anomalous_user_name_ecs
, to ensure the anomalous process / user name is passed in the right format for the query bar on the SIEM dashboard.