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: Monitoring/ingest_nas_audit_logs_into_cloudwatch/README-MANUAL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ or by following the manual instructions found in the this file.
17
17
- An S3 bucket to store the "stats" file and optionally a copy of all the raw NAS audit log files. It will also
18
18
hold a Lambda layer file needed to be able to an add Lambda Layer from a CloudFormation script.
19
19
- You will need to download the [Lambda layer zip file](https://raw.githubusercontent.com/NetApp/FSx-ONTAP-samples-scripts/main/Monitoring/ingest_nas_audit_logs_into_cloudwatch/lambda_layer.zip)
20
-
from this repo and upload it to the S3 bucket. Be sure to perserve the name `lambda_layer.zip`.
20
+
from this repo and upload it to the S3 bucket. Be sure to preserve the name `lambda_layer.zip`.
21
21
- The "stats" file is maintained by the program. It is used to keep track of the last time the Lambda function
22
22
successfully ingested audit logs from each SVM. Its size will be small (i.e. less than a few megabytes).
23
23
- A CloudWatch log group to ingest the audit logs into. Each audit log file with get its own log stream within the log group.
0 commit comments