-
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
[Logs UI] Add analysis tab #41879
Comments
Pinging @elastic/infra-logs-ui |
Here's how the SIEM team ended up implementing the [SIEM] Adds Machine Learning Permissions to hide or show UI elements based on the permissions There's also some custom ML API error parsing for displaying errors in toasts that might be useful as well. Feel free to reach out to myself or @FrankHassanabad as we just went through this for SIEM -- happy to chat about the things we encountered along the way. |
That's very helpful, thank you! |
@spong Thanks for the above, that'll be very useful 👌 |
Summary
After the Logs UI will have gained a top-level tab bar in #39071, the tab for the new ML-based log analysis screen needs to be added there.
Acceptance criteria
Implementation notes
/api/ml/ml_capabilities
API provides details about the user's capabilities. According to @jasonrhodes's research, thecapabilities.canCreateJob
is probably the best capability to use as a visibility criterion./api/ml/jobs/jobs_summary
api, which takes a list of job ids as arguments:kibana/x-pack/legacy/plugins/ml/server/routes/job_service.js
Lines 78 to 91 in a9e0f25
The job ids used by this integration module are deterministically derived from the space id and the source id.
The text was updated successfully, but these errors were encountered: