We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Duplicate of #1084
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: