time | String Date and time that the event occurred, in the format yyyy-MM-dd HH:mm:ss z (for example, "2004-10-28 14:46:39 EDT"). Note: You can set the format for the time parameter in the watt.server.dateStampFmt property. |
TID | String Server thread that generated the audit event in hashed format. The TID is generated by calling the Java Thread.currentThread().hashCode() method. |
service | String Fully qualified name of the service that generated the event. |
sessionID | String Session ID of the service that generated the event. |
result | String Description of the audit point. Started indicates that this event marks the beginning of a service. Ended indicates that this event marks the end of a service that executed successfully. Failed indicates that this event marks the end of a service that executed unsuccessfully (that is, threw an exception) and is not configured to retry. A failed event also marks the end of a service that executed unsuccessfully after exhausting all of its retries. Retried indicates that this event is created each time a service is retried. |
pipeline | Document Optional. The pipeline that was passed to the service. This parameter is required only if the service is configured to include the pipeline when auditing. |
userName | String User ID that invoked the service that generated the event. |