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

Nested aggregation in Kibana visualization #135174

Closed
Sandy381 opened this issue Jun 26, 2022 · 1 comment
Closed

Nested aggregation in Kibana visualization #135174

Sandy381 opened this issue Jun 26, 2022 · 1 comment
Labels
needs-team Issues missing a team label

Comments

@Sandy381
Copy link

Need nested aggregation feature in kibana visualization

Details: Let's say there is database called fruits.There are value counts of oranges & apples for every user.

So here is table:

user 1: Apples -3 , oranges - 5
user 2: Apples -3 , oranges - 6
user 3: Apples -5 , oranges - 5

Now if I want to know how many users are having 3 apples , the answer is 2 users.

This is dynamic value & always changing.

I can use nested aggregation query only in elasticsearch.

It will be helpful if we can have nested aggregation atleast in data table visualizationin metric - nested count of (count) or similar way.

@botelastic botelastic bot added the needs-team Issues missing a team label label Jun 26, 2022
@jsanz
Copy link
Member

jsanz commented Jun 27, 2022

Duplicate of #1084

@jsanz jsanz marked this as a duplicate of #1084 Jun 27, 2022
@jsanz jsanz closed this as completed Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-team Issues missing a team label
Projects
None yet
Development

No branches or pull requests

2 participants