Never mind 🙂
I've been able to create these extractions myself.
EXTRACT-RT_SCREEN_ICMP
(?i)-RT_SCREEN_ICMP: (?P .+?)\s+\w+:\D+(?P \d+.\d+.\d+.\d+)\,\sdestination:\D+(?P \d+.\d+.\d+.\d+)\,\szone\sname:\s(?P \S+)\,\sinterface\sname:\s(?P \S+)
EXTRACT-RT_SCREEN_TCP
(?i)-RT_SCREEN_TCP: (?P .+?)\s+\w+:\D+(?P \d+.\d+.\d+.\d+):(?P \d+)\,\sdestination:\D+(?P \d+.\d+.\d+.\d+):(?P \d+)\,\szone\sname:\s(?P \S+)\,\sinterface\sname:\s(?P \S+)
EXTRACT-RT_SCREEN_IP
(?i)-RT_SCREEN_IP: (?P .+?)\s+\w+:\D+(?P \d+.\d+.\d+.\d+)\,\sdestination:\D+(?P \d+.\d+.\d+.\d+)\,\sprotocol-id:\s(?P \d+)\,\szone\sname:\s(?P \S+)\,\sinterface\sname:\s(?P \S+)
Hope this helps others.
... View more