Group: Forum Members
Posts: 2,
Visits: 11
|
Hi,
I have such this format of data. I noticed that the data cannot be parsed because of the 20 digits of value. It can't ignore the properties contents to be parsed. Do you have an idea what I did wrong?
{ "@t": "date", "@l": "Information", "@m": "Contents", "@mt": "Contents", "Properties": { "Some1": 42, "Some2": 1, "value": 12312312312312312312, "Some3": "AIM", "Some4": 42, "Some5": "x.x.x.x", "Some6": 1, "Some7": "xx" } }
--------------------------------------------------------------------- The format I tried to parse :
{ "@t": "%d{yyyy-MM-ddTHH:mm:ss.fffffffzzzz}", "@l": "%p", "@m": "%m", "@mt": "%m{-parserhint:CLEF}", "Properties": "%s" }
Hyunbin
|