I have an item key "eventlog[Microsoft-Windows-TerminalServices-LocalSessionManager/Operational,,,,^21,,skip]" which will return the logs of user success login.
"Remote Desktop Services: Session logon succeeded: User: Domain\User Session ID: 23 Source Network Address: 192.168.0.10"
I have configured the preprocessing regular expression Source Network Address
.*) /1 to extract the IP and its working fine but my 2nd regular expression User: (.*) /1 return the error message.
I need it for fire a trigger with Value Source Network Address and User Name.
"Remote Desktop Services: Session logon succeeded: User: Domain\User Session ID: 23 Source Network Address: 192.168.0.10"
I have configured the preprocessing regular expression Source Network Address
.*) /1 to extract the IP and its working fine but my 2nd regular expression User: (.*) /1 return the error message.I need it for fire a trigger with Value Source Network Address and User Name.
Comment