Allow creation of multiple tags/fields with regex processor #5505
Labels
feature request
Requests for new plugin and for new features to existing plugins
help wanted
Request for community participation, code, contribution
size/m
2-4 day effort
Feature Request
Opening a feature request kicks off a discussion.
Proposal:
Allow creation of multiple tags/fields when using the regex processor
Current behavior:
When using named subgroups, it is possible to create a tag/field using the result_key parameter. Presently, if you want to create multiple tag/fields from multiple subgroups, you need to create (instantiate?) another processor. For example, in the following configuration a regex is used to extract the gateway, uid and channel from the path. In order to create a new tag, three processors are required:
Desired behavior:
It would improve resource usage if only one processor was used as the regex would be executed once instead of multiple times.
Use case: [Why is this important (helps with prioritizing requests)]
Using a regex to create/extract metadata from another tag/field.
The text was updated successfully, but these errors were encountered: