[ML] Anomaly Detection: Custom rule may prevent job cloning #77441
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Anomaly Detection
ML anomaly detection
:ml
v7.8.1
Custom rules may trigger errors in the advanced wizard when cloning a job. Failing job validation may block a user from cloning the job.
On the first step of the job wizard, model memory estimation may fail. This is just a warning message and will not block the user from moving on with the wizard.
However, the validation step may fail completely and block the user from moving on:
The errors relate to parsing errors with custom rules:
Workaround
On the second wizard step "Pick fields", use the "Edit JSON" button to open the editing flyout and remove the
custom_rules
section:Save the change and return to the wizard. The removed custom rules should allow you to pass the validation step.
Unfortunately you may hit a problem where the JSON editor's save button may stay grayed out even if you changed the configuration. I could work around that by also removing e.g. the custom URLs section.
The text was updated successfully, but these errors were encountered: