You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to parse the following using the parse_cef function however it returns error[E000]: function call error for "parse_cef" at (15:35): Could not parse whole line successfully
Note: I've stripped and anon'd the log but the offending part seems to be is in cs67 as it contains a url with an unescaped equals character.
When I manually update incidentId= to be incidentId\\= then the parse_cef function works as expected, Whilst the value for cs67 is contained within quotes, it appears to be a bug where it doesnt parse.
As a side note, using the parse_key_value() function is able to extract the unescaped value correctly. This was tested using Vector 0.36.1 and can be replicated in VRL playground
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to parse the following using the
parse_cef
function however it returns error[E000]: function call error for "parse_cef" at (15:35): Could not parse whole line successfullyNote: I've stripped and anon'd the log but the offending part seems to be is in cs67 as it contains a url with an unescaped equals character.
When I manually update
incidentId=
to beincidentId\\=
then the parse_cef function works as expected, Whilst the value for cs67 is contained within quotes, it appears to be a bug where it doesnt parse.As a side note, using the parse_key_value() function is able to extract the unescaped value correctly. This was tested using Vector 0.36.1 and can be replicated in VRL playground
Cheers
The text was updated successfully, but these errors were encountered: