diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index 3585a4070df..e836dd6c7a2 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -1,7 +1,12 @@ # newer versions go on top +- version: "1.46.1" + changes: + - description: Enable time series data streams for the Usage dataset. 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/6886 - version: "1.46.0" changes: - - description: Enable time series data streams for the metrics datasets Billing, DynamoDB, EBS, ECS, ELB, Firewall, Kinesis, Lambda, NAT gateway, RDS, Redshift, S3 Storage Lens, SNS, SQS, Transit Gateway and VPN. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html + - description: Enable time series data streams for the metrics datasets Billing, DynamoDB, EBS, ECS, ELB, Firewall, Kinesis, Lambda, NAT gateway, RDS, Redshift, S3 Storage Lens, SNS, SQS, Transit Gateway and VPN. 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/6782 - version: "1.45.9" diff --git a/packages/aws/data_stream/usage/manifest.yml b/packages/aws/data_stream/usage/manifest.yml index ed871e37a93..963e3e6d92a 100644 --- a/packages/aws/data_stream/usage/manifest.yml +++ b/packages/aws/data_stream/usage/manifest.yml @@ -1,5 +1,7 @@ title: AWS usage metrics type: metrics +elasticsearch: + index_mode: "time_series" streams: - input: aws/metrics vars: diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index 361afa29c91..61630147ee2 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.46.0 +version: 1.46.1 license: basic description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent. type: integration