From 50be43bcd3ee5833718f1156541d1741110213ef Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Fri, 16 Feb 2018 08:51:15 -0800 Subject: [PATCH] Adding new queue metric fields to mapping (elastic/x-pack-elasticsearch#3949) This will allow these fields to be used in aggregations by Monitoring UI code Original commit: elastic/x-pack-elasticsearch@6ce0aecb0c7682d0ff24101f12978382dd717edb --- plugin/core/src/main/resources/monitoring-logstash.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugin/core/src/main/resources/monitoring-logstash.json b/plugin/core/src/main/resources/monitoring-logstash.json index 296fd59ed15..cadefd6864d 100644 --- a/plugin/core/src/main/resources/monitoring-logstash.json +++ b/plugin/core/src/main/resources/monitoring-logstash.json @@ -286,6 +286,12 @@ }, "type": { "type": "keyword" + }, + "max_queue_size_in_bytes": { + "type": "long" + }, + "queue_size_in_bytes": { + "type": "long" } } },