-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ML] Fixing missing job_type in job messages search #55330
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] Fixing missing job_type in job messages search #55330
Conversation
|
Pinging @elastic/ml-ui (:ml) |
walterra
left a comment
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
peteharverson
left a comment
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 SucceededTo update your PR or re-run it, just comment with: |
pheyos
left a comment
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.
Tested locally and also copied the generated query over to the 7.6.0-bc1 cloud cluster where we've seen the job message issues after upgrading: Works fine.
LGTM
* master: [ML] Fixing missing job_type in job messages search (elastic#55330) [ML] Correctly pass on severity value to anomaly explorer charts. (elastic#55207)
Updates the audit message searches to match on job_type: 'anomaly_detector' or if job_type isn't present at all.
If job_type isn't present, this is a version of the .ml-notifications which predates the changes made in elastic/elasticsearch#45967
Removes unused job messages service.
This change was originally made in #45121, however that service was not being used.