Skip to content
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

Adds cumulative sum aggregation #11825

Merged
merged 1 commit into from Jun 25, 2015
Merged

Adds cumulative sum aggregation #11825

merged 1 commit into from Jun 25, 2015

Commits on Jun 25, 2015

  1. Aggregations: Adds cumulative sum aggregation

    This adds a new pipeline aggregation, the cumulative sum aggregation. This is a parent aggregation which must be specified as a sub-aggregation to a histogram or date_histogram aggregation. It will add a new aggregation to each bucket containing the sum of a specified metrics over this and all previous buckets.
    colings86 committed Jun 25, 2015
    Copy the full SHA
    f21924a View commit details
    Browse the repository at this point in the history