how do I use a regular expression to match a pattern in a logfile - I am using LogFile extension for example from the following line specific to a "Response" msg {"remoteHost":"epdg","epoch":1648084954231,"command":"Response","Result-Code",{"value":1...
After looking at all possible statusCodes the regex I came up with is : .*"command":"Response".*"statusCode":"[1|3|4|5].*".* I am not sure on what to put in the config.yml – any ideas? - displayName: "Diameter-EAP-Response-Failures" pattern: "????...