From fb059757e90cd7ae412c891f903a4e16063cebfe 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 43763b8512f7f..252728022dff4 100644 --- a/x-pack/plugin/core/src/main/resources/monitoring-beats.json +++ b/x-pack/plugin/core/src/main/resources/monitoring-beats.json @@ -219,6 +219,23 @@ "type": "long" } } + }, + "handles": { + "properties": { + "open": { + "type": "long" + }, + "limit": { + "properties": { + "hard": { + "type": "long" + }, + "soft": { + "type": "long" + } + } + } + } } } }, @@ -485,6 +502,13 @@ "type": "long" } } + }, + "span": { + "properties": { + "transformations": { + "type": "long" + } + } } } } @@ -536,6 +560,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 31d3eec79b1dd..8c0bae402ed32 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" + } + } } } }