From b35eb9d31e44f99c66484da908bf9e5a5743b58c Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 24 Aug 2017 14:50:53 -0400 Subject: [PATCH 1/4] updates to aws docs, including new directconnect metrics and mention of alb in elb doc --- content/integrations/aws.md | 5 ++-- content/integrations/awsdirectconnect.md | 29 ++++++++++++++++++++++++ content/integrations/awselb.md | 4 ++-- 3 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 content/integrations/awsdirectconnect.md diff --git a/content/integrations/aws.md b/content/integrations/aws.md index 47691a95a0394..6fde2d94d1b83 100644 --- a/content/integrations/aws.md +++ b/content/integrations/aws.md @@ -24,8 +24,9 @@ Related integrations include: | [Autoscaling](/integrations/awsautoscaling) | scale EC2 capacity | | [Billing](/integrations/awsbilling) | billing and budgets | | [CloudFront](/integrations/awscloudfront) | glocal content delivery network | -| [CloudTrail](/integrations/awscloudtrail) | Access to log files and AWS API calls | -| [CloudSearch](/integrations/awscloudsearch) | Access to log files and AWS API calls | +| [CloudTrail](/integrations/awscloudtrail) | access to log files and AWS API calls | +| [CloudSearch](/integrations/awscloudsearch) | access to log files and AWS API calls | +| [Direct Connect](/integrations/awsdirectconnect) | dedicated network connection to AWS | [Dynamo DB](/integrations/awsdynamo) | NoSQL Database | | [EC2 Container Service (ECS)](/integrations/ecs) | container management service that supports Docker containers | | [Elastic Beanstalk](/integrations/awsbeanstalk) | easy-to-use service for deploying and scaling web applications and services | diff --git a/content/integrations/awsdirectconnect.md b/content/integrations/awsdirectconnect.md new file mode 100644 index 0000000000000..9454be466d2ac --- /dev/null +++ b/content/integrations/awsdirectconnect.md @@ -0,0 +1,29 @@ +--- +title: Datadog-AWS Direct Connect Integration +integration_title: AWS Direct Connect +kind: integration +git_integration_title: amazon_directconnect +doclevel: basic +--- + +## Overview + +AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to AWS. + +Enable this integration to see in Datadog all your Direct Connect metrics + +## Setup +### Installation + +If you haven't already, set up the [Amazon Web Services integration first](/integrations/aws). There are no other installation steps that need to be performed. + +### Configuration + +In the Amazon Web Services integration tile, ensure that Direct Connect is checked under metric collection. + +## Data Collected +### Metrics + +{{< get-metrics-from-git >}} + +Each of the metrics retrieved from AWS will be assigned the same tags that appear in the AWS console, including but not limited to host name, security-groups, and more. diff --git a/content/integrations/awselb.md b/content/integrations/awselb.md index 01acf3cf06e27..f2e249df989f8 100644 --- a/content/integrations/awselb.md +++ b/content/integrations/awselb.md @@ -1,5 +1,5 @@ --- -title: Datadog-AWS ELB Integration +title: Datadog-AWS ELB & ApplicationELB Integration integration_title: AWS ELB kind: integration git_integration_title: amazon_elb @@ -19,7 +19,7 @@ To start collecting ELB metrics, the only thing you need to do is to set up our ### Configuration 1. Enable the [Amazon Web Services integration](/integrations/aws). -2. Open the [AWS integration tile](https://app.datadoghq.com/account/settings#integrations/amazon_web_services) and ensure the **ELB checkbox** on the left is checked. +2. Open the [AWS integration tile](https://app.datadoghq.com/account/settings#integrations/amazon_web_services) and ensure the **ELB checkbox** on the left is checked for Classic ELB metrics and the **ApplicationELB** checkbox for Application ELB metrics ## Data Collected ### Metrics From 3fda767226e0ebd16aef0e7f92bdb08e119ed12f Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 24 Aug 2017 16:46:56 -0400 Subject: [PATCH 2/4] kent updates --- content/integrations/awsdirectconnect.md | 6 +++--- content/integrations/awselb.md | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/content/integrations/awsdirectconnect.md b/content/integrations/awsdirectconnect.md index 9454be466d2ac..0108e23c63784 100644 --- a/content/integrations/awsdirectconnect.md +++ b/content/integrations/awsdirectconnect.md @@ -8,9 +8,9 @@ doclevel: basic ## Overview -AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to AWS. +This integration collects metrics from AWS Direct Connect (e.g. `aws.dx.connection_state`, `aws.dx.connection_bps_egress`) -Enable this integration to see in Datadog all your Direct Connect metrics +Enable this integration to see in Datadog all your Direct Connect metrics. ## Setup ### Installation @@ -19,7 +19,7 @@ If you haven't already, set up the [Amazon Web Services integration first](/inte ### Configuration -In the Amazon Web Services integration tile, ensure that Direct Connect is checked under metric collection. +In the Amazon Web Services integration tile, ensure that **Direct Connect** is checked under **metric collection**. ## Data Collected ### Metrics diff --git a/content/integrations/awselb.md b/content/integrations/awselb.md index f2e249df989f8..d99a80b0de75f 100644 --- a/content/integrations/awselb.md +++ b/content/integrations/awselb.md @@ -13,13 +13,14 @@ newhlevel: true Elastic Load Balancing (ELB) is an AWS service used to dispatch incoming web traffic from your applications across your Amazon EC2 backend instances, which may be in different availability zones. ELB helps ensure a smooth user experience and provide increased fault tolerance, handling traffic peaks and failed EC2 instances without interruption. -To start collecting ELB metrics, the only thing you need to do is to set up our integration with AWS CloudWatch by following [these instructions](http://docs.datadoghq.com/integrations/aws/). - ## Setup +### Installation + +If you haven't already, set up the [Amazon Web Services integration first](/integrations/aws). There are no other installation steps that need to be performed. + ### Configuration -1. Enable the [Amazon Web Services integration](/integrations/aws). -2. Open the [AWS integration tile](https://app.datadoghq.com/account/settings#integrations/amazon_web_services) and ensure the **ELB checkbox** on the left is checked for Classic ELB metrics and the **ApplicationELB** checkbox for Application ELB metrics +In the Amazon Web Services integration tile, ensure the **ELB checkbox** is checked for Classic ELB metrics and the **ApplicationELB** checkbox for Application ELB metrics. ## Data Collected ### Metrics From 15edb281814fc9b018e81cb1f90c23a9d35db5f3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 25 Aug 2017 11:15:39 -0400 Subject: [PATCH 3/4] kent updates v2 --- content/integrations/awsdirectconnect.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/integrations/awsdirectconnect.md b/content/integrations/awsdirectconnect.md index 0108e23c63784..ee7b07db0b080 100644 --- a/content/integrations/awsdirectconnect.md +++ b/content/integrations/awsdirectconnect.md @@ -8,9 +8,7 @@ doclevel: basic ## Overview -This integration collects metrics from AWS Direct Connect (e.g. `aws.dx.connection_state`, `aws.dx.connection_bps_egress`) - -Enable this integration to see in Datadog all your Direct Connect metrics. +This integration collects metrics from AWS Direct Connect (e.g. Connection state, bit rate ingress and egress, packet rate ingress and egress, and more) ## Setup ### Installation From cbb5e1594800d5ee4308d35cba5135a9f32f4aeb Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 25 Aug 2017 13:55:20 -0400 Subject: [PATCH 4/4] forgot period --- content/integrations/awsdirectconnect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrations/awsdirectconnect.md b/content/integrations/awsdirectconnect.md index ee7b07db0b080..8774c56884e24 100644 --- a/content/integrations/awsdirectconnect.md +++ b/content/integrations/awsdirectconnect.md @@ -8,7 +8,7 @@ doclevel: basic ## Overview -This integration collects metrics from AWS Direct Connect (e.g. Connection state, bit rate ingress and egress, packet rate ingress and egress, and more) +This integration collects metrics from AWS Direct Connect (e.g. Connection state, bit rate ingress and egress, packet rate ingress and egress, and more). ## Setup ### Installation