Keys and values for the audit log variable
The Audit Log configuration variable, /AgentSetup/auditLog, consists of a new line separated list of Key and Value pairs as shown in the following example:
REPLACE = "Active=1\
filecount=4\
FileAging=Size 10"
}
The following table lists and explains the Key and Value pairs:
AgentSetup/auditLog keys and values
Creating a custom node in the windows event log
When you set the /AgentSetup/auditLog configuration variable to log information to the Windows Event Log, the activity will be logged to the "Applications" Windows Event Log by default. On Windows 2000 or later, you can create a separate, custom "PATROL" node in the Windows Event Log.
The following task describes how to create a custom log. You must first remove the existing agent service (if necessary), and install the agent with the -l (L) command line option.
To remove the agent service
Type the following command in the command line and press Enter:
PatrolAgent -remove
To install the agent service
- Type the following command in the command line and press Enter:
PatrolAgent -install -l logname (where logname is the desired name for the custom log node) - Restart your computer for the change to take effect.