Cloudwatch Insights
Surfacing errors
Only show the log field that matches “ERROR”
fields @timestamp, @message
| sort @timestamp desc
| filter @message like "ERROR"
| display log
Surfacing errors
Only show the log field that matches “ERROR”
fields @timestamp, @message
| sort @timestamp desc
| filter @message like "ERROR"
| display log