From 1ad38a269598b58c98a862c3e31b90f109391eef Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 9 Jan 2019 22:23:25 -0800 Subject: [PATCH] Adding mapping for hostname field This new field is meant to be a replacement for its sibling name field. See https://github.com/elastic/beats/pull/9943. --- x-pack/plugin/core/src/main/resources/monitoring-beats.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/plugin/core/src/main/resources/monitoring-beats.json b/x-pack/plugin/core/src/main/resources/monitoring-beats.json index 235e516001d0b..43ccfedd923dd 100644 --- a/x-pack/plugin/core/src/main/resources/monitoring-beats.json +++ b/x-pack/plugin/core/src/main/resources/monitoring-beats.json @@ -52,6 +52,9 @@ "name": { "type": "keyword" }, + "hostname": { + "type": "keyword" + }, "os": { "properties": { "build": {