Visit Website

Search AWS CloudWatch logs all at once on the command line using the aws sdk-for-go. Configure your AWS secrets and use options like specifying search pattern, log group, start and end time, count, and AWS region. Example command: ~/go/bin/aws-logsearch -p 'login' -g 'group001' -c 5

ALTERNATIVES