Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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...
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...
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...
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...
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...
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...
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...
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...
**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...
Using the AWS CLI, I can list my log groups.
`aws logs describe-log-groups
{
"logGroups": [
{
"logGroupName": "my_log_group",
"creationTime": 1596419418715,
...
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...
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? ...