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.
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.