Search Strategy - return runtime fields when passed Data View id #111762
Labels
Feature:Search
Querying infrastructure in Kibana
Icebox
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
NeededFor:Security Solution
SIEM, Endpoint, Timeline, Analyzer, Cases
Project:Fields
Access field values from fields response, not source
Project:RuntimeFields
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
We are using
ISearchStrategy
in security solution and need to get runtime fields. Right now I need to request the runtime fieldscript
and pipe it through my front-end to pipe it to the back-end to pass toISearchStrategy
. I have theindex-pattern
id. It would be nice if whenindexPattern.id
is passed toISearchStrategy
, it automatically returns the runtime fields.The text was updated successfully, but these errors were encountered: