Skip to content

Commit

Permalink
POL-1434 Scheduled Report for Unallocated Costs "7 Days" Fix (#2896)
Browse files Browse the repository at this point in the history
* update

* fix

* update

* fix

* update

* fix

* update

* update

* update

* update

* update
  • Loading branch information
XOmniverse authored Jan 2, 2025
1 parent 1cb1edb commit 1f806ea
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 145 deletions.
6 changes: 6 additions & 0 deletions cost/flexera/cco/scheduled_report_unallocated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.0

- Fixed issue that would cause policy template to fail when "Last 7 Days" was selected for the "Date Range" parameter.
- "Dimensions List" parameter now accepts both dimension names and dimension IDs as valid inputs.
- Markdown tables in incident now uses pretty names for various fields to improve readability.

## v0.2.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.
Expand Down
4 changes: 2 additions & 2 deletions cost/flexera/cco/scheduled_report_unallocated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This policy allows you to set up scheduled reports that will provide summaries o
## Input Parameters

- *Email List* - Email addresses of the recipients you wish to notify
- *Dimensions List* - List of Dimensions you want to report on (i.e. billing_center_id). Must provide at least one dimension
- *Dimensions List* - List of Dimension names/IDs you want to report on. Must provide at least one dimension. Examples: Billing Centers, Services, vendor_account
- *Cost Filters* - JSON object (as a string) of filters to apply to the report. Example: `{\"dimension\": \"vendor\",\"type\": \"equal\",\"value\": \"aws\"}`
- *Cost Metric* - The cost metric for the report
- *Date Range" - Date Range for the Report
- *Filter Report Percent Threshold* - Filter out rows where the cost metric is less than this percentage of the total spend in the report. Enter 0 to show all rows
- *Filter Report Percent Threshold* - Filter out rows where the cost metric is less than this percentage of the total spend in the report. Enter 0 to show all rows

## Policy Actions

Expand Down
Loading

0 comments on commit 1f806ea

Please sign in to comment.