-
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
[WIP][ML] Left navigation updates #204290
base: main
Are you sure you want to change the base?
Conversation
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
9f46c98
to
41320e3
Compare
c12e467
to
18a27ba
Compare
12529c1
to
b7c58a6
Compare
8673754
to
7746302
Compare
}); | ||
|
||
const machineLearningTip = i18n.translate('management.sections.machineLearningTip', { | ||
defaultMessage: 'Manage the detection of anomalies in your data', |
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.
Or maybe something like Manage your machine learning jobs and trained models
.
062d31f
to
81451e2
Compare
714e506
to
9999c68
Compare
d2388cf
to
e18252e
Compare
@elasticmachine merge upstream |
> | ||
<FormattedMessage | ||
id="xpack.ml.overview.anomalyDetection.multiMetricExplorerButtonText" | ||
defaultMessage="Multi-metric explorer" |
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.
This should say 'Anomaly Explorer' as I think we decided not to change the page name.
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.
Updated here 35d2e68
(#204290)
8191955
to
490ea88
Compare
Latest changes (as of 0306e83) now include fixing some broken links and redirecting to the new management pages: Redirecting:
Screen.Recording.2025-02-19.at.12.26.18.mov
Screen.Recording.2025-02-19.at.12.27.04.mov
Screen.Recording.2025-02-19.at.12.28.05.mov
Screen.Recording.2025-02-19.at.12.28.26.movScreen.Recording.2025-02-19.at.12.30.38.movBroken links:
|
Observability - APM- Settings - Anomaly Detection - Manage jobs Security - Rules - Detection rules - Create new rule - Select ML rule
@elasticmachine merge upstream |
Summary
Note: this is a WIP. Pushed this branch to ensure work is backed up as this PR will grow over the course of a few weeks.
This PR will include all updates to ML navigation for phase 1.
This includes reducing the left nav items within the Machine Learning plugin and creating a Machine Learning section within Stack Management to move some of those items into.
Stack management for classic/observability/security:

Stack management for search:

ML app Classic:

- note: The overview item will need a redesign as a new landing page
ML app Observability/Security:

Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:breaking
label should be applied in these situations.release_note:*
label is applied per the guidelinesIdentify risks
Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.
Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.