Group by count

Hi,
I wanna create a visualization where I group users in ranges [1 to 10] [10 to 20] etc depending on how many times they visited a specific page. For example:
10 users visited the page between [1 to 10] times
5 users visited the page between [10 to 20] times

At the moment I have a visualization with count of visits per user_id but how do I add ranges for the count?

There isn't a way to accomplish this in Kibana currently. Is the nature of your use case one where the data that you're indexing can already by grouped by user with counts of visits per page?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.