Skip to content

Commit

Permalink
[AWS][cloudwatch_metrics] Enable TSDB by default for cloudwatch metri…
Browse files Browse the repository at this point in the history
…cs data stream (#7262)

* Enable TSDB by default for cloudwatch metrics data stream; set stack restriction to 8.9.0

Signed-off-by: Tetiana Kravchenko <[email protected]>

* fix pr link in changelog

---------

Signed-off-by: Tetiana Kravchenko <[email protected]>
  • Loading branch information
tetianakravchenko authored Aug 10, 2023
1 parent 2236361 commit d8f5b94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.52.0"
changes:
- description: Enable TSDB by default for cloudwatch metrics data stream. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
type: enhancement
link: https://github.com/elastic/integrations/pull/7262
- version: "1.51.1"
changes:
- description: Use object metric type for the cloudwatch metrics
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/cloudwatch_metrics/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS CloudWatch metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: 1.0.0
name: aws
title: AWS
version: 1.51.1
version: 1.52.0
license: basic
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
- aws
release: ga
conditions:
kibana.version: "^8.8.1"
kibana.version: "^8.9.0"
screenshots:
- src: /img/metricbeat-aws-overview.png
title: metricbeat aws overview
Expand Down

0 comments on commit d8f5b94

Please sign in to comment.