Skip to content

Commit ac7480a

Browse files
authored
Update the AWS CloudWatch documentation (#15737)
* Fix formatting * Update changelog and manifest * Run elastic package
1 parent 52faa5e commit ac7480a

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

packages/aws/_dev/build/docs/cloudwatch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ To collect AWS specific metrics, follow these steps:
6161
1. In Kibana navigate to **Management** > **Integrations**.
6262
2. In the search bar, type **AWS CloudWatch**.
6363
3. Select the **AWS CloudWatch** integration and add it.
64-
4. Toggle on **Collect metrics from CloudWatch** and expand the **Change defaults** drop-down.
64+
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:
6565

66-
You can add or remove metrics by specifying the name of the resource instance or tags, as shown in the following example:
6766
```yaml
6867
- namespace: AWS/EC2
6968
resource_type: ec2:instance
@@ -80,6 +79,7 @@ To collect AWS specific metrics, follow these steps:
8079
# - key: created-by
8180
# value: foo
8281
```
82+
8383
5. Save the integration.
8484

8585
## Logs reference

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "4.3.1"
3+
changes:
4+
- description: Update the AWS CloudWatch documentation.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15737
27
- version: "4.3.0"
38
changes:
49
- description: Improve documentation to align with new guidelines.

packages/aws/docs/cloudwatch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ To collect AWS specific metrics, follow these steps:
6161
1. In Kibana navigate to **Management** > **Integrations**.
6262
2. In the search bar, type **AWS CloudWatch**.
6363
3. Select the **AWS CloudWatch** integration and add it.
64-
4. Toggle on **Collect metrics from CloudWatch** and expand the **Change defaults** drop-down.
64+
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:
6565

66-
You can add or remove metrics by specifying the name of the resource instance or tags, as shown in the following example:
6766
```yaml
6867
- namespace: AWS/EC2
6968
resource_type: ec2:instance
@@ -80,6 +79,7 @@ To collect AWS specific metrics, follow these steps:
8079
# - key: created-by
8180
# value: foo
8281
```
82+
8383
5. Save the integration.
8484

8585
## Logs reference

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: aws
33
title: AWS
4-
version: "4.3.0"
4+
version: "4.3.1"
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)