Skip to content

parser.regex : key for all line #12280

Description

@tguenneguez

Is your feature request related to a problem? Please describe.
If you want split line with parser to séparate data (timestamp, service, ...) you lose the original line.

Describe the solution you'd like
It will be greate to define a kye like : Original_Key
If it's defined, when the line match, you can retrieve the original record.

Describe alternatives you've considered
The alternative is to have on parser with "^(?.*)$" and after another for split data.
However, this alternative solution is resource-intensive, as it requires every record to be parsed twice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions