Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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 up to 5 tags to filter
Sort by most recent
69 results
**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? ...
Hello, Is there a way to retrieve the total count of queries executed against a specific CloudWatch Logs log group since the log group's creation or for a custom date range (e.g., past 30 days, past 9...
**Issue:**
When I call ***FilterLogEvents*** and repeat/loop the call, using *nextToken* from the response, to load all the results that match the query (same filter string, and time window), the agg...
Hi,
I am trying to do something basic: pipe logs from a process running on an EC2 instance to Cloudwatch. I followed the Cloudwatch tutorials for installing/configuring/starting an agent on the EC2 i...
Hi all,
Currently we are trying to enable pgAudit extensions on our cluster. However, this extension will increase the log sent to the CloudWatch drastically (we set our cluster to send the log to Cl...
We are using Fluent Bit in our EKS cluster with custom Windows Core nodes. When a new Windows node is created, the logs from the pods running on it and the node itself do not appear in our CloudWatch ...
Hello,
I am currently using Fluent Bit DaemonSets to collect logs from both Linux and Windows nodes in UAT and Production environments. For Windows nodes, I am using Windows Core nodes with the same ...
How can we change the date format to allow local time. Seems it only displays utc.
Here is a screenshot.
![Log Group Screen Shot](/media/postImages/original/IM0__iTQEWSZekbt2fusgmvg)
I have a lambda function that logs to a log group. On AWS console when I wanted to search for a string in my log group I would go to "Search all log streams" and then enter my string (usually restrict...