Skip to content

Commit 891447a

Browse files
authored
[AWS] Disable TSDB on AWS Billing (#7438)
* Disable TSDB on AWS Billing. Signed-off-by: constanca-m <constanca.manteigas@elastic.co>
1 parent 2236361 commit 891447a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.51.2"
3+
changes:
4+
- description: Disable TSDB on AWS Billing.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/7438
27
- version: "1.51.1"
38
changes:
49
- description: Use object metric type for the cloudwatch metrics

packages/aws/data_stream/billing/manifest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
title: AWS Billing Metrics
22
type: metrics
3-
elasticsearch:
4-
index_mode: "time_series"
53
streams:
64
- input: aws/metrics
75
vars:

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: aws
33
title: AWS
4-
version: 1.51.1
4+
version: 1.51.2
55
license: basic
66
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)