You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws/logs_monitoring/release.sh
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -178,14 +178,12 @@ prod_release() {
178
178
log_info "You are about to\n\t- bump the version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}\n\t- create lambda layer version ${LAYER_VERSION}\n\t- create a release of aws-dd-forwarder-${FORWARDER_VERSION} on GitHub\n\t- upload the template.yaml to s3://${BUCKET}/aws/forwarder/${FORWARDER_VERSION}.yaml\n"
179
179
180
180
# Confirm to proceed
181
-
if user_confirm "Continue";then
181
+
if!user_confirm "Continue";then
182
182
log_error "Aborting..."
183
183
fi
184
184
185
185
# Get the latest code
186
186
git pull origin master
187
-
GIT_COMMIT="$(git rev-parse --short HEAD)"
188
-
log_info "Using ${GIT_COMMIT} commit as the release target..."
189
187
190
188
log_info "Bumping the version number to ${FORWARDER_VERSION}..."
Copy file name to clipboardExpand all lines: aws/logs_monitoring/template.yaml
+40-54Lines changed: 40 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,7 @@ Parameters:
46
46
ConstraintDescription: ReservedConcurrency must be an integer number
47
47
Default: ""
48
48
Description: >-
49
-
Reserved concurrency for the Datadog Forwarder Lambda function. If empty, use unreserved account concurrency.
50
-
We recommend using at least 10 reserved concurrency, but default to 0 as you may need to increase your limits for this.
51
-
If using unreserved account concurrency you may limit other lambda functions in your environment.
49
+
Reserved concurrency for the Datadog Forwarder Lambda function. If empty, use unreserved account concurrency. We recommend using at least 10 reserved concurrency, but default to 0 as you may need to increase your limits for this. If using unreserved account concurrency you may limit other lambda functions in your environment.
52
50
LogRetentionInDays:
53
51
Type: Number
54
52
Default: 90
@@ -232,7 +230,7 @@ Parameters:
232
230
DdForwarderBucketsAccessLogsTarget:
233
231
Type: String
234
232
Default: ""
235
-
Description: (Optional) The name of the S3 bucket to store access logs. Leave empty if access logging is not needed.
233
+
Description: (Optional) The name of the S3 bucket to store access logs. Leave empty if access logging is not needed.
0 commit comments