elastic/kibana

[ML] Job friendly Display name not shown in the UI when creating/cloning a job

Open

#177848 opened on Feb 28, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (19,065 stars) (8,021 forks)batch import
:mlFeature:Anomaly Detectionenhancementgood first issue

Description

Describe the feature: Introduced by this change, the UI uses the security_app_display_name to list the jobs names, however, when cloning a job, this field is not shown in the UI.

The request is to have also this field in the UI along with Job ID and Description so that the user can edit it during the job cloning/creation process.

Anomaly_Detection_Jobs_-Machine_Learning-_Elastic

Describe a specific use case for the feature: When cloning new Jobs to another space and going to security rules and try to to select the new Job, the UI doesn't distinguish the newly created Job vs the original default Job. We see 2 ML jobs with the same name and description.

Workaround: Edit the JSON before saving the new job to change this field.

Contributor guide