System Event Publisher Audit Log Events

   Journey Manager (JM) The transaction engine for the platform. |   System Manager / DevOps  |  18.05 This feature was introduced in 18.05.

Manager allows you to configure a [%TransactVariables.SystemEventPublisher%] to publish [%TransactVariables.AuditLog%] events.

Note

Select the Audit Log Publish checkbox in the AWS SQS System Event Publisher service configuration to publish this event.

System Event Publisher sends out Audit Log events in the following JSONJSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays. format.

{
	"environmentName": "server1.com",
	"systemId": "c41d354134397c0362846d5efd7f34f4",
	"serverNode": "ip-192-168-120-149.us-west-2.compute.internal - TM Server",
	"threadName": "TM_Worker-4",
	"auditLog": {
		"id": 517,
		"eventTime": "2018-05-13T00:08:47+1000",
		"user": "administrator",
		"eventType": "View",
		"entityName": "Submission",
		"entityId": 93,
		"message": "Submission XML viewed by administrator"
	}
}

Next, learn about other events.