Update Monday, May 21: These changes are now active.
Along with realtime search and tail, Papertrail generates daily or hourly log archive files. They downloadable from Papertrail’s site and optionally, uploaded to your own S3 bucket.
The current archive format has 2 flaws that we want to correct:
- Zone: The timestamps are in PST8PDT. They should be in UTC.
- Format: Although the current timestamps use a common format, ISO 8601 is at least as common and is more widely documented (RFC 3339). Nearly all languages include libraries to parse ISO 8601 timestamps.
For comparison, a current timestamp (PST): 2011-02-10 00:19:36 -0800
And the same local time in ISO 8601 (UTC): 2011-02-10T00:19:36Z
Please open a support request if we can answer any questions or help modify a post-processing script.