As we know we can put something like this in awslogs.conf
file:
[/var/log/mylog]
file = /var/log/mylog.log
log_group_name = mylog
log_stream_name = mystream
datetime_format = %Y-%m-%dT%H:%M:%S.%f
What other parameters can we set in this file? I am looking to set the log retention days - is it possible?