Journey Manager (JM) Previously known as Transact Manager (TM). | System Manager / DevOps | 18.11 This feature was introduced in 18.11.
Manager allows you to configure a System Event Publisher to publish user authentication events. You can use this functionality to monitor Manager for fraudulent and suspicious activity.
Select the User Auth Publish checkbox in the AWS SQS System Event Publisher service configuration to publish this event.
System Event Publisher sends out user authentication events in the following JSONJSON (JavaScript Object Notation) is a syntax for storing and exchanging data and is used in Maestro to store forms. If a Form Builder wants to transfer their form to another system, they can do so by using the Download JSON file button. format.
{
"environmentName": "server1.com",
"systemId": "f121e2b022fb852999c3be5f2ef7067f",
"serverNode": "127.0.0.1 - TM Server",
"threadName": "default task-47",
"userAuth": {
"id": 1234,
"user": "test_user1@company.com",
"portal": "Maguire",
"eventTime": "2018-10-15T11:27:33+1100",
"eventIpAddress": "127.0.0.1",
"eventSessionId": "nILJPPBTZB-NuNU9tukO_l5UAgeH4fRpqLR2KzeJ",
"eventUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36",
"eventType": "Login Success"
}
}
A user login event type can be one of the following:
Next, learn about other events.