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:
parent
eb11cb96a1
commit
50be43bcd3
|
@ -286,6 +286,12 @@
|
|||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"max_queue_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"queue_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue