I'm trying to use CR to run more manipulate-able reports of the windows event log. The problem is that most of the info I need to be able to split out is in the field "description". Here's an example of what's contained in this field:
I want to be able to split out each line, basically. So I want to have a formula for Application Name that only returns "\device\harddiskvolume2\windows\system32\svchost.exe" and another formula for Destination Address that returns "10.1.10.27". Since the number of characters before and after each of these lines will vary, I can't use Right(,) or Left(,).
Anybody have an easy way to do this? Thanks in advance!
The Windows Filtering Platform has blocked a connection.
Application Information:
Process ID: 516
Application Name: \device\harddiskvolume2\windows\system32\svchost.exe
Network Information:
Direction: Inbound
Source Address: 255.255.255.255
Source Port: 5200
Destination Address: 10.1.10.27
Destination Port: 57094
Protocol: 0
Filter Information:
Filter Run-Time ID: 85988
Layer Name: Receive/Accept
Layer Run-Time ID: 44
Application Information:
Process ID: 516
Application Name: \device\harddiskvolume2\windows\system32\svchost.exe
Network Information:
Direction: Inbound
Source Address: 255.255.255.255
Source Port: 5200
Destination Address: 10.1.10.27
Destination Port: 57094
Protocol: 0
Filter Information:
Filter Run-Time ID: 85988
Layer Name: Receive/Accept
Layer Run-Time ID: 44
I want to be able to split out each line, basically. So I want to have a formula for Application Name that only returns "\device\harddiskvolume2\windows\system32\svchost.exe" and another formula for Destination Address that returns "10.1.10.27". Since the number of characters before and after each of these lines will vary, I can't use Right(,) or Left(,).
Anybody have an easy way to do this? Thanks in advance!