Get more facets, disregarding the max_buckets setting?

For a price facet (represented by a histogram slider) I'd like to retrieve all my prices of the shop in an aggregated search. However, there is a max of the amount of buckets by the search.max_buckets setting (10.000 by default), and the number of facets will exceed this by far.

Now, first of all, I can't change this setting, since it's not allowed by Elastic Cloud, but obviously this setting is there for a reason, so is there a way to achieve my goal, bypassing this setting?

What would the way to go here?

okay, rubber ducking all the way here..
Histogram aggregation was the fix here..

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