Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
All Content tagged with Log Groups
Log groups define groups of log streams that share the same retention, monitoring, and access control settings.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
80 results
I have an AWS Free Tier account. I created Lambda functions (Python 3.12) in us-east-2 (Ohio) and us-east-1 (N. Virginia), attaching the AWSLambdaBasicExecutionRole to every function.
My code is a mi...
3
answers
0
votes
133
views
asked 2 months ago
I am working with a process that was created by someone else. 10/04/2025 at 1:00am eastern, something happened to the process and it is failing. I am not intimately familiar with the process so any ...
2
answers
0
votes
985
views
asked 4 months ago
I am creating a dashboard for user's activity logging in AWS cloud watch RUM, If I use cloud watch log groups with cloud watch RUM and change the retention period for cloud watch group to 2 years, wil...
1
answers
0
votes
166
views
asked 6 months ago
Hey Everyone!!
I have given the metric filter pattern in my Cloudwatch log group for my log groups.
**Filter pattern: { $.log_level = "error" || $.log_level = "ERROR" || $.level = "error" || $.lev...
1
answers
0
votes
349
views
asked 7 months ago
Hello,
I would like to setup a monitoring for the EKS cluster patching that occurs monthly. I have enabled all the control plane logging from the cluster dashboard.
I would like to understand whic...
2
answers
0
votes
124
views
asked 8 months ago
I need to access a value within an array provided in Amazon CloudWatch Logs Insights, as an example:
```
...
"trace": {
"timestamp": 1746475850.679,
"principal": null,
"se...
2
answers
0
votes
494
views
asked 9 months ago
Hi all,
I’m currently using the following method to retrieve AWS HTTP/RESTful API call counts:
```
import boto3
from datetime import datetime
cloudwatch = boto3.client('cloudwatch')
apigateway = bo...
1
answers
0
votes
102
views
asked 9 months ago
When I try to create a query log config, I'm getting a cryptic error about missing permissions to the log destination. My user has permissions to create log groups.
`
aws --profile [redacted] route53...
1
answers
0
votes
234
views
asked a year ago
The [migration notes for Glue 5.0 (under "breaking changes")](https://docs.aws.amazon.com/glue/latest/dg/migrating-version-50.html#migrating-version-50-features) state that continuous logs are no long...
1
answers
0
votes
281
views
asked a year ago
I am struggling to connect my Alexa Developer account to my root AWS account. Both accounts use the same email, but they act as separate accounts with different credentials. I cannot log into Alexa De...
1
answers
0
votes
130
views
asked a year ago
Log group "/aws/lambda/vtransform-*preprod" could not be deleted.
1 validation error detected: Value '/aws/lambda/transform-*preprod' at 'logGroupName' failed to satisfy constraint: Member must satisf...
3
answers
0
votes
127
views
asked a year ago
I'm sorry for perhaps a dumb question, but I simply can't find the right doc to get me going. I have an Ubuntu 24.04 EC2 instance with a custom application that is creating audit logs in a JSON forma...
1
answers
0
votes
611
views
asked a year ago