monitoring ui: add heap.size_limit to Kibana stats

Original commit: elastic/x-pack-elasticsearch@c74e90c34e
This commit is contained in:
Timothy Sullivan 2016-06-07 17:48:28 -07:00
parent e07d73e91c
commit f231341f90
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@
},
"used_in_bytes": {
"type": "float"
},
"size_limit": {
"type": "float"
}
}
},