Skip to content

Commit a91805f

Browse files
authored
Health adjust lookback (#245)
1 parent 89cc90e commit a91805f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-collection/deploy/module-health-events.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Resources:
410410
PREFIX: !Ref CFDataName
411411
ROLENAME: !Ref ManagementRoleName
412412
#REGIONS: -- defining regions can miss events within the region list so default to global
413-
LOOKBACK: 90
413+
LOOKBACK: 730 # 2 years
414414
DETAIL_SM_ARN: !Sub 'arn:${AWS::Partition}:states:${AWS::Region}:${AWS::AccountId}:stateMachine:${ResourcePrefix}${CFDataName}-detail-StateMachine'
415415
Metadata:
416416
cfn_nag:

0 commit comments

Comments
 (0)