Manage audit GET request settings in ONTAP
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
While SET requests are logged by default, GET requests are not. However, you can control whether GET requests sent from ONTAP HTML (-httpget
), the ONTAP CLI (-cliget
), or from the ONTAP APIs (-ontapiget
) are logged in the file.
You can modify audit logging settings from the ONTAP CLI, and beginning with ONTAP 9.11.1, from System Manager.
-
Select Events & Jobs > Audit Logs.
-
Click
in the upper-right corner, then choose the requests to add or remove.
-
To specify that GET requests from the ONTAP CLI or APIs should be recorded in the audit log (the audit.log file), in addition to default set requests, enter:
security audit modify [-cliget {on|off}][-httpget {on|off}][-ontapiget {on|off}]
-
To display the current settings, enter:
security audit show
Learn more about security audit show
in the ONTAP command reference.