mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
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": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"max_queue_size_in_bytes": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"queue_size_in_bytes": {
|
||||||
|
"type": "long"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user