Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aws] fix image link in README #6561

Merged
merged 2 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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