Closed
Description
Add a circuit breaker that limits the amount of memory an aggregation can use. For example, breaker.search.aggregation_memory.limit
.
This should work better than max_buckets, as this would be more dynamic.
This issue was first raised as part of #62457 .