Audit log header format

Each log file starts with a header record that contains information about when the log was created and whether it is a plan or database log.

The header record fields are separated by a colon ( : ), as follows:

{"timestamp":"<timestamp>", "auditType": "<audit_type>", "objectType": "<object_type>", 
actionType": "<action_type>", "workstationName": "<wks_name>", "userName": "<user_name>", 
"frameworkUser": "<framework_user>", "objectName": "<object_name>", "actionDependentContents": "<contents>"}
Log Type
HEADER
timestamp
The date and time when the log file was created.
auditType
DATABASE for a database log file and CONMAN for a plan log file.
objectType
workstationName
The HCL Workload Automation workstation name for which this file was created. Each workstation in the HCL Workload Automation network creates its own log.
userName
The HCL Workload Automation user ID that created the log file.
frameworkUser
objectName
actionDependentContents