From bb31c09ed0b351db892c3fd500f48a0ca338ebd2 Mon Sep 17 00:00:00 2001 From: Chris Earle Date: Wed, 14 Jun 2017 07:37:15 -0400 Subject: [PATCH] [Monitoring] Add Mapping for cfs_quota_micros field (elastic/x-pack-elasticsearch#1710) This maps the cgroup field, which was unmapped (and now mappings are no longer dynamic). Original commit: elastic/x-pack-elasticsearch@86b4333ebba534ee38210f737c3d92185c9f53ca --- plugin/src/main/resources/monitoring-es.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/src/main/resources/monitoring-es.json b/plugin/src/main/resources/monitoring-es.json index d506aa2d263..d91ba561a9c 100644 --- a/plugin/src/main/resources/monitoring-es.json +++ b/plugin/src/main/resources/monitoring-es.json @@ -614,6 +614,9 @@ }, "cpu": { "properties": { + "cfs_quota_micros": { + "type": "long" + }, "control_group": { "type": "keyword" },