cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Create request attribute from Metadata URI

sureshKumarK
Helper

Hi,

I am trying to capture 'aid' as a request attribute from Metadata as the value doesn't present in Request header. In Dynatrace, I have tried with attribute source as Web request URL query parameter

Could someone help me with how to capture this?

3 REPLIES 3

Radu
Dynatrace Champion
Dynatrace Champion

Hi Suresh,

Your parameter name should be "aid" not "aidQueryParam".

When extracting a Query Parameter type request attribute, dynatrace will automatically know what is a query parameter and what is a value (by the = and & separators). You don't need to do any additional processing on it, so you can remove all of the stuff from the "further restrict or process captured parameters" section.

Let me know if it works.

Best regards,

Radu

Hi @Radu S., it worked perfectly! thanks for your help

Featured Posts