blendle/zapdriver

New Fork

asahasrabuddhe opened this issue · 1 comments

I have forked this repo and am going to be maintaining it moving forward. I just merged some of the useful PRs from this repository and made a new release. I'd really appreciate it if we can have new issues and PRs created on the new fork. Thanks!

https://github.com/asahasrabuddhe/zapdriver

Thanks for the fork! I am currently struggling with getting my httpRequest object into the same hierarchy level at the Google Cloud Logging object in GCL. Currently with ZAP I just get the httpRequest object as key of the jsonPayload object but Google is actually looking for a httpRequest object on the top-level so it ignores the nested httpRequest object.

GCL is just using the http status, the method, etc. and puts them like little pills into the GCL console line if they come from a httpRequest object on the top level.

Do you know what I mean and did anybody maybe solve that?