{"apiResponse":"{"errors":[{"code":"APP-1007","message":"Session has Expired.","fields":null}],"warnings":null}","requestUrl":"http://localhost:8082/checkSessionValidity"}
This is how the message looks like, I want to know how do i parse apiResponse and requestUrl and create the new fields and have their corresponding values
"_apiResponse": "{"errors":[{"code":"APP-1007","message":"Session has Expired.","fields":null}],"warnings":null}"
"_requestUrl": "http://localhost:8082/checkSessionValidity"
I am new to grok filter, sorry if this is a basic question