Timelion getting errors that standard visuals does not?

I have two dashboards in Kibana 7.4. One was created with the standard Kibana 'Line' visualization type, and then it was recreated with Timelion visualizations.

In the Timelion visualizations I'm seeing a lot of errors "type": "es_rejected_execution_exception." As far as I can tell the index pattern and queries are the same.

Any guesses?

Hello,

Where are you seeing these errors? Can we please get a screenshot? or log lines

Thanks,
Bhavya

Here's the full error :
{
"shard": X,
"index": "sandbox",
"node": "112345",
"reason": {
"type": "es_rejected_execution_exception",
"reason": "rejected execution of org.elasticsearch.common.util.concurrent.TimedRunnable@1aa3a44e on QueueResizingEsThreadPoolExecutor[name = elastic-platform-data-warm-2a-2/search_throttled, queue capacity = 100, min queue capacity = 100, max queue capacity = 100, frame size = 200, targeted response rate = 1s, task execution EWMA = 257.3ms, adjustment amount = 50, org.elasticsearch.common.util.concurrent.QueueResizingEsThreadPoolExecutor@980957f[Running, pool size = 1, active threads = 1, queued tasks = 100, completed tasks = 216058]]"
}
},

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