Cloudwatch Insights
Surfacing errors
Published: Thursday, Nov 17, 2022 Last modified: Thursday, Dec 11, 2025
Only show the log field that matches “ERROR”
fields @timestamp, @message
| sort @timestamp desc
| filter @message like "ERROR"
| display log
Only show the log field that matches “ERROR”
fields @timestamp, @message
| sort @timestamp desc
| filter @message like "ERROR"
| display log