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] Enable TSDB for some metric datasets - Part 1 #6782

Merged
merged 2 commits into from
Jul 4, 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
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.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
type: enhancement
link: https://github.com/elastic/integrations/pull/6782
- version: "1.45.9"
changes:
- description: Add new fingerprint dimension to AWS Billing.
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/billing/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS Billing Metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/dynamodb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS DynamoDB metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/ebs/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS EBS metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/ecs_metrics/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS ECS metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/elb_metrics/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS ELB metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/firewall_metrics/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS Network Firewall metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/kinesis/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS Kinesis Data Stream metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/lambda/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS Lambda metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/natgateway/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS NAT gateway metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/rds/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS RDS metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/redshift/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: Amazon Redshift metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/s3_storage_lens/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS S3 Storage Lens metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/sns/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS SNS metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/sqs/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS SQS metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/transitgateway/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS Transit Gateway metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/vpn/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: AWS VPN metrics
type: metrics
elasticsearch:
index_mode: "time_series"
streams:
- input: aws/metrics
vars:
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.45.9
version: 1.46.0
license: basic
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
Expand Down