26 Apr 2020 10:21 AM
Hello everyone.
I am exporting sessions from Dynatrace to Elasticsearch and I have some questions:
In the dyantrace mapping I see that they are of the DATE type:
Mapping userActions download from here:
…….},
"startTime": {
"type": "date"
},…….
However, the data that is sent is of the epoch type; this is part of the json sent:
{"name":"performSearch","type":"Custom","startTime":1587727833582,"endTime":1587727905511,"duration":71929,"application":"easyTravel Demo"
2- I don't have some data of useractions with null value why this is so?:
…..,"networkTime":null,"serverTime":null,"frontendTime":null,"documentInteractiveTime":null,"failedImages":null,"failedXhrRequests":null,"httpRequestsWithErrors":null,"thirdPartyResources":null,"thirdPartyBusyTime":null,"cdnResources":null,"cdnBusyTime":null,"firstPartyResources":null,"firstPartyBusyTime":null,"hasCrash":false,"domCompleteTime":null,"domContentLoadedTime":null,"loadEventStart":null,"loadEventEnd":null,"navigationStart":null,"requestStart":null,"responseStart":null,"responseEnd":null,"visuallyCompleteTime":null,"…..
Can you help me with this?
Thanks in advanced.
Cheers.
Jose A
Solved! Go to Solution.
26 Apr 2020 11:23 AM
1. You should deal with the conversion from epoc to human on the ELK side I think with script
2. The json includes Session and Action information try to check the data from ELK and see if the actions are really without data.
HTH
Yos
26 Apr 2020 02:25 PM
it works, thanks @Yos N.!!
there are enough fields to do it one by one.
Could be a Product Idea? sent it like a DATE format?
Regards!
Jose A