diff --git a/dev-tools/ecs-migration.yml b/dev-tools/ecs-migration.yml index a8599afc281..efb6c110335 100644 --- a/dev-tools/ecs-migration.yml +++ b/dev-tools/ecs-migration.yml @@ -685,6 +685,10 @@ to: url.full alias: true +- from: http.url.raw + to: url.full + alias: true + - from: tcp.port to: url.port alias: true diff --git a/heartbeat/monitors/active/http/_meta/fields.yml b/heartbeat/monitors/active/http/_meta/fields.yml index b469b1067c9..0192708031f 100644 --- a/heartbeat/monitors/active/http/_meta/fields.yml +++ b/heartbeat/monitors/active/http/_meta/fields.yml @@ -13,6 +13,12 @@ migration: true description: > Service url used by monitor. + - name: url.raw + type: alias + path: url.full + migration: true + description: > + Service url used by monitor. - name: rtt type: group description: >