Skip to content

How to set max_buckets to overcome Too Many Buckets Exception #1494

@Whatapalaver

Description

@Whatapalaver

I am trying to expand the size of my aggregations but am falling foul of the 10000 max buckets.
I can see that I can override this with max_buckets but it is not clear to me where I set this.

I have tried:
s = s.max_buckets(size=65000)
and
s = s.max_buckets(65000)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions