In AWS console, I can search for a string in all log streams of a log group? Right now, I have to go inside each log stream and then do search which takes a lot of time, if I want to search across the log streams.
Asked
Active
Viewed 2.5k times
35
-
Similar problem, answer there might help you: https://stackoverflow.com/questions/57617203/how-do-i-filter-aws-cloud-watch-logs-on-a-hash-on-the-main-page/57625466#57625466 – Dejan Peretin Sep 28 '19 at 07:03
2 Answers
51
Once you click the log group in the CloudWatch Logs console, but before you click into an individual log stream, there is a button at the top right of the page labeled "Search Log Group". Click that, and it will take you to a page where you can search across all logs in the log group in a given time frame.