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

Select tags to filter
Sort by most recent
76 results
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
53
views
asked 18 days 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
59
views
asked a month 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
74
views
asked 3 months 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
33
views
asked 3 months 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
56
views
asked 3 months 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
47
views
asked 3 months 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
254
views
asked 3 months ago
Hello, I have a challenge right now that I can't solve after reading a lot of documentations and articles in the internet. In CloudWatch I have a log group "my_app", inside I have 2 log-streams: "app...
2
answers
0
votes
373
views
asked 4 months ago
**Title:** Issue with EventBridge Rule Triggering SSM Document **Description:** I am trying to create an EventBridge rule that triggers whenever a new CloudWatch Log Group is created. The triggered...
1
answers
0
votes
158
views
asked 5 months ago
Using the AWS CLI, I can list my log groups. `aws logs describe-log-groups { "logGroups": [ { "logGroupName": "my_log_group", "creationTime": 1596419418715, ...
1
answers
0
votes
109
views
asked 6 months ago
I'm trying to deploy terraform code through AWS codepipeline, for which I have 2 buildspec files buildspec.yaml & buildspec-apply.yaml but not able to see the logs when stages are ran, I can see log g...
1
answers
0
votes
178
views
asked 8 months ago
I am trying to use the watchtower API to send logs to Cloudwatch - but I don't see any log groups or any data. Here is the relevant python code. Am I instantiating the Cloudwatch handler correctly? ...
1
answers
0
votes
151
views
asked 8 months ago