Questions tagged [cloudwatch]

66 questions
0
votes
1 answer

Create cloud watch for monitoring EC2 RAM

I always wonder why amazon has not provided cloud watch to monitor EC2 RAM , if they are able to do it for CPU? I understand that Amazon does not have visibility into the guest O/s, whatever is visible to hypervisor, only that could be monitored.…
vish
  • 11
0
votes
1 answer

Getting ELB HealthyHostCount AWS CLI Query

I'll try and make this simple as possible. Setting up a complex environment with multiple ELB's with AutoScaling linked to each other, external>internal>internal. Simple singular ELB's with min 2 instances, 1 az each. For something additional I need…
0
votes
1 answer

AWS Cloudwatch metric filtering

In AWS Cloudwatch, I would like to extract a value from my log data. however the value is in the message field. Is there anyway I can grab the last space delimited value and log that? i.e. my log stream: {"timestamp": 145674445, "message": "Starting…
Nick
  • 175
  • 5
  • 13
0
votes
1 answer

CloudWatch filter pattern for ruby logger

With AWS CloudWatch Logs, i'd like apply a filter, separating the fields in a message generated by a ruby logger. I, [26/Oct/2015:04:35:12 +0000#11] INFO -- : (0.000934s) BEGIN This is how the format is specified according to the Ruby…
David
  • 145
  • 3
  • 9
0
votes
0 answers

Not able to publish custom cloudwatch metric

I am implementing a custom cloudwatch metric for a windows ec2 instance and here's my script for the same. This metric should report cloudwatch regarding the memory and pagefile details. [CmdletBinding(DefaultParametersetName="credsfromfile",…
0
votes
2 answers

How to send data in IIS logs to CloudWatch logs

How can i send the data in IIS logs to Amazon CloudWatch logs so that i can monitor the performance of my website. One of the things that I am trying to monitor is the average request size of my web request. I know that IIS logs have the data about…
CSC
  • 1,175
  • 3
  • 11
  • 24
0
votes
1 answer

Kibana3 cloudwatch dashboard not connecting to Elasticsearch

I'm using the tutorial specified in this: https://github.com/awslabs/cloudwatch-logs-subscription-consumer I did not use a cloudformation template as I already have an ES cluster with Kibana running. I copied the dashboards in…
Gabriel
  • 575
  • 2
  • 8
  • 20
0
votes
2 answers

aws php sdk return empty datapoint for MemoryUtilization Metric that put in cloudwatch from mon script perl

im using mon-script for retriving Memory From AWS Instances .in aws console every thing is ok but in api datapoint just return empty .it's really confusing because in boto(Python Version) every thing is ok and response correct but in php not its my…
0
votes
2 answers

Cloud watch custom metrics creation with C# (.net) possible or not?

Is it possible to create AWS CloudWatch custom metrics using .net SDK provided by AWS. The developer guide talks about publishing custom metrics through Command line tools. Is it possible by the .net SDK. if yes, please provide the links or…
0
votes
1 answer

AWS ElasticBeanstalk and AWS CloudWatch

Can someone explain me, how I can log and monitoring HTTP calls which are requested to ElasticBeanstalk instances with CloudWatch?
user1791139
  • 606
  • 1
  • 11
  • 27
0
votes
2 answers

How to read the AWS Status Check Alarm message with Boto

I use python with boto APIs to: create sns, sqs, and subscribe sqs queue to the sns. connect to cloudwatch, and create alarm for the "StatusCheckFailed" metric. use put_metric_alarm to start the alarm monitoring and notification. I launched one of…
0
votes
1 answer

Newrelic: Cloudwatch Plugin with AWS Autoscaling Groups responses being returned nil?

Am using the Cloudwatch plugin for Newrelic found here: https://github.com/brettcave/newrelic_aws_cloudwatch_plugin For some reason though, my responses are all being returned nil: [2014-09-19 12:43:15 UTC] INFO: Retrieving statistics:…
0
votes
1 answer

AWS cloudwatch + logs = always in alarm status

So I have an instance setup and have cloudwatch logs to monitor /opt/test/testing and a metric filter setup to look for the phrase "hey" and a coudwatch alarm to trigger to send an email when this state is set to alarm and then once again when the…
Gabriel
  • 575
  • 2
  • 8
  • 20
0
votes
2 answers

Get AWS Auto Scaling Group metrics in cloudwatch

I have created auto scaling group via UI. I want to get all "General" metrics in cloudwatch. I want to get following metrics: General GroupMinSize Average General GroupMaxSize Average General…
0
votes
3 answers

CloudWatch - CPUUtilization metric

I'm able to work with the metric GroupInServiceInstances quietly. got after enable euscale-enable-metrics-collection groupname -g 1minute But I can not work with the metric of CPUUtilization of the AWS/EC2, the alarm does not attend the metric, the…