diff --git a/packages/aws/_dev/build/docs/cloudwatch.md b/packages/aws/_dev/build/docs/cloudwatch.md index d384ace379b..2e3ade5d303 100644 --- a/packages/aws/_dev/build/docs/cloudwatch.md +++ b/packages/aws/_dev/build/docs/cloudwatch.md @@ -61,9 +61,8 @@ To collect AWS specific metrics, follow these steps: 1. In Kibana navigate to **Management** > **Integrations**. 2. In the search bar, type **AWS CloudWatch**. 3. Select the **AWS CloudWatch** integration and add it. -4. Toggle on **Collect metrics from CloudWatch** and expand the **Change defaults** drop-down. +4. Toggle on **Collect metrics from CloudWatch** and expand the **Change defaults** drop-down. You can add or remove metrics by specifying the name of the resource instance or tags, as shown in the following example: - You can add or remove metrics by specifying the name of the resource instance or tags, as shown in the following example: ```yaml - namespace: AWS/EC2 resource_type: ec2:instance @@ -80,6 +79,7 @@ To collect AWS specific metrics, follow these steps: # - key: created-by # value: foo ``` + 5. Save the integration. ## Logs reference diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index 75529878a9f..0d250e5f87a 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "4.3.1" + changes: + - description: Update the AWS CloudWatch documentation. + type: bugfix + link: https://github.com/elastic/integrations/pull/15737 - version: "4.3.0" changes: - description: Improve documentation to align with new guidelines. diff --git a/packages/aws/docs/cloudwatch.md b/packages/aws/docs/cloudwatch.md index c8fa5d60254..eb46fe01b5b 100644 --- a/packages/aws/docs/cloudwatch.md +++ b/packages/aws/docs/cloudwatch.md @@ -61,9 +61,8 @@ To collect AWS specific metrics, follow these steps: 1. In Kibana navigate to **Management** > **Integrations**. 2. In the search bar, type **AWS CloudWatch**. 3. Select the **AWS CloudWatch** integration and add it. -4. Toggle on **Collect metrics from CloudWatch** and expand the **Change defaults** drop-down. +4. Toggle on **Collect metrics from CloudWatch** and expand the **Change defaults** drop-down. You can add or remove metrics by specifying the name of the resource instance or tags, as shown in the following example: - You can add or remove metrics by specifying the name of the resource instance or tags, as shown in the following example: ```yaml - namespace: AWS/EC2 resource_type: ec2:instance @@ -80,6 +79,7 @@ To collect AWS specific metrics, follow these steps: # - key: created-by # value: foo ``` + 5. Save the integration. ## Logs reference diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index d204519f21c..4b5f68ffe77 100644 --- a/packages/aws/manifest.yml +++ b/packages/aws/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.3.2 name: aws title: AWS -version: "4.3.0" +version: "4.3.1" description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent. type: integration categories: