elastic/kibana

[ML] Resetting a job should also clear notifications

Open

#179513 opened on Mar 27, 2024

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

Description

Seen in 8.12.0

When you reset a job, we keep Job Messages. This is by design.

When you reset a job with warnings (a delayed data warning for example), the warning icon in the jobs list should also be reset. The warning icon is no longer relevant for a reset job.

Contributor guide