Hi
what is the rex for mq error code
here is the log:
2021-10-08 06:52:12,785 ERROR TOPIC-00000 [Utility] MQJCA1011: Failed to allocate a JMS connection.
error code=MQJCA1011
error description=Failed to allocate a JMS connection
Thanks,
Here's one way to extract those fields..
| rex "\]\s(?<error_code>\w+):\s(?<error_description>.*)"