{"statusCode":429,"error":"Too Many Requests","message":"[circuit_breaking_exception] [parent] Data too large, data for

Hi Team,

Below are the errors i can see while loading the kibana dashboard and fetching the data of 1 month, can any please help on this.

[esaggs] > Request to Elasticsearch failed: {"message":"An internal server error occurred","statusCode":500,"error":"Internal Server Error"}

{"statusCode":429,"error":"Too Many Requests","message":"[circuit_breaking_exception] [parent] Data too large, data for [<http_request>] would be [996290088/950.1mb], which is larger than the limit of [986061209/940.3mb], real usage: [996290088/950.1mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=560694/547.5kb, in_flight_requests=0/0b, accounting=163319018/155.7mb], with { bytes_wanted=996290088 & bytes_limit=986061209 & durability="PERMANENT" }"}

Thanks
Nikhilesh Gade

Can any please help on this? how to fix the issue?

Thanks
Nikhilesh Gade

It seems like there is a query triggered by a visualization on that dashboard that becomes very expensive when a full month of data is queried.

A common case is a hardcoded date histogram interval which is set to a small value. Is that the case on your dashboard? What visualizations are you using? Also, what version of Kibana are you running?