【发布时间】:2015-09-03 23:10:21
【问题描述】:
我是 ElasticSearch 和 Kibana 的新手,ElasticSearch 中的数据看起来像
{
"_index": "ec",
"_type": "monitor",
"_id": "AU-VdlastrVNFzTbYR6U",
"_score": null,
"_source": {
"lpBuildInformation": {
"symbolicName": "t50452-2002827206.do.myshn.net",
"buildId": "128",
"buildNumber": "128"
},
"lpMemoryInformation": {
"freeInMb": 3539,
"totalInMb": 4978
},
"ecInstalledDiskInformation": {
"usableInBytes": 387569901568,
"freeInBytes": 387832045568,
"totalInBytes": 499099262976
},
"collectedAt": "2015-09-03T23:06:44.703Z"
},
"fields": {
"collectedAt": [
1441321604703
]
},
"sort": [
1441321604703
]
}
我想随着时间的推移绘制lpMemoryInformation.freeInMb 和lpMemoryInformation.totalInMb
我现在所关注的是使用Sum,但随着时间的推移我真的需要价值观。我怎样才能做到这一点?
谢谢
【问题讨论】:
-
你的x轴是时间。也许发布一个你想要的例子?
标签: kibana elasticsearch kibana-4