Group by count?

Hello all, new to Kibana so please forgive me if this is rather simple...

I have "tiers" of users that I would like to represent using the "count" of a type of log.

So when I go to create a visualization, I want to aggregate my unique users by the COUNT column in groups like 0-99, 100-199, 200-299, and so on..

Is there an easy way to accomplish this using Kibana visualizations?

You can use a range agg to do this, you just have to define the ranges manually.