Hi,
I have an elasticsearch instance running and am connecting to it from sensei (version 1.8 ). When trying to view reports I get the following error:
{
"error": {
"root_cause": [
{
"type": "circuit_breaking_exception",
"reason": "[parent] Data too large, data for [] would be [1039763720/991.5mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1039763184/991.5mb], new bytes reserved: [536/536b], usages [request=0/0b, fielddata=142807/139.4kb, in_flight_requests=536/536b, model_inference=0/0b, accounting=59793368/57mb]",
"bytes_wanted": 1039763720,
"bytes_limit": 1020054732,
"durability": "PERMANENT"
}
],
"type": "circuit_breaking_exception",
"reason": "[parent] Data too large, data for [] would be [1039763720/991.5mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1039763184/991.5mb], new bytes reserved: [536/536b], usages [request=0/0b, fielddata=142807/139.4kb, in_flight_requests=536/536b, model_inference=0/0b, accounting=59793368/57mb]",
"bytes_wanted": 1039763720,
"bytes_limit": 1020054732,
"durability": "PERMANENT"
},
"status": 429
}
I am building up logging for about 365 days and am about 90 days in.. could the ammount of kept logs be too large ?
Hi @actionhenkt,
Yes, it stuck at the config limit.