Trying to regex the ci name out of an event value from another system
We are receiving testing.system\mssql as our node from a back up event management process. I need to parse the ci out of this so we can relate the node. I need everything before the \.I have read through several messages and didn't find anything t...