Searching logs
ECS and Lambda application logs are are shipped to CloudWatch Logs and stored in the account running the workload.
Find the right account
- Sign in to the OHID AWS organisation.
- Switch to the service account and environment you need (for example,
Active 10 - Production). - Confirm the AWS region for the service before you search logs.
Search logs in CloudWatch
- Open CloudWatch.
- Go to
Logs->Log groups. - Select the log group(s) for the service you are investigating.
- Use
Log Insightsto search across the selected log groups.
Basic Log Insights queries
Find the latest errors:
fields @timestamp, @message
| filter @message like /error/i
| sort @timestamp desc
| limit 50
Tips
- Start with a short time range, then widen it.
- If you cannot find logs, confirm you are in the correct account, environment, and region.
- Keep searches narrow by selecting only the log groups you need.
- AWS has a few sample queries that you may be able to build off to aid in your queries: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax-examples.html#CWL_QuerySyntax-examples-Lambda
This page was last reviewed on 3 February 2026.
It needs to be reviewed again on 3 February 2027
.
This page was set to be reviewed before 3 February 2027.
This might mean the content is out of date.