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

Support for Composite Aggregations in Kibana #36551

Closed
alexfrancoeur opened this issue May 14, 2019 · 2 comments
Closed

Support for Composite Aggregations in Kibana #36551

alexfrancoeur opened this issue May 14, 2019 · 2 comments
Labels
discuss enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@alexfrancoeur
Copy link

Some users would prefer that we use composite aggregations to avoid bucket explosion in the user defined aggregations. Canvas takes advantage of this by default through SQL, so it's possible we could support this in visualize (and Lens) natively.

Example:

User X was trying to build a typical line chart based on some value plotted over range, but wanted to keep the granularity of the points very low (i.e., plot lots of points) while using a large time range. Kibana currently increases the interval on the date histogram to avoid a bucket explosion in the generated aggregations. But since 6.1 and composite aggregations, it seems like we could remove this restriction and simply switch to using a composite aggregation at a certain threshold of buckets, or date range?

@alexfrancoeur alexfrancoeur added discuss enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure labels May 14, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@timroes
Copy link
Contributor

timroes commented May 14, 2019

I'll close this as a duplicate of #26528 (which tracks composite in tables) and #34022 (which will support pagination and from talks I had with @lukasolson so far, we're also planning to have the new courier support pagination on aggregated results).

@timroes timroes closed this as completed May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

3 participants