Trace http_request problem

Hi,

I am an elastic cloud user with a budgeted cluster :slight_smile:

Could someone please help me, how to find out which requests to my Elastic search cluster which causing the following problem:

    {
    "statusCode": 429,
    "error": "Too Many Requests",
    "message": "[circuit_breaking_exception] [parent] Data too large, data for [<http_request>] would be [1035028792/987mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1035028792/987mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=4441/4.3kb, in_flight_requests=2380822/2.2mb, accounting=65391352/62.3mb], with { bytes_wanted=1035028792 & bytes_limit=1020054732 & durability=\"PERMANENT\" }"
    }

I'd like to cut down whichever requests causing that.

Thanks in advance.

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