From e828f6957954612cc7085c0426515b96e860b2e6 Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Tue, 13 Jun 2023 15:18:36 -0600 Subject: [PATCH] [aws] fix image link in README (#6561) --- packages/aws/_dev/build/docs/README.md | 2 +- packages/aws/changelog.yml | 5 +++++ packages/aws/docs/README.md | 2 +- packages/aws/manifest.yml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/aws/_dev/build/docs/README.md b/packages/aws/_dev/build/docs/README.md index cbd86320411..01872851420 100644 --- a/packages/aws/_dev/build/docs/README.md +++ b/packages/aws/_dev/build/docs/README.md @@ -206,7 +206,7 @@ current timestamp to see what's the difference. This difference can be used as l For example, the screenshot below is taken at `2023-05-09 22:30 UTC` and the timestamp for the last data point is `2023-05-09 22:15 UTC`. This means there is a 15min delay between the current time and CloudWatch. With this information, we should add a `latency` configuration for `15m` when adding the integration. -![alt text](../img/metricbeat-aws-cloudwatch-latency.png "CloudWatch Last Data Point Timestamp") +![CloudWatch Last Data Point Timestamp](../img/metricbeat-aws-cloudwatch-latency.png) ## Reference diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index dd5fce4c429..19ecdd6b135 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.44.2" + changes: + - description: Fix image link in readme + type: bugfix + link: https://github.com/elastic/integrations/pull/6561 - version: "1.44.1" changes: - description: Migrate AWS TransitGateway metrics dashboard to lenses. diff --git a/packages/aws/docs/README.md b/packages/aws/docs/README.md index 859b4c827e3..27005ce6185 100644 --- a/packages/aws/docs/README.md +++ b/packages/aws/docs/README.md @@ -206,7 +206,7 @@ current timestamp to see what's the difference. This difference can be used as l For example, the screenshot below is taken at `2023-05-09 22:30 UTC` and the timestamp for the last data point is `2023-05-09 22:15 UTC`. This means there is a 15min delay between the current time and CloudWatch. With this information, we should add a `latency` configuration for `15m` when adding the integration. -![alt text](../img/metricbeat-aws-cloudwatch-latency.png "CloudWatch Last Data Point Timestamp") +![CloudWatch Last Data Point Timestamp](../img/metricbeat-aws-cloudwatch-latency.png) ## Reference diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index 8c30203f4f5..a581abe855b 100644 --- a/packages/aws/manifest.yml +++ b/packages/aws/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: aws title: AWS -version: 1.44.1 +version: 1.44.2 license: basic description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent. type: integration