Kibana version : 7.4.0
Elasticsearch version : 7.4.0
APM Server version : 7.4.0
APM Agent language and version : @elastic/apm-rum-angular
0.4.0. Angular 8.2.14.
Fresh install or upgraded from other version? Fresh
Is there anything special in your setup? Followed the Angular Integration instructions
Thanks to the new APM RUM Angular release v0.4.0, able to capture the standalone Ajax requests as http-request
transaction type. Describing my question below:
URL's in our application follows something like
https://test.org/api/v1/testservice/testendpoint/id/
APM RUM Agent reporting standalone http-request
transactions as
GET https://test.org/api/v1/testservice/testendpoint/test-id1/
POST https://test.org/api/v1/testservice/testendpoint/test-id1/
Is there any way to group all http-request transactions for the same endpoint, for the above example it should be like
https://test.org/api/v1/testservice/testendpoint/
or
/testservice/testendpoint/
Without grouping, APM view is getting cluttered large number of same endpoint transactions with different ids.
Thank you for any suggestions.
Regards,
Chandra