hi
what is the rex for error number and error message of this log: (separately)
23:43:51.411 app module: 100: Not Found!
error number= 100
error message= Not Found!
Thanks
| rex ":\s+(?<error_number>\d+):\s+(?<error_message>.*)"
View solution in original post