I have Elasticsearch + APM + Kibana configured for my services. Every http request is traced to APM. I'm currently capturing the body of all request. The field which stores the body inside the apm index is http.request.body.original.
The field look like this:
The problem is that I can't search inside that field. Something like http.request.body.original : *testuser* doesn't work. The body could be a simple JSON. Is there a way to allow searching in that fields? I need to prepare a dashboard with the requests that contains a specific user inside the body.
Thanks.
UPDATE