Hello,
My doc look like
{
"path": "/foo/bar",
"userId" : "33",
}
I would like to have the number of userId who have more than
- 100 docs
- between 50 and 100 docs
- less than 100 docs
I try to use different aggregation but I don't know how to make range aggregation on the count of another aggregation
Thanks for your help,