Hello. I have messages like this key1=value1,key2='foo value3=foo,bar,baz'
So there are quoted values that contains patterns similar to what I have to write in kv processor settings. When I use kv processor it splits also values in quotes and that is incorrect result in my case.
Is it possible to extract field like this {"key2": "foo value3=foo,bar,baz"}
with kv processor?