Graylog2 / graylog-s3-lambda

An AWS Lambda function that reads logs from S3 and sends them to Graylog
GNU General Public License v3.0
12 stars 6 forks source link

Add support for various timestamp formats #1

Closed danotorrey closed 4 years ago

danotorrey commented 4 years ago

Cloudflare Logpush supports these timestamp formats:

image

Currently RFC3339 is statically supported. We can probably easily detect the format and support them all.