-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Summary
Related to #50879
Currently, when a user clicks on the integrations to create a ML job for a particular service, we surface just a warning message to the user saying "Job creation failed" because of licensing issue. Instead of just surfacing the error message, we should give customers the option to enable a ML trial license.
Solution
Note: The mocks below feature a new consistent header design that is yet to be implemented. I've added an example of how the context menu will be placed adjacent to the existing Integrations context menu.
Move the Machine Learning options to a new Anomaly detection context menu
- Create a new Anomaly detection context menu
- Remove Machine Learning options from the Integrations menu
- Place the Anomaly detection context menu adjacent to the Integrations context menu (this will eventually become the Alerts context menu)
Show trial option for users who are not currently appropriate license
Show EuiCallout in primary with the following setup:
- Title:
Start free 14-day Platinum license trial - Copy:
In order to access APM's anomaly detection feature, you must be subscribed to an Elastic Platinum license. With it, you'll have the ability to run Machine Learning jobs to view detected anomalies in your APM data.
- Link button
EuiButtonprimarywith copyStart free 14-day trial- links to License management page


