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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I would like to parse some logs, and to have two different key (with different parse format) for same value
Example of log :
Example_field:"Test-field-1234-5678"
Parse Into two keys :
Example_field_complete = Test-field-1234-5678
Example_field_short = Test-field
My actual parsing is like :
Example_field:":"(?<Example_field_complete>[^"]+)"
So I can only have the complete one, but not the short
I don't know if this is possible at parsing level
Thank you for your help !
Beta Was this translation helpful? Give feedback.
All reactions