diff --git a/changes/CHANGELOG-hed.md b/changes/CHANGELOG-hed.md
index 8ff260d3..18e87cd4 100644
--- a/changes/CHANGELOG-hed.md
+++ b/changes/CHANGELOG-hed.md
@@ -1,4 +1,10 @@
# What's new in Health Events Dashboard (HED)
+## v2.0.3
+* Fix case where reported resource name is not a full unique ARN to derive unique instance counts
+* Easier filtering by date ranges
+* Layout changes to event detail section
+* Minor cosmetic and usage guidance changes
+
## v2.0.2
* Fix Event Category filter on Events Explorer tab
* Minor cosmetic changes
diff --git a/dashboards/health-events/health-events.yaml b/dashboards/health-events/health-events.yaml
index 5a3123f5..5577075d 100644
--- a/dashboards/health-events/health-events.yaml
+++ b/dashboards/health-events/health-events.yaml
@@ -102,7 +102,7 @@ dashboards:
")
Name: Description 5
- DataSetIdentifier: health_events_view
- Expression: substring(Description, 1, 300)
+ Expression: "left({Description 1}, 300)\r\n"
Name: Description Brief
- DataSetIdentifier: health_events_view
Expression: |-
@@ -131,19 +131,18 @@ dashboards:
- DataSetIdentifier: health_events_view
Expression: |-
concat(
- "SUMMARY
- Payer Account: ", {payer_account_id}, "
- Title: ", {event_title}, "
- Code: ", {event_code}, "
- Status: ", {status_code}, "
- Service: ", service, "
- Region: ", region, "
- Impact: ", toString(distinctCountOver({account_id}, [{event_arn}], PRE_AGG)), " accounts, ", toString(distinctCountOver({affected_entity_arn}, [{event_arn}], PRE_AGG)), " total resources", "
- Start Day: ", {Start day}, "
+ "TITLE: ", {event_title}, "
+ SERVICE: ", service, "
+ CATEGORY: ", {event_category}, "
+ CODE TYPE: ", {event_code_common}, "
+ STATUS: ", {status_code}, "
+ START DAY: ", {Start day}
+ )
+ /*Impact: ", toString(distinctCountOver({account_id}, [{event_arn}], PRE_AGG)), " accounts, ", toString(distinctCountOver({affected_entity_arn}, [{event_arn}], PRE_AGG)), " total resources", "
+ , "
Event URL (valid in the Organizations or delegated Health Events account):
", {console_link}, "
- Event ARN: ", {event_arn}
- )
+ Event ARN: ", {event_arn}*/
Name: Event Summary
- DataSetIdentifier: health_events_view
Expression: |-
@@ -174,6 +173,9 @@ dashboards:
- DataSetIdentifier: health_events_view
Expression: '{event_title}'
Name: Title
+ - DataSetIdentifier: health_events_view
+ Expression: concat({account_id},region,{affected_entity_value})
+ Name: affected_entity_value_unique
- DataSetIdentifier: health_events_view
Expression: concat("https://health.console.aws.amazon.com/health/home#/organization/event-log?eventID=",{event_arn},
"&eventTab=details")
@@ -181,21 +183,17 @@ dashboards:
- DataSetIdentifier: health_events_view
Expression: concat(formatDate({start_time}, "yyyy-MM-dd"), " - ", {event_code})
Name: date_event_code
- - DataSetIdentifier: health_events_view
- Expression: dateDiff(now(), {start_time}, "DD")
- Name: days_out
- DataSetIdentifier: health_events_view
Expression: tolower(Description)
Name: description_lc
- DataSetIdentifier: health_events_view
Expression: |-
ifelse(
- ${DescriptionPage} = 2, {Description 1},
- ${DescriptionPage} = 3, {Description 2},
- ${DescriptionPage} = 4, {Description 3},
- ${DescriptionPage} = 5, {Description 4},
- ${DescriptionPage} = 6, {Description 5},
- {Event Summary}
+ ${DescriptionPage} = 2, {Description 2},
+ ${DescriptionPage} = 3, {Description 3},
+ ${DescriptionPage} = 4, {Description 4},
+ ${DescriptionPage} = 5, {Description 5},
+ {Description 1}
)
Name: description_page
- DataSetIdentifier: health_events_view
@@ -239,13 +237,13 @@ dashboards:
1
)
Name: is_most_recent_update
- - DataSetIdentifier: health_events_view
- Expression: ifelse(({affected_entity_status_code} = "" OR {affected_entity_status_code}
- = "UNKNOWN"), 1, 0)
- Name: is_non_status
- DataSetIdentifier: health_events_view
Expression: ifelse({affected_entity_status_code} = "IMPAIRED", 1, 0)
Name: is_resource_impaired
+ - DataSetIdentifier: health_events_view
+ Expression: ifelse(({affected_entity_status_code} = "" OR {affected_entity_status_code}
+ = "UNKNOWN"), 1, 0)
+ Name: is_resource_no_status
- DataSetIdentifier: health_events_view
Expression: ifelse({affected_entity_status_code} = "PENDING", 1, 0)
Name: is_resource_pending
@@ -268,6 +266,9 @@ dashboards:
maxOver({last_updated_time}, [{affected_entity_value}, Title, {event_category}, region, {account_id}, {Description 1}], PRE_FILTER )
)
Name: most_recent_update
+ - DataSetIdentifier: health_events_view
+ Expression: dateDiff(now(), {start_time}, "DD")
+ Name: relative_start_from_now_days
- DataSetIdentifier: health_events_view
Expression: '{start_time} > now()'
Name: relative_start_time
@@ -275,7 +276,7 @@ dashboards:
Expression: '"RESET FILTERS"'
Name: reset
- DataSetIdentifier: health_events_view
- Expression: concat(formatDate({start_time}, "MMM-dd-yyyy"), " (", toString({days_out}),
+ Expression: concat(formatDate({start_time}, "MMM-dd-yyyy"), " (", toString({relative_start_from_now_days}),
" days)")
Name: start_date_with_days_out
- DataSetIdentifier: health_events_view
@@ -950,6 +951,8 @@ dashboards:
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
- 05aea380-d759-4f6b-ae00-e0e38cd86955
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: ffe96b84-cf95-4de5-b0cd-4835f5201313
@@ -1037,6 +1040,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: ALL_DATASETS
FilterGroupId: b0ca215e-2715-45e2-87e4-d175753e829e
@@ -1105,6 +1110,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 1fe2e3da-27e3-49db-87fd-23180af9f7ce
@@ -1150,6 +1157,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: add53049-180f-4954-946b-f7e1fd0543a4
@@ -1195,6 +1204,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: a5a9b196-40b4-41a3-a225-dc35338072d1
@@ -1312,6 +1323,8 @@ dashboards:
- 77c8c5ea-df2a-47a7-bb0c-8c79dac0ff23
- dc491b68-8503-4c65-aa98-b7a74b7a26d0
- dba75577-3dfd-469e-9936-f39251871e5e
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 9ec29427-5475-49ee-8f4f-8c2faaf93e4d
@@ -1379,6 +1392,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 7b3e62c9-eb0d-4aa5-9814-8b45cafda88b
@@ -1401,7 +1416,7 @@ dashboards:
SheetId: 7df9865b-fdcd-4aa4-af55-b29fe714f382
VisualIds:
- 15055ee5-a062-4759-8682-23e344d78b2f
- Status: ENABLED
+ Status: DISABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: cf4fd3fc-7778-4b29-af3c-0a6611c43c7c
Filters:
@@ -1446,6 +1461,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 37ff7da8-a1d1-496b-b967-ebcf1f43a9cf
@@ -1556,6 +1573,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: fbaf3d1d-9a37-41e9-8014-eb67ba777fb5
@@ -1649,7 +1668,6 @@ dashboards:
- b6840313-7bb9-4677-8d2e-86107c7a6967
- 2017ae95-9627-4368-a4d6-3f303a731e5a
- cd098797-ad5d-4ab4-84ad-f188e3b2462e
- - 7ba81fac-bb2b-4e15-829e-957600ffea6a
- 15055ee5-a062-4759-8682-23e344d78b2f
- 05aea380-d759-4f6b-ae00-e0e38cd86955
- dade3a15-f573-47bb-a5d0-0b8d39a76fcd
@@ -1657,7 +1675,18 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
- - 31251f7a-2c05-498e-a17c-2defd7108ba2
+ - e3691913-1c7d-47a7-a79a-25f99b735344
+ - 17c75fb9-452f-4bed-84e4-39ab35c6521c
+ - 0cc5b4a1-3776-40cc-ba97-fad07e4392e0
+ - 10f6509d-6668-4cb9-8e3d-61f0c3c9d059
+ - 8565b8c0-2db8-4b73-9ad6-e97e8f779247
+ - e61d9f40-55cc-4dd9-9dcb-8eadcfb35d66
+ - 3a1640f4-545a-470e-838d-aeb1f2998733
+ - 741be374-cf87-4706-9de3-1525f310e430
+ - 30d3e6bd-8742-4e54-9152-f0dc9167c23a
+ - c6d5beb6-9771-461c-814a-0baaf34e32ea
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 8f9b5874-61db-4e1f-aa0d-7989c1cfd1b2
@@ -1703,6 +1732,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: be08fa24-41da-4553-9bf5-f708acfb3992
@@ -1748,6 +1779,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: d942036f-2659-4cb0-aa54-5338d2dc8335
@@ -1848,6 +1881,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 1eed4ac6-449c-4c73-90af-197cac8f369a
@@ -1893,20 +1928,22 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 33a30f4a-d0a3-43e1-b3cb-647c644f0a8f
Filters:
- NumericRangeFilter:
Column:
- ColumnName: days_out
+ ColumnName: relative_start_from_now_days
DataSetIdentifier: health_events_view
FilterId: 9d602e67-d2a7-4df0-b451-fb192798d98b
- IncludeMaximum: true
- IncludeMinimum: false
+ IncludeMaximum: false
+ IncludeMinimum: true
NullOption: ALL_VALUES
- RangeMaximum:
- Parameter: DaysOut
+ RangeMinimum:
+ Parameter: RelativeStartFromNowDays
ScopeConfiguration:
SelectedSheets:
SheetVisualScopingConfigurations:
@@ -1938,6 +1975,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 1eebcb41-c180-4e0e-8be5-f76322565caa
@@ -1983,6 +2022,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
- CrossDataset: SINGLE_DATASET
FilterGroupId: 71ab5ca5-dc83-4bd4-97bd-ae707cbb0eb7
@@ -2049,51 +2090,8 @@ dashboards:
- cac4df37-6414-4372-bfd3-b4ec434256f9
- cbbd002f-4bca-40eb-8177-bfde520c2eac
- daf8eda1-209e-4982-8b65-ef8829dba819
- Status: ENABLED
- - CrossDataset: SINGLE_DATASET
- FilterGroupId: 2861a43c-94dd-481b-9805-bcd854e17c30
- Filters:
- - TimeRangeFilter:
- Column:
- ColumnName: start_time
- DataSetIdentifier: health_events_view
- FilterId: 1fb04213-9d9f-43f0-99f7-fc2dea3a40a6
- IncludeMinimum: true
- NullOption: NON_NULLS_ONLY
- RangeMinimumValue:
- Parameter: StartTime
- TimeGranularity: DAY
- ScopeConfiguration:
- SelectedSheets:
- SheetVisualScopingConfigurations:
- - Scope: SELECTED_VISUALS
- SheetId: 7df9865b-fdcd-4aa4-af55-b29fe714f382
- VisualIds:
- - dba75577-3dfd-469e-9936-f39251871e5e
- - dc491b68-8503-4c65-aa98-b7a74b7a26d0
- - 77c8c5ea-df2a-47a7-bb0c-8c79dac0ff23
- - e3691913-1c7d-47a7-a79a-25f99b735344
- - 17c75fb9-452f-4bed-84e4-39ab35c6521c
- - 47dd688d-0f57-489b-a6e5-9c6f1094ce44
- - 23154baf-7cfe-4700-b237-d04c31d9fa52
- - b6840313-7bb9-4677-8d2e-86107c7a6967
- - 2017ae95-9627-4368-a4d6-3f303a731e5a
- - cd098797-ad5d-4ab4-84ad-f188e3b2462e
- - 0cc5b4a1-3776-40cc-ba97-fad07e4392e0
- - 8565b8c0-2db8-4b73-9ad6-e97e8f779247
- - 10f6509d-6668-4cb9-8e3d-61f0c3c9d059
- - 15055ee5-a062-4759-8682-23e344d78b2f
- - e61d9f40-55cc-4dd9-9dcb-8eadcfb35d66
- - 3a1640f4-545a-470e-838d-aeb1f2998733
- - 741be374-cf87-4706-9de3-1525f310e430
- - 30d3e6bd-8742-4e54-9152-f0dc9167c23a
- - c6d5beb6-9771-461c-814a-0baaf34e32ea
- - 05aea380-d759-4f6b-ae00-e0e38cd86955
- - dade3a15-f573-47bb-a5d0-0b8d39a76fcd
- - b7e7bde6-1b7b-468b-befd-91b81c59802e
- - cac4df37-6414-4372-bfd3-b4ec434256f9
- - cbbd002f-4bca-40eb-8177-bfde520c2eac
- - daf8eda1-209e-4982-8b65-ef8829dba819
+ - 8e0f5850-a299-4358-a97e-94a37247e702
+ - cb19273f-22c8-41dd-b235-5700e0ff0ff0
Status: ENABLED
Options:
WeekStart: SUNDAY
@@ -2126,7 +2124,7 @@ dashboards:
- IntegerParameterDeclaration:
DefaultValues:
StaticValues:
- - 90
+ - 60
Name: LastUpdateDaysAgo
ParameterValueType: SINGLE_VALUED
ValueWhenUnset:
@@ -2142,8 +2140,8 @@ dashboards:
- IntegerParameterDeclaration:
DefaultValues:
StaticValues:
- - 180
- Name: DaysOut
+ - -14
+ Name: RelativeStartFromNowDays
ParameterValueType: SINGLE_VALUED
ValueWhenUnset:
ValueWhenUnsetOption: RECOMMENDED_VALUE
@@ -2183,6 +2181,7 @@ dashboards:
- "\U0001F534 Open"
- "\U0001F7E0 Impending"
- "\U0001F7E1 Future"
+ - "\U0001F7E2 Closed"
Name: EventStatus
ParameterValueType: MULTI_VALUED
ValueWhenUnset:
@@ -2320,7 +2319,7 @@ dashboards:
- DateTimeParameterDeclaration:
DefaultValues:
RollingDate:
- Expression: addDateTime(-180, 'DD', truncDate('DD', now()))
+ Expression: addDateTime(-14, 'DD', truncDate('DD', now()))
StaticValues: []
Name: StartTime
TimeGranularity: DAY
@@ -2353,332 +2352,337 @@ dashboards:
RowIndex: 0
RowSpan: 5
- ColumnIndex: 0
- ColumnSpan: 32
+ ColumnSpan: 36
ElementId: ea057f15-a4ab-40ff-9b37-bd4543678f79
ElementType: TEXT_BOX
RowIndex: 5
- RowSpan: 3
- - ColumnIndex: 32
- ColumnSpan: 4
- ElementId: 31251f7a-2c05-498e-a17c-2defd7108ba2
- ElementType: VISUAL
- RowIndex: 5
- RowSpan: 3
+ RowSpan: 5
- ColumnIndex: 0
ColumnSpan: 5
ElementId: 006e69de-a43d-49c3-a6ea-1f510a6069e5
ElementType: PARAMETER_CONTROL
- RowIndex: 8
- RowSpan: 4
+ RowIndex: 10
+ RowSpan: 5
- ColumnIndex: 5
ColumnSpan: 4
ElementId: 6329b321-1d79-44f8-87d4-33676bba85b3
ElementType: PARAMETER_CONTROL
- RowIndex: 8
- RowSpan: 4
+ RowIndex: 10
+ RowSpan: 5
- ColumnIndex: 9
ColumnSpan: 4
ElementId: 5407cea2-231d-46e8-ab72-0a91db08dc1b
ElementType: PARAMETER_CONTROL
- RowIndex: 8
- RowSpan: 4
+ RowIndex: 10
+ RowSpan: 5
- ColumnIndex: 13
- ColumnSpan: 5
- ElementId: 35f0df6a-8d98-4e00-9260-6f6fcc035478
- ElementType: PARAMETER_CONTROL
- RowIndex: 8
- RowSpan: 3
- - ColumnIndex: 18
- ColumnSpan: 6
- ElementId: c6bfd995-30bb-456a-8e72-250d122206f4
- ElementType: PARAMETER_CONTROL
- RowIndex: 8
+ ColumnSpan: 19
+ ElementId: 7387225d-6eaa-4ce1-8ed1-0c27aac1c866
+ ElementType: TEXT_BOX
+ RowIndex: 10
RowSpan: 2
- - ColumnIndex: 24
- ColumnSpan: 6
- ElementId: d3ad78f3-8f17-4272-8258-eda2e6e68885
- ElementType: PARAMETER_CONTROL
- RowIndex: 8
+ - ColumnIndex: 32
+ ColumnSpan: 4
+ ElementId: 31251f7a-2c05-498e-a17c-2defd7108ba2
+ ElementType: VISUAL
+ RowIndex: 10
RowSpan: 2
- - ColumnIndex: 30
- ColumnSpan: 6
- ElementId: d60f79e1-8098-4795-b213-b50c1b1a04d3
+ - ColumnIndex: 13
+ ColumnSpan: 8
+ ElementId: 02d1801f-3a02-4d57-9076-670d47f31135
ElementType: PARAMETER_CONTROL
- RowIndex: 8
+ RowIndex: 12
RowSpan: 2
- - ColumnIndex: 18
- ColumnSpan: 7
+ - ColumnIndex: 21
+ ColumnSpan: 8
ElementId: 77f06096-9989-4cb8-9848-6671dde9b3fc
ElementType: PARAMETER_CONTROL
- RowIndex: 10
+ RowIndex: 12
RowSpan: 2
- - ColumnIndex: 25
- ColumnSpan: 11
- ElementId: 517b90e8-4a9a-42f0-a4b1-d002b19ba52b
+ - ColumnIndex: 29
+ ColumnSpan: 7
+ ElementId: c6bfd995-30bb-456a-8e72-250d122206f4
ElementType: PARAMETER_CONTROL
- RowIndex: 10
+ RowIndex: 12
RowSpan: 2
- ColumnIndex: 13
- ColumnSpan: 5
- ElementId: 74b51a58-7797-413c-8925-77a01faafc04
- ElementType: PARAMETER_CONTROL
- RowIndex: 11
- RowSpan: 3
- - ColumnIndex: 0
- ColumnSpan: 5
- ElementId: 02d1801f-3a02-4d57-9076-670d47f31135
+ ColumnSpan: 8
+ ElementId: ca6cd14c-b87b-4e7a-8962-704ab51484c5
ElementType: PARAMETER_CONTROL
- RowIndex: 12
+ RowIndex: 14
RowSpan: 2
- - ColumnIndex: 5
+ - ColumnIndex: 21
ColumnSpan: 8
- ElementId: ca6cd14c-b87b-4e7a-8962-704ab51484c5
+ ElementId: 517b90e8-4a9a-42f0-a4b1-d002b19ba52b
ElementType: PARAMETER_CONTROL
- RowIndex: 12
+ RowIndex: 14
RowSpan: 2
- - ColumnIndex: 18
- ColumnSpan: 9
+ - ColumnIndex: 29
+ ColumnSpan: 7
+ ElementId: d3ad78f3-8f17-4272-8258-eda2e6e68885
+ ElementType: PARAMETER_CONTROL
+ RowIndex: 14
+ RowSpan: 2
+ - ColumnIndex: 0
+ ColumnSpan: 7
+ ElementId: ef290895-6ccb-4f56-a986-81bd7354364f
+ ElementType: PARAMETER_CONTROL
+ RowIndex: 15
+ RowSpan: 3
+ - ColumnIndex: 7
+ ColumnSpan: 6
+ ElementId: 35f0df6a-8d98-4e00-9260-6f6fcc035478
+ ElementType: PARAMETER_CONTROL
+ RowIndex: 15
+ RowSpan: 3
+ - ColumnIndex: 13
+ ColumnSpan: 8
ElementId: c591215c-71b6-406c-b255-1bd0f98f76d7
ElementType: PARAMETER_CONTROL
- RowIndex: 12
+ RowIndex: 16
RowSpan: 2
- - ColumnIndex: 27
- ColumnSpan: 9
+ - ColumnIndex: 21
+ ColumnSpan: 8
ElementId: 67fe95a7-39af-4abc-bc8b-3e60001b461e
ElementType: PARAMETER_CONTROL
- RowIndex: 12
+ RowIndex: 16
+ RowSpan: 2
+ - ColumnIndex: 29
+ ColumnSpan: 7
+ ElementId: d60f79e1-8098-4795-b213-b50c1b1a04d3
+ ElementType: PARAMETER_CONTROL
+ RowIndex: 16
RowSpan: 2
- ColumnIndex: 0
ColumnSpan: 36
ElementId: f334b94b-89cf-4056-9cb3-4f295a7e6b72
ElementType: TEXT_BOX
- RowIndex: 14
- RowSpan: 4
+ RowIndex: 18
+ RowSpan: 5
- ColumnIndex: 0
ColumnSpan: 7
ElementId: c4cf05b8-a8a6-4394-b70b-a1946e0376a2
ElementType: TEXT_BOX
- RowIndex: 18
+ RowIndex: 23
RowSpan: 1
- ColumnIndex: 7
ColumnSpan: 7
ElementId: ca89b617-0893-4ce7-ad71-c98c1d960594
ElementType: TEXT_BOX
- RowIndex: 18
+ RowIndex: 23
RowSpan: 1
- ColumnIndex: 14
ColumnSpan: 7
ElementId: a09a3b0a-ee3d-4897-ad10-d89b611475eb
ElementType: TEXT_BOX
- RowIndex: 18
+ RowIndex: 23
RowSpan: 1
- ColumnIndex: 21
ColumnSpan: 7
ElementId: 6bb7fa55-f5cf-451d-9437-72f994b10930
ElementType: TEXT_BOX
- RowIndex: 18
+ RowIndex: 23
RowSpan: 1
- ColumnIndex: 28
ColumnSpan: 8
ElementId: 4c6c8390-a47b-4dd1-a1bd-07b5011cccae
ElementType: TEXT_BOX
- RowIndex: 18
+ RowIndex: 23
RowSpan: 1
- ColumnIndex: 0
ColumnSpan: 3
ElementId: 10f6509d-6668-4cb9-8e3d-61f0c3c9d059
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 3
ColumnSpan: 4
ElementId: 8565b8c0-2db8-4b73-9ad6-e97e8f779247
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 7
ColumnSpan: 3
ElementId: 3a1640f4-545a-470e-838d-aeb1f2998733
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 10
ColumnSpan: 4
ElementId: 741be374-cf87-4706-9de3-1525f310e430
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 14
ColumnSpan: 3
ElementId: e61d9f40-55cc-4dd9-9dcb-8eadcfb35d66
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 17
ColumnSpan: 4
ElementId: 30d3e6bd-8742-4e54-9152-f0dc9167c23a
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 21
ColumnSpan: 3
ElementId: 0cc5b4a1-3776-40cc-ba97-fad07e4392e0
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 24
ColumnSpan: 4
ElementId: e3691913-1c7d-47a7-a79a-25f99b735344
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 28
ColumnSpan: 3
ElementId: c6d5beb6-9771-461c-814a-0baaf34e32ea
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 31
ColumnSpan: 5
ElementId: 17c75fb9-452f-4bed-84e4-39ab35c6521c
ElementType: VISUAL
- RowIndex: 19
+ RowIndex: 24
RowSpan: 3
- ColumnIndex: 0
ColumnSpan: 4
ElementId: 2eb5a86c-9e96-47f9-a46d-f2789753d181
ElementType: PARAMETER_CONTROL
- RowIndex: 22
+ RowIndex: 27
RowSpan: 7
- ColumnIndex: 4
ColumnSpan: 16
ElementId: cac4df37-6414-4372-bfd3-b4ec434256f9
ElementType: VISUAL
- RowIndex: 22
+ RowIndex: 27
RowSpan: 7
- ColumnIndex: 20
ColumnSpan: 16
ElementId: 15055ee5-a062-4759-8682-23e344d78b2f
ElementType: VISUAL
- RowIndex: 22
+ RowIndex: 27
RowSpan: 7
- ColumnIndex: 0
ColumnSpan: 4
ElementId: 36b8a81c-0dc5-4810-8ea7-458a0e978d11
ElementType: PARAMETER_CONTROL
- RowIndex: 29
+ RowIndex: 34
RowSpan: 8
- ColumnIndex: 4
ColumnSpan: 20
ElementId: b7e7bde6-1b7b-468b-befd-91b81c59802e
ElementType: VISUAL
- RowIndex: 29
+ RowIndex: 34
RowSpan: 8
- ColumnIndex: 24
ColumnSpan: 12
ElementId: 47dd688d-0f57-489b-a6e5-9c6f1094ce44
ElementType: VISUAL
- RowIndex: 29
+ RowIndex: 34
RowSpan: 8
- ColumnIndex: 0
ColumnSpan: 36
ElementId: cbbd002f-4bca-40eb-8177-bfde520c2eac
ElementType: VISUAL
- RowIndex: 37
+ RowIndex: 42
RowSpan: 9
- ColumnIndex: 0
ColumnSpan: 36
ElementId: 71b90d22-ab7f-4fde-9ce4-15a51505e885
ElementType: TEXT_BOX
- RowIndex: 46
+ RowIndex: 51
+ RowSpan: 6
+ - ColumnIndex: 0
+ ColumnSpan: 12
+ ElementId: 8e0f5850-a299-4358-a97e-94a37247e702
+ ElementType: VISUAL
+ RowIndex: 57
+ RowSpan: 4
+ - ColumnIndex: 12
+ ColumnSpan: 10
+ ElementId: cd098797-ad5d-4ab4-84ad-f188e3b2462e
+ ElementType: VISUAL
+ RowIndex: 57
+ RowSpan: 7
+ - ColumnIndex: 22
+ ColumnSpan: 14
+ ElementId: 05aea380-d759-4f6b-ae00-e0e38cd86955
+ ElementType: VISUAL
+ RowIndex: 57
RowSpan: 5
- ColumnIndex: 0
ColumnSpan: 4
ElementId: 77c8c5ea-df2a-47a7-bb0c-8c79dac0ff23
ElementType: VISUAL
- RowIndex: 51
+ RowIndex: 61
RowSpan: 3
- ColumnIndex: 4
ColumnSpan: 4
ElementId: dc491b68-8503-4c65-aa98-b7a74b7a26d0
ElementType: VISUAL
- RowIndex: 51
+ RowIndex: 61
RowSpan: 3
- ColumnIndex: 8
ColumnSpan: 4
ElementId: dba75577-3dfd-469e-9936-f39251871e5e
ElementType: VISUAL
- RowIndex: 51
+ RowIndex: 61
RowSpan: 3
- - ColumnIndex: 12
- ColumnSpan: 10
- ElementId: cd098797-ad5d-4ab4-84ad-f188e3b2462e
- ElementType: VISUAL
- RowIndex: 51
- RowSpan: 7
- ColumnIndex: 22
ColumnSpan: 14
- ElementId: dade3a15-f573-47bb-a5d0-0b8d39a76fcd
- ElementType: VISUAL
- RowIndex: 51
- RowSpan: 13
- - ColumnIndex: 0
- ColumnSpan: 4
- ElementId: 6215c215-1ad8-49ac-ac67-6c681edc6b4f
- ElementType: PARAMETER_CONTROL
- RowIndex: 54
- RowSpan: 4
- - ColumnIndex: 4
- ColumnSpan: 8
ElementId: 2017ae95-9627-4368-a4d6-3f303a731e5a
ElementType: VISUAL
- RowIndex: 54
+ RowIndex: 62
RowSpan: 4
- ColumnIndex: 0
- ColumnSpan: 22
+ ColumnSpan: 2
+ ElementId: 6215c215-1ad8-49ac-ac67-6c681edc6b4f
+ ElementType: PARAMETER_CONTROL
+ RowIndex: 64
+ RowSpan: 15
+ - ColumnIndex: 2
+ ColumnSpan: 20
ElementId: daf8eda1-209e-4982-8b65-ef8829dba819
ElementType: VISUAL
- RowIndex: 58
- RowSpan: 13
+ RowIndex: 64
+ RowSpan: 15
- ColumnIndex: 22
ColumnSpan: 14
- ElementId: 05aea380-d759-4f6b-ae00-e0e38cd86955
+ ElementId: dade3a15-f573-47bb-a5d0-0b8d39a76fcd
ElementType: VISUAL
- RowIndex: 64
- RowSpan: 7
+ RowIndex: 66
+ RowSpan: 13
+ - ColumnIndex: 0
+ ColumnSpan: 36
+ ElementId: cb19273f-22c8-41dd-b235-5700e0ff0ff0
+ ElementType: VISUAL
+ RowIndex: 79
+ RowSpan: 5
- ColumnIndex: 0
ColumnSpan: 36
ElementId: 62a02a8c-e2fe-4450-a1c5-88a852d5de8c
ElementType: TEXT_BOX
- RowIndex: 71
- RowSpan: 4
+ RowIndex: 84
+ RowSpan: 5
- ColumnIndex: 0
ColumnSpan: 36
ElementId: b6840313-7bb9-4677-8d2e-86107c7a6967
ElementType: VISUAL
- RowIndex: 75
+ RowIndex: 89
RowSpan: 10
- ColumnIndex: 0
ColumnSpan: 36
ElementId: 23154baf-7cfe-4700-b237-d04c31d9fa52
ElementType: VISUAL
- RowIndex: 85
+ RowIndex: 99
RowSpan: 14
Name: Summary
ParameterControls:
- - DateTimePicker:
- DisplayOptions:
- DateTimeFormat: YYYY/MM/DD
- InfoIconLabelOptions:
- Visibility: HIDDEN
- TitleOptions:
- FontConfiguration:
- FontSize:
- Relative: MEDIUM
- Visibility: VISIBLE
- ParameterControlId: 060e4239-4848-4a0a-80b4-cdcda4599b26
- SourceParameterName: StartTime
- Title: Start Day On Or After
- List:
DisplayOptions:
InfoIconLabelOptions:
@@ -2728,7 +2732,7 @@ dashboards:
SearchOptions:
Visibility: HIDDEN
SelectAllOptions:
- Visibility: HIDDEN
+ Visibility: VISIBLE
TitleOptions:
FontConfiguration:
FontSize:
@@ -2769,7 +2773,7 @@ dashboards:
- Service Deprecation
- Service Name
SourceParameterName: ChartAggregation
- Title: Primary Aggregation
+ Title: Primary aggregation
Type: SINGLE_SELECT
- List:
DisplayOptions:
@@ -2803,8 +2807,32 @@ dashboards:
- List:
DisplayOptions:
InfoIconLabelOptions:
- InfoIconText: Page 1 only lor full may impact number of uniques rows. Brief
- is 300 chars, Page 1 only is 2048.
+ InfoIconText: Page 1 is a summary
+ Visibility: HIDDEN
+ SearchOptions:
+ Visibility: HIDDEN
+ SelectAllOptions:
+ Visibility: HIDDEN
+ TitleOptions:
+ FontConfiguration:
+ FontSize:
+ Relative: LARGE
+ Visibility: VISIBLE
+ ParameterControlId: 6215c215-1ad8-49ac-ac67-6c681edc6b4f
+ SelectableValues:
+ Values:
+ - '1'
+ - '2'
+ - '3'
+ - '4'
+ - '5'
+ SourceParameterName: DescriptionPage
+ Title: Page
+ Type: SINGLE_SELECT
+ - List:
+ DisplayOptions:
+ InfoIconLabelOptions:
+ InfoIconText: Brief is 300 chars and Extended is 2048 chars.
Visibility: VISIBLE
SearchOptions:
Visibility: HIDDEN
@@ -2819,8 +2847,8 @@ dashboards:
SelectableValues:
Values:
- Brief
+ - Extended
- Full
- - Page 1 only
SourceParameterName: ReportSummaryDescriptionFormat
Title: Report Summary Description Format
Type: SINGLE_SELECT
@@ -2969,7 +2997,7 @@ dashboards:
ColumnName: account_name
DataSetIdentifier: health_events_view
SourceParameterName: AccountName
- Title: Account Name
+ Title: Linked Account Name
Type: MULTI_SELECT
- Dropdown:
CascadingControlConfiguration:
@@ -3061,26 +3089,6 @@ dashboards:
SourceParameterName: EventArn
Title: Event ARN
Type: MULTI_SELECT
- - Dropdown:
- DisplayOptions:
- InfoIconLabelOptions:
- Visibility: HIDDEN
- SelectAllOptions:
- Visibility: HIDDEN
- TitleOptions:
- FontConfiguration:
- FontSize:
- Relative: MEDIUM
- Visibility: VISIBLE
- ParameterControlId: 31b7727c-45ad-4552-b956-294b3ddf5dbf
- SelectableValues:
- Values:
- - ID
- - Name
- - Name (ID)
- SourceParameterName: AccountDisplayFormat
- Title: Account Display Format
- Type: SINGLE_SELECT
- Dropdown:
CascadingControlConfiguration:
SourceControls:
@@ -3128,7 +3136,7 @@ dashboards:
ColumnName: event_group
DataSetIdentifier: health_events_view
SourceParameterName: EventGroup
- Title: Event Group
+ Title: 'Event Group (SERVICE : Title : Start Date)'
Type: MULTI_SELECT
- Dropdown:
CascadingControlConfiguration:
@@ -3181,7 +3189,7 @@ dashboards:
ColumnName: event_title
DataSetIdentifier: health_events_view
SourceParameterName: EventTitle
- Title: Event Title or Deprecation
+ Title: Event or Service Deprecation Title
Type: MULTI_SELECT
- Dropdown:
DisplayOptions:
@@ -3200,24 +3208,28 @@ dashboards:
ColumnName: affected_entity_value
DataSetIdentifier: health_events_view
SourceParameterName: ResourceARN
- Title: Resource ARN
+ Title: Resource Name or ARN
Type: MULTI_SELECT
- - Slider:
+ - Dropdown:
DisplayOptions:
InfoIconLabelOptions:
- InfoIconText: Page 1 is a summary
+ Visibility: HIDDEN
+ SelectAllOptions:
Visibility: HIDDEN
TitleOptions:
FontConfiguration:
FontSize:
- Relative: LARGE
+ Relative: MEDIUM
Visibility: VISIBLE
- MaximumValue: 6.0
- MinimumValue: 1.0
- ParameterControlId: 6215c215-1ad8-49ac-ac67-6c681edc6b4f
- SourceParameterName: DescriptionPage
- StepSize: 1.0
- Title: Description Page
+ ParameterControlId: 31b7727c-45ad-4552-b956-294b3ddf5dbf
+ SelectableValues:
+ Values:
+ - ID
+ - Name
+ - Name (ID)
+ SourceParameterName: AccountDisplayFormat
+ Title: Account Display Format
+ Type: SINGLE_SELECT
- Slider:
DisplayOptions:
InfoIconLabelOptions:
@@ -3227,12 +3239,12 @@ dashboards:
FontSize:
Relative: LARGE
Visibility: VISIBLE
- MaximumValue: 90.0
+ MaximumValue: 730.0
MinimumValue: 0.0
ParameterControlId: 35f0df6a-8d98-4e00-9260-6f6fcc035478
SourceParameterName: LastUpdateDaysAgo
StepSize: 1.0
- Title: Last Update Days Ago
+ Title: Last Update (days ago)
- Slider:
DisplayOptions:
InfoIconLabelOptions:
@@ -3242,12 +3254,12 @@ dashboards:
FontSize:
Relative: LARGE
Visibility: VISIBLE
- MaximumValue: 365.0
- MinimumValue: 0.0
- ParameterControlId: 74b51a58-7797-413c-8925-77a01faafc04
- SourceParameterName: DaysOut
+ MaximumValue: 180.0
+ MinimumValue: -180.0
+ ParameterControlId: ef290895-6ccb-4f56-a986-81bd7354364f
+ SourceParameterName: RelativeStartFromNowDays
StepSize: 1.0
- Title: Starting Within Days
+ Title: Relative Start Day (+/- days from now)
- TextField:
DisplayOptions:
InfoIconLabelOptions:
@@ -3261,47 +3273,40 @@ dashboards:
Visibility: VISIBLE
ParameterControlId: 77f06096-9989-4cb8-9848-6671dde9b3fc
SourceParameterName: DescriptionContains
- Title: Description contains (use lowercase)
+ Title: Description Contains (use lowercase)
SheetControlLayouts:
- Configuration:
GridLayout:
Elements:
- - ColumnIndex: 0
- ColumnSpan: 3
+ - ColumnSpan: 3
ElementId: 31b7727c-45ad-4552-b956-294b3ddf5dbf
ElementType: PARAMETER_CONTROL
- RowIndex: 0
RowSpan: 1
- - ColumnIndex: 3
- ColumnSpan: 3
+ - ColumnSpan: 3
ElementId: d64296a1-ed3a-4aa8-b6c6-5727f8ae103d
ElementType: PARAMETER_CONTROL
- RowIndex: 0
- RowSpan: 1
- - ColumnSpan: 2
- ElementId: 060e4239-4848-4a0a-80b4-cdcda4599b26
- ElementType: PARAMETER_CONTROL
RowSpan: 1
SheetId: 7df9865b-fdcd-4aa4-af55-b29fe714f382
TextBoxes:
- - Content: "
\n
\n
\n
\n
\n
\n
\n\
+ \ event or a group of related events.\_\n
\n
\n\
\ \n
\n