Skip to content

Commit

Permalink
[AWS] [Billing] Remove reducedTimeRange Filter from `Total Estimate…
Browse files Browse the repository at this point in the history
…d Charges` Lens (#11654)

* remove reduced time range filter

* bump package version

* fix PR id
  • Loading branch information
gpop63 authored Nov 12, 2024
1 parent fd53ea7 commit 753d1d4
Show file tree
Hide file tree
Showing 3 changed files with 6 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: "2.31.3"
changes:
- description: Removed the `reducedTimeRange` filter from the AWS Billing Total Estimated Charges lens to ensure value is displayed.
type: bugfix
link: https://github.com/elastic/integrations/pull/11654
- version: "2.31.2"
changes:
- description: Add the support for listeners with ALPN policy extension in ELB dataset for Network Load Balancers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
},
"sortField": "@timestamp"
},
"reducedTimeRange": "12h",
"scale": "ratio",
"sourceField": "aws.billing.EstimatedCharges"
}
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: 3.0.0
name: aws
title: AWS
version: 2.31.2
version: 2.31.3
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit 753d1d4

Please sign in to comment.