Hello,
We are sending logs to escloud using fluentbit 2.0.6 with the field message in JSON format but when we use the JSON processor in that field it fails in different ways.
-
As some field values come without quotes and starting with 0 it throws an error.
"time_local": 06/Feb/2023:16:29:43 +0000,
Invalid numeric value: Leading zeroes not allowed -
Other fields with empty values and without quotes also fail
"remote_user": ,
failed with message Unexpected character (',' (code 44)): expected a value
Is there a way to process those type of json logs? Or do you know if it's possible to add quotes to all fields?
regards