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

HTTP parameters from an exit call

Maria.Garcia
Builder

Hi team

We have detecting some HTTP exit calls under Data Collectors, with name, for example "Exit HTTP1" and value:

https://server:port/GetDocument?documentId=59838&authorizationId=000000000000007372-1504688787562&ty...

We would need to capture those HTTP parameters, but separately (documentId, authorizationId, type) to be able to filter by them on transaction sanpshots list.

How to proceed to capture those parameters, included on an HTTP exit call?

Thanks in advance

3 REPLIES 3

Atyuha.Pal
AppDynamics Team

Hi ,

 

If we use the Http data collector All (*), the Appdynamics should be able to capture all the parameters (GET/POST) in transaction snapshots->call graph->http params section as shown in the screenshot. If you are not able to see the same please send us the complete agent logs from the location <agent-install-directory>/logs to further debug the issue.

Please refer to the attached screenshot.

 

 

Thanks,

Atyuha



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Thanks Atyuha,

 

We have already configured  an HTTP paramter with name "All" and with value "*" (please check attached image).

However the data collector always displays the HTTP exit calls as an "ExIt HTTP data collector, including as value the complete URL

And this is being classified under Business Data type (please find attached an example)

Thanks

This is an class&method execution that always implies an HTTP exit call to another service in another application.

So this is the process:

 

Class.- classname

Method.- methodname

 

And that execution generates a call to another application:

Exit Calls: HTTP

https://external-server:port/GetDocument?documentId=10071640&authorizationId=000000000005141187-1511...

 

Could it be possible to identify and split those 3 parameters and display them as Data Collectors information?

Then we would be able to filter by each of them.

Because those parameters are not being captures using the All (*)

Thanks