|
|
|
|
|
by crdoconnor
4055 days ago
|
|
>I don't want to be looking into the JSON structure itself for a timestamp A) JSON parsers are relatively common and reliable. B) The timestamp would be human readable even without the parser. >especially when the field encoding the timestamp may be called something slightly different based on what generated the log... I often come across logs that put timestamps in different places on the line and encode them differently (or don't output a timestamp at all, sometimes). This is no different to having to deal with a differently named JSON property. |
|