Kibana visualize dashboard error

Hello

We now create a dashboard which is consist of four visualize data tables.

When I set the dashboard page auto-refresh,it will show a error log after refresh several times.

The message is:

Error: Request to Elasticsearch failed: {"error":{"root_cause":[],"type":"search_phase_execution_exception","reason":"","phase":"fetch","grouped":true,"failed_shards":[],"caused_by":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.action.search.FetchSearchPhase$1@766b1ab on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@647fa934[Running, pool size = 4, active threads = 4, queued tasks = 1031, completed tasks = 5415918]]"}},"status":503}
at http://192.168.XX.XXX:5601/bundles/kibana.bundle.js?v=15571:29:12529
at Function.Promise.try (http://192.168.XX.XXX:5601/bundles/commons.bundle.js?v=15571:82:22246)
at http://192.168.XX.XXX:5601/bundles/commons.bundle.js?v=15571:82:21602
at Array.map ()
at Function.Promise.map (http://192.168.XX.XXX:5601/bundles/commons.bundle.js?v=15571:82:21557)
at callResponseHandlers (http://192.168.XX.XXX:5601/bundles/kibana.bundle.js?v=15571:29:12145)
at http://192.168.XX.XXX:5601/bundles/kibana.bundle.js?v=15571:29:400
at processQueue (http://192.168.XX.XXX:5601/bundles/commons.bundle.js?v=15571:38:23621)
at http://192.168.XX.XXX:5601/bundles/commons.bundle.js?v=15571:38:23888
at Scope.$eval (http://192.168.XX.XXX:5601/bundles/commons.bundle.js?v=15571:39:4619)

Is it a issue of setting or other?

Hi @hsiuming,

It seems your cluster isn't capable of handling that volume of requests you are sending.

See:

Thanks,
Chris

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