I have setup an amazon load balancer to publish access log to s3. The only problem now is that it creates multiple files, instead of one file that contains all access for maybe a day.
Poking around I found this documentation which states that:
Elastic Load Balancing publishes a log file for each load balancer node every 5 minutes.
This is super inconvenient. Because it means in a day I will have many tiny log files with log entries, instead of 1 log files with all the log entries.
I have tried finding in the documentation if it is possible to change this and so far, I have not found how.
Does anyone know how to do this? How to modify the publication frequency (I might want to change it to 10 minutes instead of 5 minutes) but most importantly how to have the log files published to one single file.