edit f Scott

pull/1187/head
Kelly 2020-06-30 11:20:25 -07:00
parent 898b0796e8
commit d26242e0ae
2 changed files with 15 additions and 15 deletions

View File

@ -1,36 +1,37 @@
---
title: Monitor Amazon Web Services (AWS)
seotitle: Monitor Amazon Web Services (AWS)
description: >
Use the AWS CloudWatch Monitoring template to monitor data from Amazon Web Services (AWS), Amazon Elastic Compute Cloud (EC2), and Amazon Elastic Load Balancing (ELB) with the AWS CloudWatch Service.
menu:
v2_0:
parent: Monitor with templates
weight: 101
name: AWS CloudWatch
weight: 201
---
Use the AWS CloudWatch Monitoring template to monitor data from Amazon Web Services (AWS), Amazon Elastic Compute Cloud (EC2), and Amazon Elastic Load Balancing (ELB) with the AWS CloudWatch Service.
Use the [AWS CloudWatch Monitoring template](https://github.com/influxdata/community-templates/tree/master/aws_cloudwatch) to monitor data from [Amazon Web Services (AWS)](https://aws.amazon.com/), [Amazon Elastic Compute Cloud (EC2)](https://aws.amazon.com/ec2/), and [Amazon Elastic Load Balancing (ELB)](https://aws.amazon.com/elasticloadbalancing/) with the [AWS CloudWatch Service](https://aws.amazon.com/cloudwatch/).
When you install this template, you'll get the following:
The AWS CloudWatch Monitoring template includes the following:
- 2 dashboards:
- **AWS CloudWatch NLB (Network Load Balancers) Monitoring**: Displays data from the cloudwatch_aws_network_elb measurement
- **AWS CloudWatch Instance Monitoring**: Displays data from the cloudwatch_aws_ec2 measurement
- **AWS CloudWatch NLB (Network Load Balancers) Monitoring**: Displays data from the `cloudwatch_aws_network_elb measurement`
- **AWS CloudWatch Instance Monitoring**: Displays data from the `cloudwatch_aws_ec2` measurement
- 2 labels: `inputs.cloudwatch`, `AWS`
- 1 variable: `v.bucket`
- 1 Telegraf input plugin: [AWS CloudWatch](/v2.0/reference/telegraf-plugins/#cloudwatch)
## Install the template
## Apply the template
1. In the influx CLI, run the following command:
```sh
influx pkg -u https://raw.githubusercontent.com/influxdata/community-templates/master/aws_cloudwatch/aws_cloudwatch.yml
influx apply -f https://raw.githubusercontent.com/influxdata/community-templates/master/aws_cloudwatch/aws_cloudwatch.yml
```
For more information, see [influx apply](/v2.0/reference/cli/influx/apply/).
2. Load the dashboards.
3. [Configure the AWS Cloudwatch input plugin](/v2.0/write-data/no-code/use-telegraf/manual-config/#configure-telegraf-input-and-output-plugins).
4. [Start Telegraf](/v2.0/write-data/no-code/use-telegraf/auto-config/#start-telegraf).
5. In InfluxDB, select **Boards** (**Dashboards**).
2. [Install Telegraf](/telegraf/v1.14/introduction/installation/).
3. [Start Telegraf](/v2.0/write-data/no-code/use-telegraf/auto-config/#start-telegraf).
4. View the incoming data. In the InfluxDB user interface (UI), select **Boards** (**Dashboards**).
{{< nav-icon "dashboards" >}}, open your AWS dashboards, and then use the `v.bucket` variable to specify the bucket to store data in.
{{< nav-icon "dashboards" >}}
5. Open your AWS dashboards, and then use the `v.bucket` variable to specify the bucket to store data in.

View File

@ -1,8 +1,7 @@
---
title: Monitor with templates
seotitle: Use templates to easily start monitoring data in many supporting environments, including AWS Cloudwatch, Redis, Apache, Nginx, and more.
description: >
Use templates to easily start monitoring data in many supporting environments, including AWS Cloudwatch, Redis, Apache, Nginx, and more.
Use templates to start monitoring data in many supporting environments, including AWS Cloudwatch, Redis, Apache, Nginx, and more.
menu:
v2_0:
parent: Monitor & alert