Skip to content

Commit cebb761

Browse files
authored
[7.x] Correct field for rum page url (#76916) (#77153)
1 parent 86d16e2 commit cebb761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/plugins/apm/common/__snapshots__/elasticsearch_fieldnames.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/apm/common/elasticsearch_fieldnames.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const POD_NAME = 'kubernetes.pod.name';
9595
export const CLIENT_GEO_COUNTRY_ISO_CODE = 'client.geo.country_iso_code';
9696

9797
// RUM Labels
98-
export const TRANSACTION_URL = 'transaction.page.url';
98+
export const TRANSACTION_URL = 'url.full';
9999
export const CLIENT_GEO = 'client.geo';
100100
export const USER_AGENT_DEVICE = 'user_agent.device.name';
101101
export const USER_AGENT_OS = 'user_agent.os.name';

0 commit comments

Comments
 (0)