HLA Source Type Structure Failed parsing timestamp : date format is nullWhen testing source type structure script, if there are timestamp extraction failures: Check that the time output matches timestamp formats: See Docs: Add Timestamp FormatsIf timestamp is accurate and matches format and error still happenAdd trim(); function at the end to remove white spaces. For example: Error message is: Failed parsing timestamp. [timestamp=<<Timestamp output>>, formats= ]: date format is null Add: output['timestamp'] = object._time.trim();