20 Jan 2021 05:30 PM - last edited on 17 Nov 2021 02:35 PM by MaciejNeumann
Hello,
Looking at the records of the export I see below user action parameters:
"name":"loading of page xxxxxx -",
"targetUrl":"https://XXXXXXX/XXXXX/XXX.jsf ",
"type":"Load"
Can somebody explain what the targetUrl stands for in a load type (assume this is a page load), and is it correct that Dynatrace does not export all web requests belonging to a user action, but just the one?
And which ones?
KR Henk
Solved! Go to Solution.
20 Jan 2021 06:38 PM
20 Jan 2021 06:46 PM
Hi Thomas,
This makes perfect sense, customer asked why the url visible in splunk was different from the the one(s) visible in the dynatrace waterfall.
In other words they get the user action, but not the related web requests (-;
KR Henk
26 Jan 2021 02:08 PM
Hello Thomas,
It look like sometimes the action end url is send, does this happen when there is no context url to use. Or should I look again?
KR Henk
04 Nov 2021 04:58 PM
@henk_stobbe Can you please let us know how you are exporting dynatrace user session to splunk.we are trying to do the same but we are not succeded.
For splunk it used HTTP Even collector and it has token as authorization,in dt console we don't see option for adding token.
Thanks,
Tarun
04 Nov 2021 08:22 PM
@mike_simon we are getting below error when trying with the HEC endpoint.
Failed to export data: 500 - SunCertPathBuilderException: unable to find valid certification path to requested target
we are using dynatrace provide certificate for SSL.
Thanks,
Tarun
09 Nov 2021 09:25 AM - edited 09 Nov 2021 09:27 AM
Tarun,
Above means that the certification you receive from the (splunk) endpoint is not trusted. So you have to add this certificate to the trust store.
In other words you have to tell dynatrace that this is save to send the data there.
For more info on how to do this:
KR Henk