-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Logs UI] ML job list #64757
Copy link
Copy link
Closed
Labels
Feature:Logs UILogs UI featureLogs UI featureTeam:Infra Monitoring UI - DEPRECATEDDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Milestone
Metadata
Metadata
Assignees
Labels
Feature:Logs UILogs UI featureLogs UI featureTeam:Infra Monitoring UI - DEPRECATEDDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Type
Fields
Give feedbackNo fields configured for issues without a type.
We want to show a list of available machine learning jobs to the user. Therefore, we are going to list them in an EUI Flyout.
The ML job list
Example where no job is set up:

Example where log rate job is already set up:

each of these buttons in the cards links to the setup screen that we implemented in [Logs UI] Move ML job setup to flyout #64754
depending on the state of the job the buttons say
Enable anomaly detectionorRecreate jobadditionally, the icon changes depending on the state of the job. A new job uses the
machineLearningAppicon, an already set up job thecheckicon.log rate card description:
Use Machine Learning to automatically detect anomalous log rate counts.categorization card description:
Use Machine Learning to automatically categorize log messages.Setup view
All machine learning jobs) leading back from the setup to the job listThe flyout opens when...
ML Setupbutton on the "empty state" page.Manage ML jobsbutton in the top right corner of the anomalies tab.