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@6ce0aecb0c
This commit is contained in:
Shaunak Kashyap 2018-02-16 08:51:15 -08:00 committed by GitHub
parent eb11cb96a1
commit 50be43bcd3
1 changed files with 6 additions and 0 deletions

View File

@ -286,6 +286,12 @@
},
"type": {
"type": "keyword"
},
"max_queue_size_in_bytes": {
"type": "long"
},
"queue_size_in_bytes": {
"type": "long"
}
}
},