Skip to content

Commit

Permalink
[aws] fix image link in README (#6561)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng authored Jun 13, 2023
1 parent 5b49a05 commit e828f69
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/aws/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e828f69

Please sign in to comment.