Resolved! "Invalid Regular Expression field" for event rule
In an Event Rule I'm looking to parse the node to get only the string after the first space. Example:node = westeurope dev2-westeu-cloud-k8sdesired result = dev2-westeu-cloud-k8s I am trying this regex: (?<= ).*But getting an "Invalid Regular Expres...