To enable or disable Analytics audit logging

Purpose
CAUTION 

CAUTION

Service disruption

Enabling or disabling Analytics audit logging requires a restart of the analytics server.

Perform this procedure only during a scheduled maintenance period.

Perform this procedure to control Analytics audit logging on an analytics server. The audit data is used to create Analytics user transaction reports.

Steps
 

Log in as the nsp user on the analytics server station.


Open a console window.


Enter the following:

bash$ cd /opt/nsp/analytics/bin ↵


Enable or disable audit logging:

  1. To enable audit logging, enter the following:

    bash$ ./AnalyticsAdmin.sh enableAuditLog n

    where

    n optionally specifies the number of days to retain the audit data; the range is 1 to 7; the default is 1

    A message displays to indicate that the analytics server will restart.

  2. To disable audit logging, enter the following:

    bash$ ./AnalyticsAdmin.sh disableAuditLog ↵

    A message displays to indicate that the analytics server will restart.


Respond Yes or No to proceed.

A Yes response restarts the analytics server.


Close the console window.

End of steps