Kibana support for runtime fields on_script_error
- resillient runtime fields
#153393
Labels
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Feature:Runtime Fields
Icebox
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:needs-research
This issue requires some research before it can be worked on or estimated
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Currently, if a data view runtime field breaks due to a malformed input, the whole query fails. ES recently implemented
on_script_error
which allows queries to continue after a failed run. elastic/elasticsearch#92380Currently there's no error reporting, only silent failures. Displaying errors to users would take some work - defining how they should be passed around and displayed.
As things are, we could incorporate this functionality but we should discuss whether this is worthwhile without error reporting.
The text was updated successfully, but these errors were encountered: