I am collecting logs from AWS Cloudwatch. I have selected a log stream and a regex expression for which I want to collect logs.
I have to select all the logs for some duration, but the issue is the logs are loaded for one second at a time so have to do a lot of scrolling which becomes irritating.
Could anyone suggest some way of loading all the logs for certain time period at one go?
Thanks in advance.