[5.x] Sum, Avg, Min and Max bucket pipeline aggregation#10634
Merged
Conversation
Backports PR #10070 **Commit 1:** allow parent aggs to have sub aggs defined * Original sha: c8484e4 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-06T15:47:33Z **Commit 2:** adding bucket_sum aggregation * Original sha: aea3cbf * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-06T16:12:36Z **Commit 3:** adding bucket_avg, bucket_min and bucket_max * Original sha: 7602ee1 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-07T08:49:58Z **Commit 4:** fixing based on UI review * Original sha: 8af734c * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-15T11:57:40Z **Commit 5:** adding tests * Original sha: 690dc6b * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-15T12:21:28Z **Commit 6:** disable terms sorting on pipeline aggs * Original sha: 7e3a32c * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-16T09:11:54Z **Commit 7:** fixing based on Staceys review * Original sha: ad8b5b5 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-16T09:12:18Z **Commit 8:** adding defaults * Original sha: 0fb1d93 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-22T10:40:09Z **Commit 9:** updated based on review * Original sha: cc6c703 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-02-28T09:40:21Z **Commit 10:** fixing error with stacking * Original sha: 5848c74 * Authored by ppisljar <peter.pisljar@gmail.com> on 2017-03-01T14:17:28Z
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sum, Avg, Min and Max bucket pipeline aggregation
Backports PR #10070
Commit 1:
allow parent aggs to have sub aggs defined
Commit 2:
adding bucket_sum aggregation
Commit 3:
adding bucket_avg, bucket_min and bucket_max
Commit 4:
fixing based on UI review
Commit 5:
adding tests
Commit 6:
disable terms sorting on pipeline aggs
Commit 7:
fixing based on Staceys review
Commit 8:
adding defaults
Commit 9:
updated based on review
Commit 10:
fixing error with stacking