Skip to content

Commit 50be43b

Browse files
authored
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@6ce0aec
1 parent eb11cb9 commit 50be43b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugin/core/src/main/resources/monitoring-logstash.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@
286286
},
287287
"type": {
288288
"type": "keyword"
289+
},
290+
"max_queue_size_in_bytes": {
291+
"type": "long"
292+
},
293+
"queue_size_in_bytes": {
294+
"type": "long"
289295
}
290296
}
291297
},

0 commit comments

Comments
 (0)