Change8
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.

Timeline

First reported:Jan 26, 2026
Last reported:Jan 26, 2026

Need More Help?

View the full changelog and migration guides for Kibana

View Kibana Changelog