From 0ab6ac9f45745dcaf8dcaf4bad43fa27b1c6378e Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Thu, 10 Jan 2019 12:59:15 -0600 Subject: [PATCH] [Heartbeat] Alias http.url.raw to url.full Continues the work in https://github.com/elastic/beats/pull/9570 , aliasing this field for convenience. In ECS this field is already a keyword, so this should be fine. --- dev-tools/ecs-migration.yml | 4 ++++ heartbeat/monitors/active/http/_meta/fields.yml | 6 ++++++ 2 files changed, 10 insertions(+) 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: >