Provided by: bonitoo.io
Display data from AWS EC2 and ELB using the AWS CloudWatch Service.
- The AWS CloudWatch Network Load Balancers monitoring dashboard displays data from the
cloudwatch_aws_network_elb
measurement. - The AWS CloudWatch Instance Monitoring dashboard displays data from the
cloudwatch_aws_ec2
measurement.
In the InfluxDB UI, go to Settings->Templates and enter this URL: https://raw.githubusercontent.com/influxdata/community-templates/master/aws_cloudwatch/aws_cloudwatch.yml
If you have your InfluxDB credentials configured in the CLI, you can install this template with:
influx apply -f https://raw.githubusercontent.com/influxdata/community-templates/master/aws_cloudwatch/aws_cloudwatch.yml
This template includes the following:
- 2 Labels:
inputs.cloudwatch
,AWS
- 2 Dashboards:
AWS Cloudwatch Instance Monitoring
,AWS CloudWatch NLB Monitoring
- 1 Variable:
bucket
- 1 Telegraf Configuration:
AWS CloudWatch
Load the dashboards and use the Telegraf CloudWatch plugin into your environment.
Include the Telegraf Cloudwatch plugin in your Telegraf configuration and start Telegraf.
Visit the dashboard and use the v.bucket
variable to select which bucket the data is stored in.
n/a
Author: Ivan Kudibal, Tomas Klapka, https://www.bonitoo.io
Github: @ivankudibal