The history of operations performed by a user is output to an audit log. This includes when one of the following operations is performed using a wizard on the management console or using a command, when an action is executed from the Job Management window, or using the job information management command.
Patch distribution
Patch application
Parameter settings
Script execution
Configuration modification
Audit logs
Log name | Description | Size | Number of generations |
---|---|---|---|
swcfmg_job_audit_log | Outputs audit logs for patch distribution, patch application, parameter settings, and script execution. | 10 MB | 10 generations |
Output destination
The output destination for logs is shown below.
[Windows]
Output folder | Description |
---|---|
<Systemwalker Software Configuration Manager installation directory>\SWCFMGM\logs | Same as the log name. |
[Linux]
Output folder | Description |
---|---|
/var/opt/FJSVcfmgm/logs | Same as the log name. |
Output format
The output format is shown below. It is possible to change the output destination for audit logs, the file size, and the number of generations held.
Output format |
---|
<Operation date/time>,<User ID>,<Tenant name>,<Operation type>,<Parameters>,<Operation result> |
Item | Description |
---|---|
Operation date/time | YYYY-MM-DD HH:MM:SS.sss (local time) |
User ID | The user ID of the user that executed the operation Note: When the operation is performed using the command, "#COMMAND" is output. |
Tenant name | The tenant name of the user that executed the operation Note: For operations performed by infrastructure administrators, "admin" is output. It is not output when the operation is performed using the command. |
Operation type | A string indicating the content of the operation |
Parameters | The parameters specified by the request |
Operation result | "SUCCESS" if the operation was successful and "FAILURE" if the operation failed |
Operation type
Operation type | Description | Parameter |
---|---|---|
patchDistributionStart | Requests patch distribution from the Patch Application wizard or using the patch application command | jobid="<job ID>"&jobname="<job name>" |
patchApplicationStart | Requests patch application from the Patch Application wizard or using the patch application command | jobid="<job ID>"&jobname="<job name>" |
parameterSettingStart | Requests parameter settings from the Parameter Settings wizard or from the parameter settings command | jobid="<job ID>"&jobname="<job name>" |
scriptExecutionStart | Request script execution from the Script Execution wizard or using the script execution command | jobid="<job ID>"&jobname="<job name>" |
configurationChangeStart | Request configuration change from the configuration modification wizard or the configuration modification command | jobid="job ID"&jobname="job name" |
patchDistributionAction | After requesting patch distribution, execute an action from the Job Management window or using the job information management command | jobid="<job ID>"&jobname="<job name>"&processname="<process name>"&processorder="<process order>"&processtype="<process type>"&action="<action>" |
patchApplicationAction | After requesting patch distribution, execute an action from the Job Management window or using the job information management command | jobid="<job ID>"&jobname="<job name>"&processname="<process name>"&processorder="<process order>"&processtype="<process type>"&action="<action>" |
parameterSettingAction | After requesting parameter settings, execute an action from the Job Management window or using the job information management command | jobid="<job ID>"&jobname="<job name>"&processname="<process name>"&processorder="<process order>"&processtype="<process type>"&action="<action>" |
scriptExecutionAction | After requesting script execution, execute an action from the Job Management window or using the job information management command | jobid="<job ID>"&jobname="<job name>"&processname="<process name>"&processorder="<process order>"&processtype="<process type>"&action="<action>" |
configurationChangeAction | After requesting configuration modification, execute an action from the Job Management window or using the Job Information Management command | jobid="job ID"&jobname="job name"&processname="process name"&processorder="process order"&processtype="process type"&action="action" |