Skip to content
Open
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
17 changes: 17 additions & 0 deletions ice/assets/sample.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ ice.reservationCapacityPoller=false
# whether to break out family reservation usage as separate operation type
ice.breakoutFamilyReservationUsage=false

# whether or not to create data files that can be imported into services such as ElasticSearch
# choices are:
# no - do not write JSON files
# ndjson - generate newline delimited JSON records - one record per line
# bulk - generate JSON lines file with one ElasticSearch index instruction for each record to be used for bulk import
ice.writeJsonFiles=no

# enable tag coverage metrics filtered and grouped by user tags - uses more memory
ice.tagCoverageWithUserTags=false

# default reservation period, possible values are oneyear, threeyear
ice.reservationPeriod=oneyear
# default reservation utilization, possible values are HEAVY and PARTIAL.
Expand Down Expand Up @@ -57,6 +67,9 @@ ice.billing_s3bucketprefix=,
# RDS instance reservation IDs aren't correct in the reports until 2017-10.
ice.costAndUsageStartDate=2017-10

# cost and usage processor number of worker threads (default is 5)
# ice.numthreads=


# specify your custom tags here. Multiple tags are delimited by ",". If specified, BasicResourceService will be used to generate resource groups for you.
# PLEASE MAKE SURE you have a limited number (e.g. < 100) of unique value combinations from your custom tags, otherwise Ice performance will be greatly affected.
Expand Down Expand Up @@ -125,3 +138,7 @@ ice.owneraccount.account5.role=ice
ice.owneraccount.account1.externalId=
ice.owneraccount.account2.externalId=
ice.owneraccount.account5.externalId=

# default values to assign to custom tags defined above based on the account the resource exists in.
ice.accountTag.account1.tag1=foo
ice.accountTag.account2.tag1=bar