amazon-cloudwatch-metrics Questions
3
Solved
We are publishing custom Cloudwatch metrics from our service and want to set up alarms if the value for a metric name breaches a threshold for any dimension. Here are the metrics we are publishing:...
Breebreech asked 11/2, 2020 at 1:19
4
I'm following the instructions here https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html
but it's not working as i'm expecting it to.
I currently have the followi...
Ordure asked 21/5, 2019 at 13:49
4
Solved
I'm new and am trying to work with AWS. I develop small lambda functions and have created some dynamodb tables. I don't expect there to be any costs, because I should be in the free-tier, but since...
Octofoil asked 26/2, 2019 at 9:45
5
I have a set of cloudwatch logs in json format that contain a username field. How can I write a cloudwatch metric query that counts the number of unique users per month?
Plutonic asked 26/6, 2017 at 17:48
2
Solved
Is it possible to enable Request Metrics on an S3 bucket via Terraform, either using the aws_s3_bucket resource or other?
Atom asked 13/8, 2019 at 5:29
3
Solved
Hi I've scheduled a Cloudwatch rule in order to run every Wednesday at 14.15 GTM by having as target an AWS Batch, which always returns FailedInvocation. I'm seeing the FailedInvocation event from ...
Hydroplane asked 3/5, 2018 at 10:34
1
Solved
After reading AWS documentation I am still not clear about cloudwatch metrics statistics average and maximum, specifically for ECS CPUUtilization.
I have a AWS ECS cluster fargate setup, a service...
Aurangzeb asked 22/7, 2019 at 16:27
3
Solved
We've configured a metric filter for a CloudWatch Log Group which collects data for one of our processes.
Initially, we had only one ec2 instance associated with the log stream of the log group. Th...
Axel asked 20/7, 2017 at 16:44
1
Is it possible to create a metric that extracts a numeric value from a string in Cloudwatch logs so I can graph / alarm it?
For example, the log may be:
20190827 1234 class: File size: 64MB
I rea...
Sideburns asked 27/8, 2019 at 2:52
1
I'm adding custom filter metrics to different logs on CW Logs. Some of them were added just fine and can be added to graphs and alarms. Some other just disappear after adding no matter how often I ...
Phagocyte asked 19/2, 2019 at 16:0
5
Solved
I want to monitor my lambda function. I am able to see CloudWatch logs from Logs menu but I want to see monitoring results from Lambda console. When I click on the monitoring tab all the graphs are...
Dye asked 22/2, 2019 at 14:6
2
Goal
Aiming to have a CloudWatch Alert triggered when a message from an SQS queue to a lambda function exceeds the maximum retries.
Problem
I presumed that this would be easy and the NumberOfMessag...
Ales asked 20/3, 2020 at 8:29
4
Solved
I set up monitoring and alarms about active connections to the loadbalancer, CPU and Memory usage from all of my instances with CloudWatch. And my client (the owner of the product in the website) w...
Paramecium asked 9/10, 2018 at 21:33
2
I have a use case where some process puts a file every 6 hours to an S3 bucket. This bucket has already thousands of files in it and I wanted to generate an sns alert or something if no new file is...
Hidden asked 21/6, 2018 at 2:59
1
Can I replace a None/Insufficient data point as a value (constant is fine) in a Cloudwatch Math Expression?
I am using a math expression of several metrics: if's, arithmetic, etc.
The problem is ...
Yep asked 26/12, 2019 at 23:17
2
Solved
I want to calculate the total number of invocation for all the lambdas in my AWS account for the last month. As shown in the picture there is the time period at top right where I specify the from...
Ares asked 22/10, 2019 at 8:13
2
It looks like custom metrics will be kept for 15 months, if I understand it correctly, since they get aggregated to higher resolution, according to https://aws.amazon.com/cloudwatch/faqs. Does it m...
Guck asked 5/1, 2018 at 14:6
1
Solved
When creating an AWS CloudWatch Log Metric Filter, how would you match terms in JSON Log Events where the key has a character space in the name?
For example, let's assume there's a log line with J...
Subway asked 17/9, 2018 at 1:27
1
The Cloudwatch disk metrics values of EC2 instance that is causing problems, there are no data. I am using C4.xlarge instance and the root device type is EBS. In Cloudwatch following metrics are sh...
Grinnell asked 19/4, 2018 at 11:53
1
Solved
Reading the docs I saw this statement;
CloudWatch does not aggregate across dimensions for your custom
metrics
That seems like a HUGE limitation right? It would make custom metrics all but us...
Marlea asked 25/1, 2018 at 13:22
1
Solved
I have a Lambda that is triggered to run every week, and I want to have a CloudWatch alarm if it ever does not run for more than 7 consecutive days.
My thinking was Alarm if < 1 invocation for ...
Bearwood asked 16/10, 2017 at 18:3
1
Solved
I have a AWS Lambda function running some process in my infrastructure. The Lambda is triggered every 8 hours using a CloudWatch rule. I am trying to raise a notification if any error happens into ...
Duration asked 6/3, 2017 at 13:50
1
I have a graph with a plotted line showing the count sum each hour, however this plotted line has some gaps. See this screengrab, near 07/29:
Does anyone know why? If it means zero, then w...
Jean asked 30/7, 2016 at 10:51
1
© 2022 - 2024 — McMap. All rights reserved.