File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Monitoring/ingest_nas_audit_logs_into_cloudwatch Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 8888| statsName | The name you want to use as the stats file. |
8989| logGroupName | The name of the CloudWatch log group to ingest the audit logs into. |
9090| volumeName | The name of the volume, on all the FSx for ONTAP file systems, where the audit logs are stored. |
91+ | vserverName | The name of the vserver, on all the FSx for ONTAP file systems, where the audit logs are stored. |
9192
92934 . Test the Lambda function by clicking on the ` Test ` tab and then clicking on the ` Test ` button. You should see "Executing function: succeeded".
9394If not, click on the "Details" button to see what errors there are.
Original file line number Diff line number Diff line change 5454# all FSxNs.
5555#volumeName = "audit_logs"
5656#
57+ # The name of the vserver that holds the audit logs. Assumed to be the same on
58+ # all FSxNs.
59+ #vserverName = "fsx"
60+ #
5761# The CloudWatch log group to store the audit logs in.
5862#logGroupName = "/fsx/audit_logs"
5963
You can’t perform that action at this time.
0 commit comments