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
Hi
I have a log that uses as KV separator the = sign, inside some fields (which are delimited by quotas) sometimes the = sign is present as a result that all strings become a key.
Hi
I have a log that uses as KV separator the = sign, inside some fields (which are delimited by quotas) sometimes the = sign is present as a result that all strings become a key.
example:
Sep 16 21:12:04 _gateway date=2021-09-16,time=21: 12:04,dstport=80,url="/setup.cgi?next_file=netgear.cfg",direction="outgoing"
become:
{"dstport":80,"url="setup.cgi?next_file":"netgear.cfg"","direction":"outgoing"}
instead of:
{"dstport":80,"url":"setup.cgi?next_file=netgear.cfg","direction":"outgoing"}
Any suggestion?
Thanks
The text was updated successfully, but these errors were encountered: