Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filter AWS Cloudwatch Lambda's Log

I have a Lambda function and its logs in Cloudwatch (Log group and Log Stream). Is it possible to filter (in Cloudwatch Management Console) all logs that contain "error"? For example logs containing "Process exited before completing request".

like image 436
bpavlov Avatar asked Dec 16 '15 12:12

bpavlov


1 Answers

In Log Groups there is a button "Search Events". You must click on it first.

Then it "changes" to "Filter Streams":

Now you should just type your filter and select the beginning date-time.

like image 143
bpavlov Avatar answered Nov 15 '22 10:11

bpavlov