# Get more facets, disregarding the max\_buckets setting?

**URL:** https://discuss.elastic.co/t/get-more-facets-disregarding-the-max-buckets-setting/197190
**Category:** Elasticsearch
**Created:** [August 28, 2019, 6:56pm UTC](https://discuss.elastic.co/t/get-more-facets-disregarding-the-max-buckets-setting/197190 "2019-08-28T18:56:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![uprise10](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/uprise10/32/12759_2.png) [@uprise10](https://discuss.elastic.co/u/uprise10)
#### Post date: [August 28, 2019, 6:56pm UTC](https://discuss.elastic.co/t/get-more-facets-disregarding-the-max-buckets-setting/197190/1 "2019-08-28T18:56:27Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![uprise10](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/uprise10/32/12759_2.png) [@uprise10](https://discuss.elastic.co/u/uprise10)
#### Post date: [August 28, 2019, 7:35pm UTC](https://discuss.elastic.co/t/get-more-facets-disregarding-the-max-buckets-setting/197190/2 "2019-08-28T19:35:18Z")

</div>

okay, rubber ducking all the way here..  
[Histogram aggregation](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-histogram-aggregation.html) was the fix here..

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [September 25, 2019, 7:40pm UTC](https://discuss.elastic.co/t/get-more-facets-disregarding-the-max-buckets-setting/197190/3 "2019-09-25T19:40:36Z")

</div>

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