arithmetric / lambda-stash

AWS Lambda script to ship data from S3 to other data stores, like Elasticsearch
MIT License
52 stars 18 forks source link

formatCloudFront parse all fields as text except date #12

Open wy193777 opened 7 years ago

wy193777 commented 7 years ago

I think if lambda-stash could parse some fields like 'time-duration' and 'time' as number and time, logs would be more useful for elasticsearch. Users might want to see 'time-duration' by different regions. I can do some changes to achieve this.