-
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
Fixes parent pipeline aggregations with custom metric and custom sort order #93276
Conversation
Pinging @elastic/kibana-app-services (Team:AppServices) |
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.
Code change LGTM, but there is a functional test failing.
@elasticmachine merge upstream |
f55fbd7
to
557d9e0
Compare
💔 Backport failed❌ 7.12: Commit could not be cherrypicked due to conflicts To backport manually, check out the target branch and run: |
@ppisljar the PR title here doesn't really fit our release note style. It doesn't tell a user what was fixed. Also, I think you need to include the 7.13.0 tag for backporting |
…into actions/terminology-api * 'actions/terminology-api' of github.com:gmmorris/kibana: Make Dashboard Unsaved Changes Space Specific (elastic#92680) Hide Value and Funtional boost for geolocation (elastic#93683) [Fleet] Set all keyword and text fields for `index.query.default_field` index template setting (elastic#91791) can not query the world (elastic#93556) [Security Solutions] Sets our default date time to be "today" instead of "Last 24 hours" to enable cachability and fixes one date math bug in the URL (elastic#93548) [Security Solution][Endpoint][Admin][Policy] Register as AV os restrictions tooltip note (elastic#93306) fix agg config sub agg dsl generation (elastic#93276)
# Conflicts: # api_docs/data.json # api_docs/data_search.json
💚 Build SucceededMetrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
# Conflicts: # api_docs/data.json # api_docs/data_search.json
Summary
Parent pipeline aggregations with custom metric and custom sort order on the bucket work again in visualize.
Resolves #87511
For maintainers