-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Add support for percentiles aggregation to Transform wizard #60763
[ML] Add support for percentiles aggregation to Transform wizard #60763
Conversation
Pinging @elastic/ml-ui (:ml) |
.../transform/public/app/sections/create_transform/components/aggregation_list/popover_form.tsx
Outdated
Show resolved
Hide resolved
.../transform/public/app/sections/create_transform/components/aggregation_list/popover_form.tsx
Outdated
Show resolved
Hide resolved
.../transform/public/app/sections/create_transform/components/aggregation_list/popover_form.tsx
Outdated
Show resolved
Hide resolved
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.
Functional test LGTM
fc34ed6
to
4fd072b
Compare
retest |
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
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.
Latest edits LGTM
) (#61044) * [ML] Add support for percentiles aggregation to Transform wizard * [ML] Fix type error and comments from review * [ML] Remove unused function Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
* master: Updating our direct usage of https-proxy-agent to 5.0.0 (elastic#58296) allow users to unset the throttle of an alert (elastic#60964) [Lens] Fix bug in metric config panel (elastic#60982) [SearchProfiler] Minor fixes (elastic#60919) [ML] Renaming ML setup and start contracts (elastic#60980) introduce StartServicesAccessor type for `CoreSetup.getStartServices` (elastic#60748) [SIEM][Detection Engine] Add rule's notification alert type (elastic#60832) [APM] Re-revert "Collect telemetry about data/API performance" (elastic#61030) [NP] Graph: get rid of saved objects class wrapper (elastic#59917) [EPM] merge duplicate fields when creating index patterns (elastic#60957) [Uptime] Ml detection of duration anomalies (elastic#59785) [Alerting] removes unimplemented buttons from Alert Details page (elastic#60934) [skip-ci] Fix CODEOWNERS paths for the Pulse team (elastic#60944) [APM] Threshold alerts (elastic#59566) [ML] Add support for percentiles aggregation to Transform wizard (elastic#60763) Cahgen save object duplicate message (elastic#60901)
Summary
Adds support for the percentiles aggregation into the Create Transform wizard.
The default percentiles (1, 5, 25, 50, 75, 95, 99) can be edited using the edit aggregation popover:
Checklist
Fixes #60010