09 Jan 2025 11:58 PM
One Agent configured Business events didn't capture field from response, even value * didn't work. If the response header doesn't have content-type specified, then Dynatrace exclude response from the event? If yes, then any work around exist in Dynatrace to capture response body?
10 Jan 2025 08:26 AM
Did you check the compatibility?
https://docs.dynatrace.com/docs/shortlink/ba-business-events-capturing#supported-technologies
10 Jan 2025 03:42 PM
HI Paco ... Its Java technology and its supported as per documentation. I am able to see request body and header, response header and status but not response payload. I tested service by not providing content-type in the header then even request body (tried with asterisk) is also not captured. Based on that my understanding content-type is must. Anyone had past experience with this scenario and any suggestion on work around
10 Jan 2025 03:59 PM
As far as I know, the OneAgent is looking for the Content-Type header which triggers the payload read. I don't think it will work without it and I haven't found a workaround to this either.
14 Jan 2025 10:17 AM
As you can see in the link, for Java you need content-type application/xml or application/json