Skip to content

Commit c4a7c92

Browse files
authored
Fix: [AEA-3532] - Increase log retention time (#1584)
## Summary - 🤖 Operational or Infrastructure Change ### Details ``` Resource handler returned message: "'Days' in the Expiration action for filter '(prefix=)' must be greater than 'Days' in the Transition action (Service: S3, Status Code: 400, Request ID: 2ZPBBZVD25XV25ZT, Extended Request ID: H2bdkbTI3hzuGz7CoZWUSEYviF7Oe5nOYtQENt1JABW/Xh/MIomiQUg1k8Di282ZSmrqxB7aEl4=) (SDK Attempt Count: 1)" (RequestToken: 9eec6598-1153-0d0b-1566-5d2ba016416d, HandlerErrorCode: InvalidRequest) ``` Seems that transition time cannot be equal to expiry time. Increase the latter to 90 days.
1 parent 83a9452 commit c4a7c92

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

environmentSettings/dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"EnableDeleteCNAME": "true"
7777
},
7878
"account-resources": {
79-
"LogRetentionDays": "30"
79+
"LogRetentionDays": "90"
8080
},
8181
"lambda-resources": {
8282
"SplunkHECEndpoint": "https://firehose.inputs.splunk.aws.digital.nhs.uk/services/collector/event",

environmentSettings/int.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"EnableDeleteCNAME": "false"
6464
},
6565
"account-resources": {
66-
"LogRetentionDays": "30"
66+
"LogRetentionDays": "90"
6767
},
6868
"lambda-resources": {
6969
"SplunkHECEndpoint": "https://firehose.inputs.splunk.aws.digital.nhs.uk/services/collector/event",

environmentSettings/prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"EnableDeleteCNAME": "false"
7171
},
7272
"account-resources": {
73-
"LogRetentionDays": "30"
73+
"LogRetentionDays": "90"
7474
},
7575
"lambda-resources": {
7676
"SplunkHECEndpoint": "https://firehose.inputs.splunk.aws.digital.nhs.uk/services/collector/event",

environmentSettings/qa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"EnableDeleteCNAME": "false"
6161
},
6262
"account-resources": {
63-
"LogRetentionDays": "30"
63+
"LogRetentionDays": "90"
6464
},
6565
"lambda-resources": {
6666
"SplunkHECEndpoint": "https://firehose.inputs.splunk.aws.digital.nhs.uk/services/collector/event",

environmentSettings/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"EnableDeleteCNAME": "false"
6666
},
6767
"account-resources": {
68-
"LogRetentionDays": "30"
68+
"LogRetentionDays": "90"
6969
},
7070
"lambda-resources": {
7171
"SplunkHECEndpoint": "https://firehose.inputs.splunk.aws.digital.nhs.uk/services/collector/event",

0 commit comments

Comments
 (0)