When ingesting fortigate logs i come across the following error message:
field [syslog5424_sd] does not contain value_split [=]
this occurs because i do KV splits on ",". While this works with most logs, there are a few which are giving errors. One of the logs which is failing contains the following field: srccountry="Korea, Republic of". Because there is an comma in between Korea and Republic of, the pipeline fails.
Is there a way of either ignoring or removing the comma in these fields?