From 37127c19ba19ad97fe35ccb291d4fefcd9ecc0f6 Mon Sep 17 00:00:00 2001 From: Gil Raphaelli Date: Wed, 5 Dec 2018 07:46:17 -0500 Subject: [PATCH] add missing error type mapping for apm-server monitoring (#36178) --- 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 a5a3bbf7949..235e516001d 100644 --- a/x-pack/plugin/core/src/main/resources/monitoring-beats.json +++ b/x-pack/plugin/core/src/main/resources/monitoring-beats.json @@ -297,6 +297,9 @@ "unauthorized": { "type": "long" }, + "internal": { + "type": "long" + }, "decode": { "type": "long" },