-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ML] Fixes anomaly detection validation when using advanced properties in the analysis config #82703
[ML] Fixes anomaly detection validation when using advanced properties in the analysis config #82703
Conversation
Pinging @elastic/ml-ui (:ml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💔 Build Failed
Failed CI Steps
Test FailuresX-Pack Accessibility Tests.x-pack/test/accessibility/apps/dashboard_edit_panel·ts.Dashboard Edit Panel "before all" hook for " A11y test on dashboard edit panel menu options"Standard Out
Stack Trace
X-Pack API Integration Tests (Security Basic).x-pack/test/api_integration/apis/security/index_fields·ts.security (basic license) Index Fields "before all" hook in "Index Fields"Standard Out
Stack Trace
Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/security/secure_roles_perm·js.security app secure roles and permissions "before all" hook for "should add new role logstash_reader"Standard Out
Stack Trace
and 9 more failures, only showing the first 3. Metrics [docs]Module Count
Async chunks
Saved Objects .kibana field count
History
To update your PR or re-run it, just comment with: |
Fixes validation of anomaly detection jobs in the advanced job wizard when the configuration has been edited to include one of the following properties in the
analysis_config
:categorization_analyzer
categorization_filters
latency
multivariate_by_fields
This has been done by adding items which were in the
analysis_config
interface but not the schema.Fixes #82698