[Feature Request] Build Grok Search Response Processor #14933
Labels
enhancement
Enhancement or improvement to existing feature or request
Search:Query Capabilities
Search
Search query, autocomplete ...etc
Is your feature request related to a problem? Please describe
Many search users want to manipulate field data which is not stored in the index. For example, an index may contain a log message
"127.0.0.1 198.126.12 10/Oct/2000:13:55:36 -0700 200"
.The
Grok
Ingest Processor does this parsing to create new fields, e.g.,However, if these fields are not populated on ingesting (for example, to save storage space) they are not available on search.
While search functionality does allow matching via regex, one still needs to manually post-parse the response to get useful data. This post-parsing should be automated.
Describe the solution you'd like
Replicate the functionality of the
Grok
ingest processor in a Search Response ProcessorRelated component
Search
Describe alternatives you've considered
More general regex parsing, but Grok is regex-based and well known/documented.
Additional context
The text was updated successfully, but these errors were encountered: