Validate runtime fields sans scripts #85205
Labels
enhancement
New value added to drive a business result
Feature:Index Management
Index and index templates UI
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Background:
#84184 introduced runtime fields in the index template. Users can define a runtime field with or without a script. #85204 adds text to explain the behavior of a runtime field without a script:
Describe the feature:
If a user defines a runtime field and no field with the same name exists in
_source
, we should display an informational message to inform them. Something like:Describe a specific use case for the feature:
A user defines a runtime field in the index template without a script. They later run a query that includes this runtime field, but no values are returned. They are curious why no values were returned.
The text was updated successfully, but these errors were encountered: