won't you need to cater for the stuff either side (spaces/dashes? 
  rex "cmdbRequest\s(?<Request_ID>\d+)\s\-\sTransaction"
  
 ...or something like that, depending on how consistent you expect it to all be.  I've not tested it, but it might put you on the correct path 
						
					
					... View more