From d26242e0aea199f86bf93ad1ca2d7b2d91d16e52 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 30 Jun 2020 11:20:25 -0700 Subject: [PATCH] edit f Scott --- content/v2.0/monitor-alert/templates/AWS.md | 27 ++++++++++--------- .../v2.0/monitor-alert/templates/_index.md | 3 +-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/v2.0/monitor-alert/templates/AWS.md b/content/v2.0/monitor-alert/templates/AWS.md index 384180632..1caab4e53 100644 --- a/content/v2.0/monitor-alert/templates/AWS.md +++ b/content/v2.0/monitor-alert/templates/AWS.md @@ -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. diff --git a/content/v2.0/monitor-alert/templates/_index.md b/content/v2.0/monitor-alert/templates/_index.md index 6ededf2db..fce3179b9 100644 --- a/content/v2.0/monitor-alert/templates/_index.md +++ b/content/v2.0/monitor-alert/templates/_index.md @@ -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