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 think this could be supported by enabling configuration of the expected "quote" characters in parse_key_value. I believe that parse_key_value currently expects keys/values to be quoted with "s (if quoted at all). We could allow configuration of quotes as brackets instead. Something like: parse_key_value(.message, start_quote: "[", end_quote: "]").
A note for the community
Use Cases
We have some log field like this:
In logstash, it can parse the fields in detail field value using KV filter. But it seems that Vector doesn't have similar feature.
Attempted Solutions
I tries with parse_key_value and parse_regex_all. Both of them can't working perfectly.
Proposal
No response
References
No response
Version
0.42.0
The text was updated successfully, but these errors were encountered: