Skip to main content
NetApp Knowledge Base

How to access audit logs?

Views:
2,994
Visibility:
Public
Votes:
1
Category:
ontap-9
Specialty:
nas
Last Updated:
7/22/2025, 12:36:59 PM

Applies to

  • ONTAP 9
  • CIFS
  • CIFS Auditing

Answer

  1. Determine the destination volume of the audit logs from the ONTAP CLI:

vserver audit show -vserver <vserver> -fields destination 

Example:

Cluster::> vserver audit show -vserver VS1 -fields destination
vserver      destination
------------ -----------
VS1          /audit


 

  1. Configure a CIFS share to allow access to the volume listed in step 1 from the ONTAP CLI:

vserver cifs share create -vserver <vserver> -share-name <share_name> -path <path_from_step_1> 

Note: By default, ONTAP will grant full control to the Everyone group, access can be restricted via file level ACLs. 

  1. (Optional) Mount the volume listed in step 1 via NFS.

Note: By default, ONTAP converts the binary logs to the EVTX file format.

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.