Skip to content

Commit

Permalink
Set log retention to 30 days (#743)
Browse files Browse the repository at this point in the history
Co-authored-by: hdavey-gds <[email protected]>
  • Loading branch information
melvabout and hdavey-gds authored May 14, 2024
1 parent ecf726e commit f254fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/quicksight-access/resources/quicksight-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ cloudwatchLogsGroup:
Condition: IsQuicksightEnvironment
Properties:
LogGroupName: !Sub 'aws-waf-logs-${Environment}-dap-cloudWatchLog'
RetentionInDays: 180
RetentionInDays: 30
KmsKeyId: !If
- IsProduction
- !GetAtt WAFLoggingKmsKey.Arn
Expand Down

0 comments on commit f254fa1

Please sign in to comment.