Questions 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 questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
83 results
One of my EKS worker nodes (i-0f9) suddenly failed EC2 status checks and was terminated by the Auto Scaling Group (ASG), which then launched a replacement instance. From kubectl describe node (capture...
2
answers
0
votes
108
views
asked a month ago
**Title:** Bedrock Mantle Endpoint Activity Missing from CloudWatch Model Invocation Logs
**Issue Summary**
We are using the Bedrock Mantle OpenAI-compatible endpoints, but no activity is being logge...
1
answers
0
votes
102
views
asked 2 months ago
---
**Question Description:**
I am running a basic AWS setup with **RDS, EC2, EBS, and VPC**. I have not configured any of the following:
- CloudWatch Log Groups
- Detailed Monitoring on EC2
- VPC ...
2
answers
0
votes
84
views
asked 3 months ago
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
359
views
asked 6 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
1.1K
views
asked 7 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
269
views
asked 10 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
466
views
asked a year 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
173
views
asked a year 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
595
views
asked a year 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
142
views
asked a year 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
300
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
430
views
asked a year ago