From 326f5d950ab0060e153b780fa6d7ba5f5d0decd3 Mon Sep 17 00:00:00 2001 From: Chris Roberson Date: Mon, 15 Oct 2018 12:37:52 -0400 Subject: [PATCH] [Monitoring] Add additional necessary mappings for apm-server (#34392) * Add additional necessary mappings for apm-server * Add open handles for beats * Add mappings missing for es --- .../src/main/resources/monitoring-beats.json | 27 +++++++++++++++++++ .../src/main/resources/monitoring-es.json | 10 +++++++ 2 files changed, 37 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 d23db9a11a4aa..0d8158a2d250f 100644 --- a/x-pack/plugin/core/src/main/resources/monitoring-beats.json +++ b/x-pack/plugin/core/src/main/resources/monitoring-beats.json @@ -221,6 +221,23 @@ "type": "long" } } + }, + "handles": { + "properties": { + "open": { + "type": "long" + }, + "limit": { + "properties": { + "hard": { + "type": "long" + }, + "soft": { + "type": "long" + } + } + } + } } } }, @@ -487,6 +504,13 @@ "type": "long" } } + }, + "span": { + "properties": { + "transformations": { + "type": "long" + } + } } } } @@ -538,6 +562,9 @@ }, "total": { "type": "long" + }, + "toomany": { + "type": "long" } } }, diff --git a/x-pack/plugin/core/src/main/resources/monitoring-es.json b/x-pack/plugin/core/src/main/resources/monitoring-es.json index 921e726613f50..31d79f3646be7 100644 --- a/x-pack/plugin/core/src/main/resources/monitoring-es.json +++ b/x-pack/plugin/core/src/main/resources/monitoring-es.json @@ -835,6 +835,16 @@ "type": "long" } } + }, + "write": { + "properties": { + "queue": { + "type": "integer" + }, + "rejected": { + "type": "long" + } + } } } }