Error2 reports
Fix ScriptTimeoutError
in Kibana
✅ Solution
ScriptTimeoutError in Kibana usually indicates that a script (often a query or visualization) takes longer than the configured timeout to execute. Increase the `script.max_compilation_rate` and `script.max_size_in_bytes` settings in `kibana.yml` to allow more complex or time-consuming scripts, or optimize the script itself to reduce execution time. Alternatively, you can increase the `elasticsearch.requestTimeout` setting in `kibana.yml` to allow more time for Elasticsearch requests.
Related Issues
Real GitHub issues where developers encountered this error:
Failing test: X-Pack Endpoint Integrations Functional Tests on ESS.x-pack/solutions/security/test/security_solution_endpoint/apps/integrations/fleet_integrations·ts - integrations When in the Fleet apJan 26, 2026
Failing test: X-Pack Endpoint Integrations Functional Tests on ESS.x-pack/solutions/security/test/security_solution_endpoint/apps/integrations/fleet_integrations·ts - integrations When in the Fleet apJan 26, 2026
Timeline
First reported:Jan 26, 2026
Last reported:Jan 26, 2026