Skip to content

Commit b47a8ff

Browse files
committed
Formatting changes.
1 parent 657078f commit b47a8ff

File tree

1 file changed

+2
-2
lines changed
  • Monitoring/ingest_nas_audit_logs_into_cloudwatch

1 file changed

+2
-2
lines changed

Monitoring/ingest_nas_audit_logs_into_cloudwatch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ systems that you want to ingest the audit logs from.
5757
2. Create the Lambda function with:
5858
1. Python 3.10, or higher, as the runtime.
5959
1. Set the permissions to the role created above.
60-
1. Under "Additional Configurations" select "Enable VPC" and select a VPC and Subnet that will have access to all the FSxN cluster management endpoints that you want to gather audit logs from.
61-
1. Click `Create Function` and on the next page, under the Code tab, select "Upload From -> .zip file." Provide the .zip file created by the steps above.
60+
1. Under `Additional Configurations` select `Enable VPC` and select a VPC and Subnet that will have access to all the FSxN cluster management endpoints that you want to gather audit logs from.
61+
1. Click `Create Function` and on the next page, under the `Code` tab, select `Upload From -> .zip file.` Provide the .zip file created by the steps above.
6262
1. From the Configuration -> General tab set the timeout to at least 30 seconds. You will may need to increase that if it has to process a lot of audit entries and/or process a lot of FSxN file systems.
6363
3. Configure the Lambda function by setting the following environment variables. For a Lambda function you do this by clicking on the `Configuration` tab and then the `Environment variables` section.
6464

0 commit comments

Comments
 (0)