Manage ONTAP audit GET request settings
While SET requests are logged by default and cannot be turned off, GET requests are not logged by default. 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.