APM RUM Click events - Transaction Names

Kibana version: 7.5.2

Elasticsearch version: 7.5.2

APM Server version: 7.5.2

APM Agent language and version: APM RUM Angular 0.4.3
I wanted to report some feedback on the recent update of capturing user interaction click events. These events are getting reported with the transaction names as

Click >> button
Click >> mat-card-content

Having the >> in the "CLICK >>" prefix of the event APM logging impacts both the ability to search for it and the display on Kibana visualizations (screenshot below). As "<>" are reserved characters in Elasticsearch.

image

Probably need to avoid using these arrow characters as part of transaction names? Or is there any workaround that we can implement?

Thanks,
Chandra

Hi @chandra2037,

Thanks for reporting the issue. I've created this issue to address this bug and there's already a fix ready. We will be release that soon.

Cheers,
Hamid

Update: We have release @elastic/apm-rum@4.9.1 which includes a fix for this issue.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.