Hello,
I have created a test for checking user log in. and I am getting the alert well. I just want to minimize the info that I am getting in the alert
Event description : Successful Logon:
User Name: xxxxxx
Domain: xxxxxx
Logon ID: (xxxxx)
Logon Type: 2
Logon Process: User32
Authentication Package: Negotiate
Workstation Name: xxx
Logon GUID: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx)
Caller User Name: xxxxx
Caller Domain: xxxxxxx
Caller Logon ID: (xxxxxx)
Caller Process ID: xxxx
Transited Services: -
Source Network Address: xxx.xxx.xxx.xxx
Source Port: 0
Can it possible to get only
these four field from the descriptions
User Name: xxxx
Domain: xxxxxx
Workstation Name: xxxxxx
Source Network Address: xxx.xxx.xxx.xxx
this is my mail profile I am using
Test : %TestName%
Method: %TestMethod%
Status : %STATUS%
Event Source : %NTEventSource%
Time of Event : %NTEventTime%
Event Identifier : %NTEventID%
Event description : %NTEventText%
Recurrences : %Recurrences%
Last status: %LastStatus%
Total tests: %TotalTests%
Alive ratio : %AliveRatio%
Dead ratio: %DeadRatio%